Anonymous FTP server with vsftp


Install Binary Package

rpm –i vsftp.~.rpm
rpm –i libcap~.rpm


Modify /etc/vsftpd/vsftpd.conf to allow anonymous login

# Allow anonymous FTP?
anonymous_enable=YES
#
# Uncomment this to allow local users to log in.
local_enable=YES
# Activate logging of uploads/downloads.
xferlog_enable=YES
You may override where the log file goes if you like. The default is shown
# below.
xferlog_file=/var/log/vsftpd.log

Review the log

Thu Mar 24 18:44:03 2005 1 192.168.1.1 0 /home/mt/rpm b _ o r mt ftp 0 * c
Thu Mar 24 18:49:44 2005 1 192.168.1.1 0 /home/mt/rview b _ o r mt ftp 0 * c

Comments