Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 320 Bytes

file-transfer.md

File metadata and controls

23 lines (12 loc) · 320 Bytes

File Transfer

xmodem

Using xmodem with macOS

brew install lrzsz

using GNU Screen, press ctrl-a, :, then type exec !! lsz -X thing.bin

Rsync

Use sudo on remote end

rsync -a -e "ssh" --rsync-path="/usr/bin/sudo /usr/bin/rsync" [email protected]:/remote_files/ local_dir/