Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wwwroot
Message
 
To
22/01/2000 11:27:41
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00320986
Message ID:
00321304
Views:
26
>>I'll post this as a KB here on the UT tonight.
>>
>>YOU HAVE FOUND THE HOLY GRAIL FOR MAPPING DRIVES FROM '95/'98 MACHINES TO NT SERVERS OVER THE INTERNET!!!
>>**********************************************************************
>
>Good stuff, John. In your KB, I would also mention security: for this to work from a 95/98 machine, the user logged in to the machine has to have a valid account with rights on the remote server. AFAIK, there is no way to code a username and password when mapping drives this way.

Actually, you are right. Using NT or W2K you can use the net use command from a cmd prompt as in:
Net use j: /delete /y
net use j: \\111.111.111.111\d$ /user:yourname yourpassword

This works fine but in '95/'98 it won't because their net use command doesn't support that. The workaround is to log in to the '95/'98 machine with the same username and password that exist on the NT Server.

I'll add this to the KB. Thanks for the reminder.
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Previous
Reply
Map
View

Click here to load this message in the networking platform