I'm looking for an FTP server application for my headless server, which is a public virtual machine with a public ip address. . I've narrowed it down to 3, at least from what I've read are the most adept.
vsftpd
proftpd
pure-ftp
I've been researching all 3 but my primary concern is that I need one account that can upload but not see the contents of the folder/directories once it is logged in.
We had been using filezilla
server on a Windows server but we've had to move to Ubuntu. I've not installed any of these applications before and I was wondering if any of them support this on Ubuntu. If they do, how would I go about setting that up?
vsftpd
is your best choice (and that's why I use that one on the internal server: you never know when the use-case changes.) ;-) It helps to do aman vsftpd.conf
while you're configuring it for the first time... – Fabby Aug 02 '15 at 09:12