I want to every week automaticly download all data on FTP server with SSIS FTP task.
(=Copy of whole ftp server to our local server.)
Problem is that on FTP there is many folders and the structure is changing.
For exmple:
I want to download all files from /folder
so I know that i can use /folder/*.*
but sometimes happen that somebody add new folder - /folder/subfolder/
so how to specify the FTP task to download all data from FTP even in subfloders or in realy deep structure like:
folder/subforlder/subfolder/.....
Thanks, Martin