Ftp

From KlavoWiki
Revision as of 02:34, 28 September 2014 by David (talk | contribs)
Jump to navigationJump to search

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