Downloading from multiple ftp's at once.
I was working on a script to download a series of files from various ftp severs around our site. About 500 in total. My current script would login to a server, download the file, logout and repeat. But this would take a long time to complete. Is there any way of connecting to multiple ftp's at once? The file names are all the same, as is the username and password. Any ideas?