mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-01-30 12:15:36 +02:00
Instead of calling netstat locally to find out available ports in a tight range, call bind() with port zero to find an available ephemeral port. This is faster and much simpler, and will eventually help getting rid of PortManager. Also fixes issues with running SSH commands on Windows when the remote shell is Powershell (aka Backslash Bingo).
CDC RSync
CDC RSync is a command line tool / library for uploading files to a remote machine in an rsync-like fashion. It quickly skips files with matching timestamp and size, and only transfers deltas for existing files.