Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:user-guide:services:ftp.overview [2018/02/20 20:46] – ↷ Links adapted because of a move operation | docs:guide-user:services:nas:ftp.overview [2024/05/16 11:25] (current) – [vsftpd] Link added which shows an anonymous ftp setup richy_64 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Links ===== | ===== Links ===== | ||
| - | * [[docs: | + | * [[https:// |
| - | * [[http:// | + | |
| - | * [[http:// | + | |
| ===== Quickguides: | ===== Quickguides: | ||
| - | ==== FTP server | + | ==== vsftpd ==== |
| The smallest of the three popular FTP servers | The smallest of the three popular FTP servers | ||
| Line 17: | Line 15: | ||
| - Configuration file is located in " | - Configuration file is located in " | ||
| - To set the default FTP folder add the following to the config file: " | - To set the default FTP folder add the following to the config file: " | ||
| + | - To enable PASSIVE mode, add the following to the config file: " | ||
| - The vsftpd service can be controlled with the usual commands: | - The vsftpd service can be controlled with the usual commands: | ||
| Line 27: | Line 26: | ||
| - | + | To support FTPD server through a firewall "opkg install kmod-nf-nathelper" | |
| - | ==== ProFTPD ==== | + | |
| - | - Install from web-interface or command-line: | + | [[https://web.archive.org/web/20230928140326/https://www.linuxscrew.com/vsftpd-anonymous-ftp-server|This guide]] easily explains how to setup an **anonymous ftp server** |
| - | - Add a ftp [[docs:user-guide: | + | |
| - | - Disallow Root login in **/etc/proftpd.conf**: < | + | |
| - | - Limit Access to **ftpuser** in **/etc/proftpd.conf**: < | + | |
| - | | + | |
| - | | + | |
| - | </Limit>< | + | |
| - | - Comment all in " | + | |
| - | - Enable shell add **/ | + | |
| - | - Start the server **/ | + | |