problem with vasftpd server

albi at scii.nl albi at scii.nl
Sun Jul 10 21:49:21 GMT 2005


On Mon, 11 Jul 2005 00:40:34 +0300
vladone <vladone at llwb135.servidoresdns.net> 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



More information about the freebsd-questions mailing list