Downloading from multiple ftp's at once.

Advertisement

X82
Joined:
Posts:
6
Location:
UK

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?

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Downloading from multiple ftp's at once.

Split to 500 servers to couple sets and process each set in separate task in parallel.

Reply with quote

Advertisement

You can post new topics in this forum