How to keep application's shared folder invisible on server

Post Reply
User avatar
RAMESHBABU
Posts: 591
Joined: Fri Oct 21, 2005 5:54 am
Location: Secunderabad (T.S), India

How to keep application's shared folder invisible on server

Post by RAMESHBABU »

Hi Friends

Can anybody guide me.

How to make the application's shared folder on the server invisible to the clients
on network environment or on a peer to peer network. When we set the folder as "shared"
with full access rights only, the other users connected the application can perform read/
write to the data on the server. Even though the application restricts the usage of its
internal modules based on the username and password provided by the application, the
client is able to access the shared folder and its sub-folders in the server and can
tamper the shared folder. Is there any way to prevent it.

I am new to these techniques of networking.

Is there any way to stop the clients to view or temper the shared folder in the server.

- Ramesh Babu P
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

Post by fraxzi »

Hello!

name the shared folder with '$' at the end (w/o quotes)

access it as \\server\sharename$




regards,
Kind Regards,
Frances

Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
User avatar
RAMESHBABU
Posts: 591
Joined: Fri Oct 21, 2005 5:54 am
Location: Secunderabad (T.S), India

Post by RAMESHBABU »

Mr. Frances

Thank you very much. Your tip has served my purpose.

Regards,

- Ramesh Babu P
Post Reply