I need to create a .bat file which will copy an excel spreadsheet to an ftp folder. I am able to do this manually by dragging and dropping the xls file. I know how to set up windows task scheduler to run the .bat file
Asked
Active
Viewed 60 times
1 Answers
0
Use curl to upload your file(s) utilizing TFP protocol
curl -T '{file1,file2}' ftp://ftp.example.com/upload/
user2956477
- 231