in reply to Re^2: Net::SSH::Perl and WGET
in thread Net::SSH::Perl and WGET
What can you see in /var/tmp/download.log while the script hangs?my ($out, $stderr3, $exit3,) = $ssh->cmd("/usr/local/bin/wget -v -c -n +p -r -nH --cut-dirs=1 --reject index.html* -P /var/tmp 'http://urlHOS +T/patch/126546-07/' >/var/tmp/download.log 2>&1");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::SSH::Perl and WGET
by Monkless (Acolyte) on Jan 15, 2015 at 15:23 UTC |