Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: remote copy file

Either you save the file into empty directory and upload whole directory or you need to generate the script file dynamically.
Lucky12345

remote copy file

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....