Expand description
File transfer: scp first; prefer rsync -e ssh when both ends have it.
Functionsยง
- prefer_
rsync - True when local
rsyncexists and the remote host hasrsyncon PATH. - require_
ok ๐ - scp_
files - Copy one or more local files to a remote directory using
scp. - transfer_
files - Copy files with rsync when available, otherwise scp.