Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have installed vsftp on Ubuntu 10.10. I want to give the user FTP login privilage .

share|improve this question

2 Answers

up vote 4 down vote accepted

You can see an excellent guide below

http://ubuntuforums.org/showpost.php?p=3138955&postcount=1

share|improve this answer
1  
I think that once VSFTPD is running locally on the system then security can be implemented by not opening the VSFTPD port but instead having clients use Filezilla in FTPS mode to connect to it (via SSH port 22) . – djangofan Nov 24 '10 at 22:20

Here is the method using ProFTPD:

http://ubuntuforums.org/showpost.php?p=429783&postcount=1

But I would recommend the vsftpd method mentioned previously.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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