Note: this uses a regex, not a glob! And this snippet would also download files with names ending in ".png\n".... # Get all .png files (and .PNG, .Png, etc) for ($object->grep(Grep => qr/\.png$/i)) { $object->get(File => $_); }
In reply to Re: Re: Re: Re: RE: Automatic FTP Script?
by Juerd
in thread Automatic FTP Script?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |