computers:ftp_server_configuration
This is an old revision of the document!
Table of Contents
FTP server configuration
Installation
sudo apt-get install vsftpd
During installation a ftp
user is created with a home directory of /srv/ftp
. This is the default FTP directory.
The config file is /etc/vsftpd.conf
, important settings are:
# Allow anonymous FTP? (Disabled by default) anonymous_enable=NO # Uncomment this to enable any form of FTP write command. write_enable=YES
After modifying the config, restart vsftpd
:
sudo restart vsftpd
References
computers/ftp_server_configuration.1451962715.txt.gz · Last modified: by chkuo