Ftp

From KlavoWiki
Revision as of 06:04, 11 October 2011 by David (talk | contribs)
Jump to navigationJump to search

To install a TFTP server use the following commands.

yum -y install vsftpd
service vsftpd start
chkconfig vsftpd on

A folder is created at /var/ftp/ which contains the location for TFTPing.

To enable logging edit /etc/vsftpd/vsftpd.conf

# Activate logging of uploads/downloads.
xferlog_enable=YES