Hopefully this is simple and I was missing something in the posts I found, but here is the scenario
I have an FTP site that has folder and within the folders are the files. However, each folder has the same files with the same names. So in order to keep them separate I need to download the folder and all files within the folder, not just the files. So the structure would be '
Monday08132012Folder
file1.csv
file2.csv
Tuesday08142012Folder
file1.csv
file2.csv
Wednesday08152012Folder
file1.csv
file2.csv
Thursday08162012Folder
file1.csv
file2.csv
I have a C# script to get a folder listing but I am using an FTP task in a Foreach Loop container and it doesn't seem like the FTP Task can download folders.
Hopefully this makes sense
thanks
Frank
Frank