[Bug 801] Improve usability of scp by adding a "make path" option

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Feb 27 07:53:36 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=801





------- Additional Comments From dtucker at zip.com.au  2004-02-27 07:53 -------
The point is scp is a non-standard.  The closest thing it has to a
specification is "what rcp does".  The same command is used on both ends
of the connection, and it has to interoperate with other implementations.

New features are more likely in sftp, since the protocol is standardized
(well, a draft standard), and the client and server are decoupled.  In
fact, you can already do what you want with the batch option, albeit in
a somewhat verbose way:

(echo -mkdir /tmp/dir; echo put -P file /tmp/dir/file) | sftp -b - localhost




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list