Re: problem with vasftpd server

2005-07-11 Thread vladone
Now work. I can login and upload files without any problem.
But now i want to permit and anonymous connections, without upload, to
same directories that have acces with login users.
When i try to login anonymously receive this:
500 OOPS: vsftpd: refusing to run with writable anonymous root


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with vasftpd server

2005-07-10 Thread [EMAIL PROTECTED]
On Mon, 11 Jul 2005 00:40:34 +0300
vladone [EMAIL PROTECTED] wrote:

 secure_chroot_dir=/usr/local/share/vsftpd/empty
 
 When i try to login receive this message:
 500 OOPS: vsftpd: cannor locate user specified in 'ftp_username':fpt

you forgot to add the non-privileged user ? or did you add user fpt
instead of user ftp ?

from my config :

# cat /usr/local/etc/vsftpd.conf |grep ftpsec

chown_username=ftpsecure
nopriv_user=ftpsecure

# cat /etc/passwd |grep ftp
ftp:*:14:5:Anonymous FTP Admin:/home/ftp:/nonexistent
ftpsecure:*:13:5:vsftpd-user:/home/ftp:/nonexistent

HTH

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]