Author Topic: scp problem in version 4.1.0  (Read 6720 times)

acodoner

  • Newbie
  • *
  • Posts: 10
scp problem in version 4.1.0
« 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

Elmar

  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • a command shell is enough to do amazing things
Re: scp problem in version 4.1.0
« Reply #1 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

acodoner

  • Newbie
  • *
  • Posts: 10
Re: scp problem in version 4.1.0
« Reply #2 on: October 26, 2010, 17:26:06 PM »
Thank you!

Now it works.

Best Regards

Abelardo