0 votes
by (900 points)
edited

Abort take time when transfer is going on.

Any suggestion to reduce that time.

I am transferring one big file in one thread and i stop that transfer using Another thread(i.e UI Thread).

Applies to: Rebex FTP/SSL

1 Answer

+1 vote
by (58.9k points)
edited
 
Best answer

Hello,

please download the latest version of Rebex (2014R3) and have a look at the FtpWinFormClient sample project and test it.

The sample shows how to use the async methods in combination with await keyword and then the Ftp.Abort method to abort an ongoing async transfer.

I have tested the sample and the Abort is immediate even when a large file is in upload / download progress.

by (58.9k points)
edited

If the above does not help, please create a log of the client/server communication and either post it here, or send it to support@rebex.net. We will be able to look into this issue then.

by (900 points)
edited

Yup its working.. Thanks.......

...