Hi!
I use InternetReadFile() function to read bytes from FTP server. But I not sure about number of bytes to read in one time. Have any idea what is the best number?
For now I use 4096 and works fine.
eg.
lnBytes=4096
InternetReadFile( lhFile, @lcBuffer, lnBytes, @lnBytesRead )
I use InternetReadFile() function to read bytes from FTP server. But I not sure about number of bytes to read in one time. Have any idea what is the best number?
For now I use 4096 and works fine.
eg.
lnBytes=4096
InternetReadFile( lhFile, @lcBuffer, lnBytes, @lnBytesRead )