There is a ridiculous oversupply of ftp servers in Debian:
I want something simple, for anonymous access. I was going to use oftpd, which is an anonymous-only server; but it doesn't allow uploads.
I like vsftpd It's config file mihgt look like:
# lot's of comments explaining options...
anonymous_enable=YES
anon_upload_enable=YES
userlist_enable=YES
userlist_file=/etc/vsftpd/vsftp.users
anon_root=/usr/local/ftp
#### blah blah a few more entries.Then in the vsftp.users file just have your anonymous user names. Read the man page. It is pretty straight forward.
-Ben.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

