We need means to upload files to remote hosts.
Let's start simple:
- Configure host, port, user, pass, pathname
- Download configuration should look a lot like http-download
- File-exists action: resume by default, overwrite, stop
Other considerations:
- Are sftp-download, and sftp-upload different packages?
- How about ftps-download and ftps-upload (TLS over FTP)
- Is there a difference between implicit and explicit TLS?
- Select binary or ascii transfer type?
- Are simple glob patterns possible? Eg, download anything in this dir?
- How about delete after download and delete after upload configuration. Really, I could see someone wanting to download/move/rename/copy a file after it was uploaded. Think this through.
We need means to upload files to remote hosts.
Let's start simple:
Other considerations: