On Thu, Aug 30, 2001 at 01:59:23PM -0400, Bryan Hodgson wrote:
> I'm saying that openssh scp falls back to protocol 1, but openssh sftp
> apparently uses protocol 2.

that's not quite correct.

ssh.com's sftp2 and scp2 use the sftp protocol over ssh protocol v2

openssh's scp uses the rcp protocol over ssh protocol v1 and v2

openssh's sftp uses the sftp protocol over ssh protocol v1 and v2

so if you want to use an openssh client to get files from a
ssh.com server you have to use 'sftp' since 'scp' does not
implement the 'sftp' protocol.

however, you can use openssh's sftp in batchmode, see sftp(1).

Reply via email to