Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Gone in confusion connecting on internet
Message
 
 
To
12/05/2008 01:54:18
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01316346
Message ID:
01316364
Views:
11
BTW, this is the FTP class

FTP class 2.0.4 Download #30345

>hi all,
>I had a procedure which tested if my pc was connected on internet and how it was connected. I called it getstatusconnection.
>
>
>	lcStatus = Alltrim(Transform(oFtp.GetStatusConnection()))
>	Do case
>		Case lcstatus = '-1'
>			lntenta = lntenta + 1
>		Case '2' $ lcstatus
>			*connesso  via LAN
>		Case '1' $ lcstatus
>			*connesso via Modem
>		Case '4' $ lcstatus
>			* connesso con proxy
>		Otherwise
>			lntenta = lntenta + 1	
>	EndCase
>
>Well I cannot find this procedure anymore :(
>so that i cannot remember which function I was calling. I thought it was a api function, almost sure it belonged to the Ftp_service class i use and that i got from here.
>
>Any Help ?
>
>What I have to do is to check if an internet connection exist to decide wether try a Dial up connection or check directly a ftp directory
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform