Re: scp problems between Solaris and Tru64
From: Casper H.S. Dik (Casper.Dik_at_Sun.COM)
Date: 05/20/03
- Previous message: bernd wegener: "File locks on tru64"
- In reply to: Dr. David Kirkby: "Re: scp problems between Solaris and Tru64"
- Next in thread: Dr. David Kirkby: "Re: scp problems between Solaris and Tru64"
- Reply: Dr. David Kirkby: "Re: scp problems between Solaris and Tru64"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 20 May 2003 09:23:29 GMT
"Dr. David Kirkby" <drkirkby@ntlworld.com> writes:
>> > sparrow % scp -v atlc-4.3.0.tar.gz davek@dobermann:/tmp
>> > Executing: program /usr/bin/ssh host dobermann, user davek, command
>> > scp -v -t /tmp
>> > scp: warning: Executing scp1 compatibility.
I believe this message originates from the remote end.
SSH 3.x uses sftp as the protocol for "scp". (sftp is more like
NFS than ftp, it's not a streaming protocol)
>> > scp: FATAL: Executing ssh1 in compatibility mode failed (Check that
>> > scp1 is in your PATH).
>> > lost connection
Seems like you need "scp1" on the remote system or have your
PATH adjusted so it can be found.
>sparrow /export/home/davek % scp foo davek@duke:/tmp
>scp: warning: Executing scp1 compatibility.
>foo 100% |*****************************| 27636
>00:00
>I don't doubt something is mis-configured (I'd like to know what), but
>do believe the way I was using scp is basically okay.
Again, the warning is remote; but in this case scp1 exists and can be
found.
Casper
-- Expressed in this posting are my opinions. They are in no way related to opinions held by my employer, Sun Microsystems. Statements on Sun products included here are not gospel and may be fiction rather than truth.
- Previous message: bernd wegener: "File locks on tru64"
- In reply to: Dr. David Kirkby: "Re: scp problems between Solaris and Tru64"
- Next in thread: Dr. David Kirkby: "Re: scp problems between Solaris and Tru64"
- Reply: Dr. David Kirkby: "Re: scp problems between Solaris and Tru64"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]