Page 1 of 1

FTP Parallel transfers

Posted: Fri Jul 23, 2010 12:41 pm
by smandadi
Is there a tweak in the system or setting, or a sample methodology or project that allows me to run the FTP Gets and Puts in Parallel. Most of the generic FTP clients allow up to 10 sessions in parallel, It would help a great deal when running large number of File transfers over the network.....

Re: FTP Parallel transfers

Posted: Mon Jul 26, 2010 9:29 am
by Support_Duane
It is possible to specify that a project is threadsafe, which will allow you to have multiple copies of a project running at the same time. This would require that the project be written in such a way that it actually IS threadsafe and that no files being used in one iteration of the project would be overwritten by another simultaneous iteration of the project.
If this is not what you wanted to know, please provide us with more information.