I'm trying to download a 300MB file using FtpGetFile() on XP SP3. The API
consistently fails with error 12002 (timeout) at the end of the transfer.
That is, the content of the file is transferred to the local disk (I could
see the file size reaching ~300MB) and then FtpGetFile() returns FALSE.
GetLastError() returns 12002.
I've seen some posts about Routing/RAS service causing some problems but I
do have the service enabled.
Also, I have no problems downloading smaller files (e.g. ~10MB).
Does anyone know what could be causing the above problem?
Thanks,
Bogdan