Posted: Thu Jun 27, 2002 1:18 pm
Restored from previous forum. Originally posted by fweil.
I have a nice customer application using Internet WIn API functions I presented partly on reelmediaproductions server some time ago.
The use of InternetSession and Ftp functions works good ... but it came out to me that some amazing things may occur on Windows platform.
The last issue costed me some hours to understand that it's a mess with the integrated caching features of Windows / IE.
So if you want to be sure to get the current state of a remote server file using FtpGetFile_ never forget the #INTERNET_FLAG_RELOAD flag in args.
But now it works !
Francois Weil
14, rue Douer
F64100 Bayonne
I have a nice customer application using Internet WIn API functions I presented partly on reelmediaproductions server some time ago.
The use of InternetSession and Ftp functions works good ... but it came out to me that some amazing things may occur on Windows platform.
The last issue costed me some hours to understand that it's a mess with the integrated caching features of Windows / IE.
So if you want to be sure to get the current state of a remote server file using FtpGetFile_ never forget the #INTERNET_FLAG_RELOAD flag in args.
But now it works !
Francois Weil
14, rue Douer
F64100 Bayonne