Michael:

scp uses sftp protocol with ssh2 while with ssh1 it uses the scp protocol
for file transfer.
The remote server probably does not have the sftp subsystem or the sftp
binary was not in the PATH when sshd was started.
Try to find sftp on the remote system and create a link to it in the
/usr/bin
or whatever directory you think is added to the PATH of the sshd on that
system.

Attila

-----Original Message-----
From: Michael Bruns [mailto:[EMAIL PROTECTED]]
Sent: Freitag, 7. September 2001 10:47
To: [EMAIL PROTECTED]
Subject: scp2 to ssh1 server error


Hello,

i have the following scp problem if the client, a ssh2 version 3.0.1
installation with ssh1 compatibility, connect to a ssh1 server:

$ scp xx lx23:/tmp/xx
warning: Remote server talks SSH-1.5 protocol.
mike@lx23's password: 
bash: sftp: command not found
<RET>
scp: warning: child process (/opt/this/bin/ssh2) exited with code 127.
$

The "SFTP or SCP Errors FAQ" at:
http://www.ssh.com/support/ssh/faq.old/sftp_OR_scp_Errors_FAQ.html
doesn't solve the problem.

Any hints are welcome.
Greetings,
M.Bruns
    
--

Michael Bruns
Max-Planck-Institut fuer Aeronomie
Max-Planck-Strasse 2
37191 Katlenburg-Lindau (Germany)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to