Viewing 4 posts - 1 through 5 (of 5 total)
Oh, it's just a catalog(s) where stuff get's moved. Not file name. File name comes from database via select..
June 1, 2012 at 8:53 am
For other's who struggle:
@[User::catalog]+
RIGHT("0" + (DT_STR,4,1252) DatePart("yyyy",getdate()),4) +
@[User::slash]+
Right("0" + (DT_STR,4,1252) DatePart("d",getdate()),2)+
"-"+
Right("0" + (DT_STR,4,1252) DatePart("m",getdate()),2)
Few my own variables there but it's more or less understandable (definitely less :)) Why oh...
June 1, 2012 at 7:03 am
Well Thank you for your help, luckily creating this simple script i'm more than capable of 🙂
But still it's rather bizarre FTP task is not capable of doing this out...
May 11, 2012 at 10:10 am
opc.three (5/11/2012)
Transfer Multiple Files from or to FTP remote path to local path - SSIS
Wouldn't your example accomplish to download all the files from the FTP ? I need...
May 11, 2012 at 9:56 am
Viewing 4 posts - 1 through 5 (of 5 total)