diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2019-03-31 08:47:47 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2019-03-31 08:47:47 +0000 |
commit | 62eba8762a949ea3eb27048ce89d4eded14d72e4 (patch) | |
tree | c40ac103f781bc6f1844de3c0272b6ea85ee8843 /usr.bin/rsync/io.c | |
parent | 9115d231b1a1c4bf35f8969f4d0c61b7eff1ae55 (diff) |
Add ability to combine rsync:// and -e by splitting rsync_socket()
into two functions, rsync_connect() to establish a TCP connection
to the remote daemon, and rsync_socket() to run the actual protocol.
E.g.:
rsync -av --del -e 'ssh -W localhost:rsync -lanoncvs' \
rsync://anoncvs.spacehopper.org/OpenBSD-CVS/ /cvs
ok deraadt@
Diffstat (limited to 'usr.bin/rsync/io.c')
0 files changed, 0 insertions, 0 deletions