Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
6.7k views
in .NET FTP by (540 points)
Hi,

Can I create a threaded DownloadFile() method using the free version of ftp net component?

I tried threading it, but it seems that it is still waiting for the previous thread to finish the downloading/uploading of file.

I want to create this using just a single connection.

thanks.

IANIAN

11 Answers

0 votes
by (540 points)
Use the BytesTransferred event.

- Hans (EDT)


Hi I created an Array of FTPConnection and event handling is not supported in array of FTPConnection.
Am i right?

Categories

...