in reply to Re^2: SFTP Foreign Issues using $sftp->ls
in thread SFTP Foreign Issues using $sftp->ls
This works as I expected from my previous attempts. Thanks.
my @files = $sftp->glob($envment."{REP_*.dat,REQ_*.report,REQ_*.repor +t +.*,REQ_*.req.copied}", names_only => 1);
|
|---|