Error 10060 - WeOnlyDo Discussion board

Error 10060 (wodFtpDLX / wodFtpDLX.NET)

by Jeff Geis, Monday, August 01, 2005, 22:34 (6815 days ago)

I am getting a timeout error on the connect even though I have set the timeout property to 0. The documentation for this property states: This value also is used when connecting to the server. If wodFtpDLX is unable to connect until timeout expires, it will return an error. This does not seem to be the case. Please advise on how I can control the time the object waits for a response from the server.

Re: Error 10060

by wodSupport, Monday, August 01, 2005, 23:15 (6815 days ago) @ Jeff Geis

Jeff,

when we call winsock's connect function, eventually it would return 10060 to us (this is winsock error, not our, we just pass it to you). So, it doesn't matter how and what we set internal counters too - winsock made a decision here, we cannot continue to connect if he returned 10060.