Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to download all files from a folder of an FTP site
Message
From
01/11/2005 15:52:32
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01058604
Message ID:
01064185
Views:
42
THIS.nResult_Code = GetLastError()



lnError = 0
lcBuffer = SPACE(MAX_PATH)

InternetGetLastResponseInfo(lnError, @lcBuffer, MAX_PATH)

THIS.nExtended_Result = lnError
THIS.cExtended_Message = LEFT(lcBuffer, AT(cNULL, lcBuffer) - 1)



this.nresult_code is 87
this.nextended_result is 0
this.cextended_message is blank
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform