Ftp

From KlavoWiki
Revision as of 02:28, 7 September 2015 by David (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To install a FTP server use the following commands.

Installation

Linux

yum -y install vsftpd
systemctl enable vsftpd
systemctl start vsftpd

Debian

apt-get -y install vsftpd

Logging

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

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

# Activate logging of uploads/downloads.
xferlog_enable=YES