Not that I know of, but you could throw it back to the list. I think anything you found for doing that would essentially be doing the same thing I just recommended, unless you're talking about launching each download in a separate process or something.
-----Original Message----- From: Torres, Jose To: 'Timothy Johnson' Sent: 5/15/02 8:49 AM Subject: RE: :FTP question That will definitely work, but I was wondering if there was a method or something in Perl that would allow you to copy an entire directory at a time. Any ideas? -----Original Message----- From: Timothy Johnson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 11:39 AM To: Torres, Jose; ''[EMAIL PROTECTED]' ' Subject: RE: :FTP question Just use Net::FTP to get a list of the files in the directory and store them in an array, and then you can loop through it and get each file. -----Original Message----- From: Torres, Jose To: '[EMAIL PROTECTED]' Sent: 5/15/02 8:36 AM Subject: Net::FTP question Can the get function in Net::FTP be used to get an entire directory? I know the get function is used to retrieve a single file, but I need to retrieve an entire directory. How can this be done? Thanks. -Jose -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]