Forum Moderators: phranque

Message Too Old, No Replies

excellent File Managament tools

         

charonlee

11:49 am on May 26, 2003 (gmt 0)

10+ Year Member



Hi,

What I'm trying to look for is : A file management utility which be able to :

1.) The files can be shared among the users which located at different places (project base). That is something like a hosting place whereby we be able to upload the files and download the files.

2.) Each project has their own Directory which they be able to control their files (delete/update). i.e , User from project A can view and download the files which belong to the project B, but the can't control the files. In others word, they only have read permission instead of read/write.

pls advice!

bcc1234

11:56 am on May 26, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



SMB or NFS will do it.

charonlee

1:13 am on May 27, 2003 (gmt 0)

10+ Year Member



what do you mean by SMB or NFS will do it.?

bcc1234

1:26 am on May 27, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can configure a file server that would allow different access levels for users and groups. NFS and SMB are two popular protocols.
If your client boxes run windows, then check out SMB (samba implements a client and a server for it, or you can use native windows networking if your server also runs windows).
If all your boxes run unix, then use NFS.