Shares

delphi package - easy access to security apis
Post Reply
neji
Posts: 155
Joined: Wed Mar 09, 2005 11:39 am
Contact:

Shares

Post by neji »

Hello Madshi,

if I create a Share with

NewShare('F:\','TestShare').Acl.SetFileAccess(Everyone,true);

I can get Access to it by using

\\my-ip-adress\TestShare

Does this work with not lokal Ip-adresses, too?

So that I can get access to my F drive with

\\217.45.335.12\TestShare ?
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

I think so. But better try it... :-)
Post Reply