Archived Forum Post

Index of archived forum posts

Question:

C# FTP2 Multithreading

Aug 25 '14 at 07:57

Hi,

I have an application that has to move a large number of files (with various sizes - few k to 100s MB).

I am experimenting with Chilkat and currently, it takes a while to download the files.

I was wondering if there is any issue with opening several connections and downloading the files in parallel.

Thanks,

Tomer


Answer

Might it be, that the error comes from your provider, which only allows one or two connections at once?