![]() |
|
There's more than one way to do things | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Hi, Have a look at Net::FTP::Recursive. This supports functions as rdir and rls to recursively get directy listings. So, you could do a rdir on a directory you know exists on the ftp server, and 'grep' your file from it. I hope this helps,
In reply to Re: Net::FTP file type and attributes
by mce
|
|