I want an FTPd running on my server, with an easy way to setup users/directories. I don't need MySQL, anon access, local users etc. Preferably the users setup would be a plain file with something like

username 1        password hash         /root/dir
username 2        password hash         /root/dir
username 3        password hash         /root/dir

What's the fastest easiest way to setup FTPd with virtual users?

link|improve this question

feedback

1 Answer

have a look at this article. It contains information to setup VSFTPD with virtual users. A google search on "+linux +ftp +virtual users" also gives a lot of options you can try out.

link|improve this answer
"[..] enabled local access which we need for virtual users" :-( I would really prefer not to have local access enabled – Znarkus Jan 30 at 11:26
feedback

Your Answer

 
or
required, but never shown

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