Either you save the file into empty directory and upload whole directory or you need to generate the script file dynamically.
Hello
I have to do a secure file exchange of a text file from my local server to remote server....
using my ssis package i generate a .txt file daily..once the .txt file is generated i need to Secure ftp the .txt file to my remote server...
txt file is generate with system date...
For Example txt file created today would be ApplicationName_061620101.txt and text file created tomorrow would be Applicationname_06172010.txt... could some one please help me with how to write a batch file to
to connect to remote server and secure file exchange the txt file created daily to the remote server....