Hi, I need to modify my existing program (which runs through a list of FTP clients and Gets and Puts) so that it uses multiple threads to login to a number of machines simultaneously and Get and Put.
Anyone got any guidelines of how I go about doing this? At the moment I'm thinking of using a ThreadPool to handle x number of connections, then add onto this when one is finished, until the list is complete.
Thanks in advance.