One option is to build the ftp script file in an ActiveX
Script task using FileSystemObject. Then you can build in
whatever logic for the files used in FTP mput.
-Sue
On Wed, 5 Nov 2003 16:58:54 -0800, "Benoit"
<pellben (AT) hotmail (DOT) com> wrote:
Quote:
My DTS create a different text file every day. I need to
send that text file via ftp. I pass by a Execute Process
Task and i use ftp -s:file.txt(that file icluded the ftp
parameters and mput command).
How i could pass the dynamic file name to my ftp task?
Thanks |