Ftp: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
</pre> | </pre> | ||
A folder is created at '''/var/ftp/''' which contains the location for TFTPing. | A folder is created at '''/var/ftp/''' which contains the location for TFTPing.<br><br> | ||
To enable logging edit '''/etc/vsftpd/vsftpd.conf''' | |||
<pre> | |||
# Activate logging of uploads/downloads. | |||
xferlog_enable=YES | |||
</pre> | |||
[[Category : Linux]] | [[Category : Linux]] |
Revision as of 06:04, 11 October 2011
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