CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/08/02 17:38:27
Modified files:
usr.bin/ssh : scp.1 scp.c
usr.bin/ssh/scp: Makefile
Log message:
support for using the SFTP protocol for file transfers in scp, via a
new "-M sftp" option. Marked as experimental for now.
Some corner-cases exist, in particular there is no attempt to
provide bug-compatibility with scp's weird "double shell" quoting
rules.
Mostly by Jakub Jelen in GHPR#194 with some tweaks by me. ok markus@
Thanks jmc@ for improving the scp.1 bits.