What is realy needed, is an skip improvment.
What happen is the following :
If you try to upload a file which was already been uploaded by someone else, the remote server (e.g. glftpd) will refuse the upload even before CrossFTP checks that the file exists.
Since the server refuses the upload, CrossFTP idle around and wil not continue to upload the next file in queue, you need to stop the current transfer or open another tread.
If you open another tread and the 2nd file has also uploaded before by someone else, CrossFTP idles again, until you run out of threads.
this happens in the log :
R] 200 PORT command successful.
[R] STOR testfile.txt
[R] 553- testfile.txt This file looks like a dupe.
[R] 553 It was uploaded by Testuser (5h 26m ago).
When you compare to FlashFXP you can see , that Flash report an error (which is ok anyway) and then continues with the next file in the queue.
