I have vsftpd running.
the vsftpd.conf is:
anonymous_enable=NO
local_enable=YES
dirmessage_enable=YES
connect_from_port_20=YES
xferlog_enable=YES
xferlog_file=/var/log/vsftpd/vsftpd.log
nopriv_user=nobody
chroot_list_enable=YES
chroot_local_user=YES
background=YES
listen=YES
I have setup a group and user. That user can login on the system ok (ie not
via FTP but at the system login prompt) and see his his directory of
/home/XXX (RWX rights)
If I ftp to the system the same login fails with error 530.
There is a user nobody setup.
What other info is needed to advise on this??
Thanks
Stewart