Plop Forum

General Category => Plop Linux => Topic started by: acodoner on October 26, 2010, 16:26:28 PM

Title: scp problem in version 4.1.0
Post by: acodoner on October 26, 2010, 16:26:28 PM
Hello,

If I type scp with no parameters, I get the help info. But when I invoque it to copy a file from a remote folder,

scp server.domain.es:/remotefolder/file /localfolder

I always get the following error:

/usr/usr/bin/ssh: No such file or directory.

No problem if I use scp locally. No problem with ssh either to conect to a remote host.

Any idea?

Best Regards

Abelardo
Title: Re: scp problem in version 4.1.0
Post by: Elmar on October 26, 2010, 17:01:19 PM
hi, somehow the ssh executables have the wrong path complied.
replace your usr.sqfs with this http://download.plop.at/tmp/4.1.0/usr.sqfs

thanks and best regards
elmar
Title: Re: scp problem in version 4.1.0
Post by: acodoner on October 26, 2010, 17:26:06 PM
Thank you!

Now it works.

Best Regards

Abelardo