| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ft-win-x64.exe | 2024-08-23 | 13.2 MB | |
| ft-win-arm64.exe | 2024-08-23 | 13.2 MB | |
| ft-osx-x64 | 2024-08-23 | 14.7 MB | |
| ft-osx-arm64 | 2024-08-23 | 13.9 MB | |
| ft-linux-x64 | 2024-08-23 | 14.5 MB | |
| ft-linux-arm64 | 2024-08-23 | 13.9 MB | |
| File Tunnel v2.2.2 source code.tar.gz | 2024-08-23 | 114.0 kB | |
| File Tunnel v2.2.2 source code.zip | 2024-08-23 | 131.9 kB | |
| README.md | 2024-08-23 | 363 Bytes | |
| Totals: 9 Items | 83.5 MB | 0 | |
UDP Improvements
- Added remote UDP forwarding. For example
--remote-udp-fwd 8000:10.0.0.50:6000instructs the remote side to listen on port 8000, and forward data through the tunnel and onto 10.0.0.50:6000 via the local machine. - Allow multiple UDP listeners on the same endpoint, for example:
-U 5000:192.168.1.100:7000 -U 5000:192.168.1.200:8000