benlaw has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks,

I would like to use net::ftp to download a directory recursivly. How to specify it?

I found Net::FTP::Recursive, but what is the meaning of "&yoursub"? The sub-directory ? It can't work.

Replies are listed 'Best First'.
Re: net::ftp download recursive folder
by greatshots (Pilgrim) on Sep 08, 2006 at 03:50 UTC
      O!~ Very nice ^^

      how about the \options\ mean?
        How about reading the Net::FTP::Recursive docs? It's all pretty clear! And just so you know where to find that sample code in future - it's in the samples directory with the module! You had it all along.

        jdtoronto