Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
958 views
in .NET FTP by (200 points)
reopened by
I was wondering on how to disable the retry logic for partial upload when calling the UploadByteArray method?

Do I set the RetryCount property to 0 and also call the CancelResume() method during the exception handler events?

Thank you for any response.

4 Answers

0 votes
by (162k points)
Yes, just set the RetryCount to 0. You shouldn't need to call CancelResume().
0 votes
by (200 points)
So by default what is the RetryCount property set to just out of curiosity sake?
0 votes
by (162k points)
3
0 votes
by (200 points)
It shouldn't happen with the retry set to 0. Post the relevant part of the debug log file.

Categories

...