Click here to Skip to main content
15,893,190 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi I have daily report through sql server agent. After execute report, that report stored in excel format on localsystem. Now i need that excel file stored in another ftp server. There is possible means. How to possible?
Can you explain anyone?
How to upload a file on FTP Server ?
Posted
Comments
Maciej Los 15-May-13 14:20pm    
Yes, it's possible...
What to explain: how to copy file from local system to ftp server?

1 solution

You will need to run the batch job (windows shell script) / windows scheduler. This job has to read this local directory, iterate files and ftp it to the destination folder.

scheduled task - Control Panel->Administrative Tools->Scheduled Tasks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900