[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] newbie - ftp question



-----Original Message-----
From: Peter Goddard [mailto:pete@xxxxxxxxxxxxxx]
Sent: Thursday, January 23, 2003 9:12 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] newbie - ftp question



I want to set up an ftp server to serve up mpeg files of commercials
we are editing for download by our clients. Each client would have to
have their own protected directory, with login and password. 
Only, say, Coca Colas files would be available to Coca Cola and only
Adidas to Adidas etc. Preferably only a particular clients files would
be visible to that client.

How easy is it to set up these directories and their permissions? Is
this something I can do through the Java interface or do I have to
edit the proftpd config file. I will be creating and deleting accounts
on a regular basis. Hopefully I can do it via the web interface but if
not I am prepared to edit the config files. I know a little Linux
stuff.

Thanks

pete
_____________________________________


When you add a user, they are bound to their own directory, so whatever
files
are place in their, only they have access to them.  So, all you would need
to
do is to click on add a user / delete user / etc.

~Brian