Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A security issue when using a file-sharing server
Message
From
14/03/2006 13:38:02
 
 
To
11/03/2006 01:50:30
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
01103359
Message ID:
01104292
Views:
14
I had also this type of Problem, but the server was Win2000. I did some tricks to handle this.
1- Don't Map the drive, connect using \\servername\foldername (using set path to in application sartup), but the user can still browse the folder using Explorer.
2- Add $ sign at the end of the foldername$ (\\servername\foldername$), this will hide the folder. Only the user who knows the foldername can browse to the folder.

You will have to fix the path in you application code.
Previous
Reply
Map
View

Click here to load this message in the networking platform