Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connect to a file server
Message
 
To
15/06/2007 15:48:26
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Miscellaneous
Thread ID:
01233350
Message ID:
01233664
Views:
12
>>>One of my clients wants his users to connect to a file server. How can this be automated from VFP? Let's assume that the name and password are already loaded from a local table into variables; we don't want the user to be asked for the login and password.
>>>
>>>TIA,
>>>
>>>Hilmar.
>>
>>
>>oNet = CreateObject("WScript.Network")
>>oNet.MapNetworkDrive("z:","\\server\share",,"domain\userid","password")
>>
>>oNet.RemoveNetworkDrive("z:")
>>
>
>This looks promising; I'll tell my client to try it out.
>
>Do you know how to connect to a UNC path without mapping it to a drive letter?

Hi Hilmar.

Is it the case that you don't want the user to be able to see and access the mapped drive letter?
If so, you could "impersonate" it from within the application.

Abraços.
Ivan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform