Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TCP/IP Connection
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00674411
Message ID:
00674435
Views:
33
>>I'm not sure wich thread you're refering to. Try SAMPLE: Use the Winsock ActiveX Control with Visual FoxPro mskb#Q315124 and http://download.microsoft.com/download/visualfoxpro7/sample/1.0/NT5XP/EN-US/FoxSock.exe
>
>
>Thanks for your reply Sergey. The article I was referring to was one describing how to map a remote server drive as a local drive, just like mapping a drive from your intranet. Dunno if I can do this with the Winsock control. Any help will be greatly appreciated.
>
>Enmanuel

You can try WSH
oNet = CreateObject("WScript.Network")
oNet.MapNetworkDrive("Z:",< remote drive >, < user name >, < password >)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform