I don't think the SSIS FTP Task can rename remote files. You could however
FTP the files to a local directory on your file system. Then using a Foreach
container over the files in the directory you can have a File System Task to
rename the files (specify the file mask in a variables). Finally FTP the
files back to the server.
"TK" wrote:
Quote:
How would you do this with SSIS ftp task.
How would you do this with wild cards, example:
File Name: test001.zzz
Rename to : test001.old
ftp>rename test*.zzz test*.old.
Any help thanks |