remote copy file

Advertisement

Lucky12345
Guest

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

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,567
Location:
Prague, Czechia

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.

Reply with quote

Advertisement

You can post new topics in this forum