โ›“๏ธFTP

Passive FTP mode

The passive mode provides the client with a port to connect to on the server, where the data is provided. However, this connection fails as the target is behind a NAT (Network Address Translation) Alternately, the active more can be used, which opens up a port on the client side. The target will connect to us and provide the required data. Use the passive command to turn off passive mode.

  • iptables -A INPUT -i tun0 -s 10.10.110.12 -j ACCEPT

  • put <path><filename> <filename>

Last updated