How to script FTP upload and download
It’s a reasonable idea to want to script an FTP session the way the original poster imagined, and that is the kind of thing Expect would help with. Batch files on Windows cannot do this. But rather than doing cURL or Expect, you may find it easier to script the FTP interaction with PowerShell. It’s … Read more