[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] newbie - ftp question
- Subject: RE: [cobalt-users] newbie - ftp question
- From: BSmith@xxxxxxxxxxx
- Date: Thu Jan 23 06:21:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Dan Kriwitsky
Subject: RE: [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.
I'm not sure if FTP can do this unless you have individual IPs for each
login.
Why not serve the files http? Then you could do it easily.
--
C2003 Dan Kriwitsky
_____________________________________
Sure it can Dan, haven't you ever built a site, and just made them
members? PROFTPD uses a command to bind them to their home directory.
DefaultRoot ~ !site-adm
That says, who ever is not in the site-adm group, be bound to ~ which is
the home directory!
Piece of cake to do, if the Qube is not set the same way.
~Brian.