I plan on sending and receiving files via sftp, what is the recommended software server program to use when doing batch jobs of sending and receiving files? This will be done on an Ubuntu machine.
feedback
|
closed as not constructive by Mark Henderson♦ Jan 16 at 3:42
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
| |||
|
feedback
|
|
OpenSSH Your Ubuntu machine probably already has OpenSSH installed so I'd recommend using that. As for a client program and ease of use... I personally like Tunnelier by Bitvise. | |||
|
feedback
|
|
I'll echo the two other recommendations for OpenSSH, and mention that it also comes with a perfectly serviceable SFTP client, which is just the thing for invoking in batch scripts. | |||
|
feedback
|