mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-01-30 12:15:36 +02:00
Expand path variables for sync destination Running commands like cdc_rsync C:\assets\* host:~/assets -vr would create a directory called ~assets. This CL expands path variables properly.
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.