Optional user-defined timeout for ReceiveHTTPFile()
Posted: Thu May 12, 2011 1:28 pm
Could a flag be added to ReceiveHTTPFile() to specify a timeout in seconds? My ISP is having issues lately, and this command "hangs" my app for about 30 seconds while it tries to fetch a file that is impossible to reach. I'd rather it timed out and returned after 3 seconds if it couldn't be found in that time. And I suppose the same request would apply to ReceiveFTPFile() too, for consistency.