Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FtpFindFirstFile - Filename has Date in Front of it
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00860630
Message ID:
00861265
Views:
21
I agree with Sergey, definitely this is something else. Convert the structure into string and analyze it byte after byte. It's never happened to me too. Unless the web server implements this protocol differently. Is it Apache?

I had no trouble using this code:
lpFindFileData = REPLI(Chr(0), 320)

hFind = FtpFindFirstFile(hConnection, lcMask,; 
	@lpFindFileData, INTERNET_FLAG_NEED_FILE, 0) 
Here you have the structure returned in a string buffer.
Previous
Reply
Map
View

Click here to load this message in the networking platform