http://www.perlmonks.org?node_id=991573


in reply to Re^3: Net :: FTP
in thread Net :: FTP

thanks! But is it possible to use something like FTP Recursive to search and return a file, recursively on all sub directories?

Replies are listed 'Best First'.
Re^5: Net :: FTP
by cheekuperl (Monk) on Sep 04, 2012 at 15:06 UTC
    FTPs job is to transfer files. It doesn't have recursive file searching abilities (at least it was so when I last worked with it). Check the FTP manual of server if it supports any such command.