Archived Forum Post

Index of archived forum posts

Question:

Really nice enhancement to implement for FTP/SFTP

Dec 02 '16 at 10:05

Two properties RetryTimes RetrySleep

Two areas: 1. Connect

Failure, go to sleep, and then retry. This usually occurs when the server may have limits to the number of active connections. Set at 5, 6th one fails, so sleep and retry loop. as soon as one released connects ok.

  1. in the actual put,

    sometimes due to tcp timeout or any failure in putting the file. same thing, go to sleep, and then retry to send the file. I am not sure in chilkat but I think that on the resend, it picks up where it left off, but I know others do this.

It would really be nice to have the object do this. I manually do this, as 90% of the time these just go thru.