Hi
I'm trying to get some advice on writing a script that would ftp into multiple remote servers simultaneously and download from each server at the same time.
Ideally I would specify an array of IP Addresses to be connected to and the script would connect to all at the same time.
Once connected download all files and then (optionally) remove the files from the remote servers.
It's the simultaneous connections / downloads that are stumping me !
This is to be used on a WAN to back up specific files.
Thanks