10-26-2011 10:38 PM
Hello,when I use the function of FTP of Internet Library such as InetFTPLogin,InetFTPClose , there are some error information like "Operation timed out" . So ,I want to kown how long is the time slot that the function continue?
thanks!
10-27-2011 09:14 AM
The default is 60 seconds. You can change this using the InetFTPLoginEx function. This timeout applies to all communication with the FTP server.
10-27-2011 08:22 PM
Thanks for your answer. What about InetFTPChangeDir and InetFTPGetDir, there are the same problem of timeout about them sometimes?