in reply to Re^2: Net::SFTP::Foreign getting files
in thread Net::SFTP::Foreign getting files
($file) = $sftp->glob($file, names_only => 1); defined $file or die "file not found"; $sftp->get($file, "$ai_dest_day/$file");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::SFTP::Foreign getting files
by kofs79 (Initiate) on Apr 11, 2013 at 14:47 UTC | |
by salva (Canon) on Apr 11, 2013 at 15:14 UTC |