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.

link|improve this question

Is there any other SFTP server than the one provided by OpenSSH at all? – joschi Sep 14 '09 at 17:51
joschi, Wikipedia has a list out: en.wikipedia.org/wiki/List_of_SFTP_server_software ; Also vandyke.com/products/securefx/index.html - I haven't used it but I am a big fan of SecureCRT. – Dave Drager Sep 14 '09 at 18:20
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.

3 Answers

up vote 5 down vote accepted

I would recommend OpenSSH which is probably already installed on your machine for sftp.

link|improve this answer
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.

link|improve this answer
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.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.