OK, I've taken a few swings at this but the tree is still standing.

Looking to setup a private ftp server (restricted ftp access by IP at
firewall) that uses anonymous login and allows directory creation and
file up/downloading.

Have changed the following:

In /etc/xinetd/vsftpd I have:
disable=no

In /etc/vsftpd.conf I have:
anonymous_enable=YES
write_enable=YES
anon_upload_enable=YES
anon_mkdir_write_enable=YES

In /etc/passwd I have:
ftp :x:14:50:FTP User:/var/ftp/pub:/sbin/nologin

I did a:
chown root.root /var/ftp/pub

and a:
chmod 2770 /var/ftp/pub

I'm able to connect anonymously, but I'm not able to upload files.
Also, there is a dramatic pause before the directory listing is
displayed (have tried passive/active with no change).

What am I doing wrong and/or what have I overlooked?

Thanks in advance!

Stuart



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to