0

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

Sylvia
  • 1

1 Answers1

0

Use curl to upload your file(s) utilizing TFP protocol

curl -T '{file1,file2}' ftp://ftp.example.com/upload/