Thanks for your help.$ftp=Net::FTP->new($host,Timeout=>240) $ftp->login("login","password") $ftp->cwd($directory) # Here can i grep by the filename (same search for all files named Mon +k @files=$ftp->dir for each (@files) print "$_\n"; # Need to get the file here. I can print out the files }
In reply to FTP Grep? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |