Ftp: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
To install a TFTP server use the following commands. | To install a TFTP server use the following commands. | ||
= Installation = | |||
== Linux == | |||
<pre> | <pre> | ||
yum -y install vsftpd | yum -y install vsftpd | ||
Line 6: | Line 9: | ||
</pre> | </pre> | ||
== Debian == | |||
<pre> | |||
apt-get -y install vsftpd | |||
</pre> | |||
= Logging = | |||
A folder is created at '''/var/ftp/''' which contains the location for TFTPing.<br><br> | A folder is created at '''/var/ftp/''' which contains the location for TFTPing.<br><br> | ||
To enable logging edit '''/etc/vsftpd/vsftpd.conf''' | To enable logging edit '''/etc/vsftpd/vsftpd.conf''' |
Revision as of 02:34, 28 September 2014
To install a TFTP server use the following commands.
Installation
Linux
yum -y install vsftpd service vsftpd start chkconfig vsftpd on
Debian
apt-get -y install vsftpd
Logging
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