User Tools

Site Tools


computers:ftp_server_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computers:ftp_server_configuration [2016/01/05 10:58] chkuocomputers:ftp_server_configuration [2023/09/27 14:58] (current) – [References] chkuo
Line 1: Line 1:
 ====== FTP server configuration ====== ====== FTP server configuration ======
- 
-===== Installation ===== 
-<code bash> 
-sudo apt-get install vsftpd 
-</code> 
-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: 
-<code bash> 
-# Allow anonymous FTP? (Disabled by default) 
-anonymous_enable=NO 
-# Uncomment this to enable any form of FTP write command. 
-write_enable=YES 
-</code> 
- 
-After modifying the config, restart ''vsftpd'': 
-<code bash> 
-sudo restart vsftpd 
-</code> 
- 
- 
- 
  
  
 ===== References ===== ===== References =====
   * [[https://help.ubuntu.com/lts/serverguide/ftp-server.html]]   * [[https://help.ubuntu.com/lts/serverguide/ftp-server.html]]
-  * [[http://richardgreenwood.ca/2014/05/remote-access-sftp-ubuntu-14-04/]] 
   * [[http://www.krizna.com/ubuntu/setup-ftp-server-on-ubuntu-14-04-vsftpd/]]   * [[http://www.krizna.com/ubuntu/setup-ftp-server-on-ubuntu-14-04-vsftpd/]]
computers/ftp_server_configuration.1451962715.txt.gz · Last modified: 2016/01/05 10:58 by chkuo