Click to See Complete Forum and Search --> : need help on vsftp


klnyc
04-26-2004, 09:27 PM
hey fellas,

Ok, I have my vsftp running. Now how do I set it up, so user NEED to enter their username and password? I searched and couldnt find any. :(

Vectorman
04-26-2004, 09:45 PM
I just finished setting up my FTP Server to do this. there should be a file called vsftp.conf in the /etc directory open this and edit it from

anonymous_enable=YES
to
anonymous_enable=NO

That will be the least that you do.. You might want to puruse

VSFTP Frequently Asked Questions (ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-1.2.2/FAQ)

It will come in handy.


HTH
Joel

klnyc
04-27-2004, 10:50 PM
thanks bro, I'll give a try.