User Tools

Site Tools


networking:linux:ftp_server

HowTo - Linux FTP Server

https://www.howtoforge.com/tutorial/install-proftpd-with-tls-on-ubuntu-16-04/

https://ftptest.net/Help

http://doxfer.webmin.com/Webmin/ProFTPD_Server

FTP Behind NAT Diagram

In passive mode, the router and firewall on the server side need to be configured to accept and forward incoming connections. On the client side however, only outgoing connections have to be allowed, which will already be the case most of the time.

In active mode, the router and firewall on the client side need to be configured to accept and forward incoming connections. On the server side, only outgoing connections have to be allowed.

Since usually one server provides a service for many users, it is far easier to just configure the router and firewall on the server side once for passive mode, than to configure the client's router/firewall for each individual client in active mode. That is why passive mode is recommended.

Mikrotik Port Forwarding

Troubleshooting

Things to try if you are having trouble connecting to an FTP server:
  • Try configuring your client for Passive Mode
  • Try configuring your client for SFTP Mode
  • Try configuring your client for Active Mode
  • Try disabling the Windows Firewall on your client PC
networking/linux/ftp_server.txt · Last modified: 2016/11/01 08:58 by gcooper