| Summary: | Make sftp (mostly) compatible with scp commandline | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | William Sherwin <wgs3> | ||||
| Component: | scp | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | enhancement | CC: | djm, openssh-bugs | ||||
| Priority: | P2 | Keywords: | low-hanging-fruit | ||||
| Version: | 3.6.1p2 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | 520 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
William Sherwin
2003-09-03 12:14:22 AEST
you can use sftp instead, i don't think we will add sftp protocol support to scp soon. ssh.com changed the protocol, but kept the binary name the same. In ssh.com's language: ssh1 scp == scp ssh2 scp == sftp Our sftp works fine with ssh.com ssh2 "scp" and our scp works fine with their ssh1 "scp". OTOH I'd love someone to write a scp-compatible commandline syntax for our sftp. Created attachment 750 [details]
scp-like commandline syntax for sftp
First pass at scp-like commandline syntax for sftp.
We did the opposite recently: scp now uses sftp under the hood by default. Closing bugs from openssh-9.1 release cycle |