in reply to Net::SSH::Perl and WGET

I would try

Replies are listed 'Best First'.
Re^2: Net::SSH::Perl and WGET
by Monkless (Acolyte) on Jan 13, 2015 at 16:55 UTC
    Thanks for the tip, this has gotten me much closer.. Now once I run the script, everything downloads to remote host, but the system running script just sits there like the script hasn't finished but I see the downloaded DIR on remote host with all files intact: Script Server: $ ./upgradeServices.pl Remote Host: $ ls 126546-07 DO I need a flag to end the WGET once download completes?!