in reply to Net::SSH::Perl question
because of the unquoted spaces. You might try changing the call to $ssh->cmd toc:\Documents and Settings\admin\test.bat
$ssh->cmd(qq{"$remote_dir\\$localfile"});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::SSH::Perl question
by calmthestorm (Acolyte) on Oct 30, 2008 at 18:59 UTC |