Hi! I was browsing through archives and found out that somebody else was having the same problem as I'm. http://bugzilla.mindrot.org/show_bug.cgi?id=248 from the client, when I run scp to the server, I get: scp: warning: Executing scp1 compatibility. scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in your PATH). There are more details about this problem here: http://www.snailbook.com/faq/scp-ossh-to-ssh2.auto.html The problem seems to be that there is a new implementation of scp. Has anyone considered of supporting scp2 with openssh? Are there problems with it or isn't just anyone interested about writing the code for it?
scp2 is just sftp protocol. So until someone spends the time to teach scp how to speak sftp protocol your best best is just to use sftp. Or complain to the vendor. - Ben On Tue, 20 Aug 2002 osmo.paananen at sonera.inet.fi wrote:> Hi! > > I was browsing through archives and found out that somebody else was having > the same problem as I'm. > > http://bugzilla.mindrot.org/show_bug.cgi?id=248 > > from the client, when I run scp to the server, I get: > scp: warning: Executing scp1 compatibility. > scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in > your PATH). > > > There are more details about this problem here: http://www.snailbook.com/faq/scp-ossh-to-ssh2.auto.html > > > The problem seems to be that there is a new implementation of scp. Has anyone considered of supporting scp2 with openssh? > Are there problems with it or isn't just anyone interested about writing the code for it? > > > > _______________________________________________ > openssh-unix-dev at mindrot.org mailing list > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >
Hi! Thank you for this bit of information. Somehow I just forgot the existanse of sftp. It shouldn't be too hard to make a small program (say a shell script) that would be wrapper for sftp. I didn't check but I guess that if some ssh2 server has sftp disabled some more magic would be required. (scp should be executed instead of sftp). But that solution would not be pretty. If someone has a nice and pretty idea how this could be solved I'm all ears.> scp2 is just sftp protocol. So until someone spends the time to teach scp > how to speak sftp protocol your best best is just to use sftp. Or > complain to the vendor. > > - Ben > > On Tue, 20 Aug 2002 osmo.paananen at sonera.inet.fi wrote: > > > Hi! > > > > I was browsing through archives and found out that somebody else was having > > the same problem as I'm. > > > > http://bugzilla.mindrot.org/show_bug.cgi?id=248 > > > > from the client, when I run scp to the server, I get: > > scp: warning: Executing scp1 compatibility. > > scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in > > your PATH). > > > > > > There are more details about this problem here: http://www.snailbook.com/faq/scp-ossh-to-ssh2.auto.html > > > > > > The problem seems to be that there is a new implementation of scp. Has anyone considered of supporting scp2 with openssh? > > Are there problems with it or isn't just anyone interested about writing the code for it? > > > > > > > > _______________________________________________ > > openssh-unix-dev at mindrot.org mailing list > > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev > > > > _______________________________________________ > openssh-unix-dev at mindrot.org mailing list > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >