computers:ftp_server_configuration
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computers:ftp_server_configuration [2016/01/05 10:58] – chkuo | computers: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 | ||
| - | </ | ||
| - | During installation a '' | ||
| - | |||
| - | The config file is ''/ | ||
| - | <code bash> | ||
| - | # 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 '' | ||
| - | <code bash> | ||
| - | sudo restart vsftpd | ||
| - | </ | ||
| - | |||
| - | |||
| - | |||
| ===== References ===== | ===== References ===== | ||
| * [[https:// | * [[https:// | ||
| - | * [[http:// | ||
| * [[http:// | * [[http:// | ||
computers/ftp_server_configuration.1451962715.txt.gz · Last modified: by chkuo