in reply to Re^2: Problem with Net::SCP::Expect
in thread Problem with Net::SCP::Expect
The auto_quote thing didn't work :(
Try running the script with strace to see how it calls the scp program.
I'm trying Net::OpenSSH now. However it is complaining: "ssh: illegal option -- M"
That probably means that the version of OpenSSH installed on the machine is too old for Net::OpenSSH. It requires OpenSSH 4.1 or later (5.1 is recommended).
update: BTW, could you use SFTP instead of SCP?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Problem with Net::SCP::Expect
by xorl (Deacon) on Feb 25, 2009 at 16:03 UTC |