Comparing scp and rsync

Send files between Windows (WSL) and MacOS

Isshiki🐈
1 min readJul 23, 2020
Sending a text file with scp
Sending the same text file with rsync

p.s. I created the file using the command line tool dd, like dd if=/dev/zero of=file.txt count={times} bs={bytes} and the resulting file will contain {times} * {bytes} bytes.

--

--