Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set INTERNET_FLAG_PASSIVE in WININET
Message
From
08/11/1999 16:08:45
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00288606
Message ID:
00288677
Views:
123
Terry, the INTERNET_FLAG_PASSIVE is used in the InternetConnect function in wininet.dll.

The value is:
#define INTERNET_FLAG_PASSIVE 134217728

The usage is:
InternetConnect(THIS.nInet_Handle, (THIS.cIPAddress), VAL(THIS.cPort), THIS.cUserName), (THIS.cPassword), INTERNET_SERVICE_FTP, INTERNET_FLAG_PASSIVE, 0)

If your interested in this code bit, you can see all of it if you download the FTP_Class from the files section under Internet.

Rob.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform