I am very new at SSIS. I have files that I need to monitor on an FTP site. When files are placed there I need to download which I successfully do using the FTP Task. I am using a For Each Loop Container and File System Task to run through the files and move them to the appropriate folder. All works well when I test the File System Task locally but when I try to use the path to my ftp server I get Warning: The For Each File enumerator is empty. The For Each File enumerator did not find any files that matched the file pattern, or the specified directory was empty. I'm not sure what I am doing wrong. Any help would be greatly appreciated.