I have installed vsftp on Ubuntu 10.10. I want to give the user FTP login privilage .
12 Answers
You can see an excellent guide below
3Here is the method using ProFTPD:
But I would recommend the vsftpd method mentioned previously.
But, most importantly, there is no need to do this since, by enabling SSHD on a Ubuntu system, you get access to the FTP subsystem in SSH. Also, it's way more secure. So, the question is why would you want to enable any other FTP method besides SSHD??