in reply to Re: SFTP Foreign Issues using $sftp->ls
in thread SFTP Foreign Issues using $sftp->ls
Every call to glob retrieves the full remote directory so it is better to use a single glob covering all the file names if possible.my @files = $sftp->glob($envment."{REP_*.dat,REQ_*.report,REQ_*.report +.*,REQ_*.req.copied}", names_only => 1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: SFTP Foreign Issues using $sftp->ls
by Lotus1 (Vicar) on Mar 01, 2016 at 19:54 UTC | |
by salva (Canon) on Mar 01, 2016 at 20:14 UTC | |
by Lotus1 (Vicar) on Mar 01, 2016 at 20:42 UTC | |
by salva (Canon) on Mar 01, 2016 at 21:38 UTC | |
|
Re^3: SFTP Foreign Issues using $sftp->ls
by Vita (Novice) on Mar 03, 2016 at 21:40 UTC |