Skip to content

Tunnel through an FTP server

Fidel Perez-Smith edited this page Aug 19, 2025 · 2 revisions

Side A

.\ft-win-x64.exe --ftp --host 192.168.1.32 --username foo --password bar -w 1.dat -r 2.dat -L 5000:192.168.1.20:3389

This command listens for connections on port 5000. When one is received, it is forwarded through the file tunnel and then onto 192.168.1.20:3389.

Side B

.\ft-win-x64.exe --ftp --host 192.168.1.32 --username foo --password bar -r 1.dat -w 2.dat

Clone this wiki locally