in reply to Re^3: Net::SSH::Perl and WGET
in thread Net::SSH::Perl and WGET
Again, thanks to all for the input.. I finally realized I was not properly handling my exit code, I was simply expecting the script to finish. Adding the following check now downloads the DIR and moves on to next step of script
if ($exit3 == 0) { print "Download Completed!\n"; }
|
|---|