add a sftp client "cp" command that supports server-side copying
authordjm <djm@openbsd.org>
Thu, 31 Mar 2022 03:07:03 +0000 (03:07 +0000)
committerdjm <djm@openbsd.org>
Thu, 31 Mar 2022 03:07:03 +0000 (03:07 +0000)
commitcad943075198de9466fc7b44d0488b9ad61f47c1
treed7f76604d6ddf080632e9d4c4173b4a8f4e3e15e
parent2ac6810fc6db0156c6957b3b5bae045e00fe9437
add a sftp client "cp" command that supports server-side copying
of files. Useful for this task and for testing the copy-data
extension. Patch from Mike Frysinger; ok dtucker@
usr.bin/ssh/sftp-client.c
usr.bin/ssh/sftp-client.h
usr.bin/ssh/sftp.1
usr.bin/ssh/sftp.c