mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-06-16 23:56:24 +03:00
Instead of running netstat/ss on local and remote systems, just bind with port 0 to find an ephemeral port. This is much more robust, simpler and a bit faster. Since the remote port is only known after running cdc_fuse_fs, port forwarding has to be set up after running cdc_fuse_fs.