Forum > Networking and Web Programming
Lnet FTP problem with large files in Win64
cybersmyth:
--- Quote from: Almindor2 on March 16, 2011, 12:05:42 am ---In the "else" part where the downloading is "finished" add a condition like this (code from visual example):
--- Code: --- FFile.Write(Buf, i);
end else if FDLDone + i >= FDLSize then begin // done whole file
// file download ended
--- End code ---
--- End quote ---
FYI... I tried this technique in my original routine and it's working great in Windows now!
Navigation
[0] Message Index
[*] Previous page