Date: Sat, 07 Mar 2009 12:42:20 +0000
From: Dogsbody <dan (at mark) dogsbody.org>
Subject: [coba-e:15221] Re: Ftp tweeaking
To: coba-e (at mark) bluequartz.org
Message-Id: <49B26BAC.3080503 (at mark) dogsbody.org>
In-Reply-To: <F99EC3D3-0542-4F57-BA4C-6E8B080425A4 (at mark) straszek.dk>
References: <F99EC3D3-0542-4F57-BA4C-6E8B080425A4 (at mark) straszek.dk>
X-Mail-Count: 15221
> Is it possible to create a user with ftp acces to a site, but only to on
> specific folde of the site and the subfolders within this folder?
>
> A customer of mine what to have some "outside" people to do some work on
> his site, but hi only wants them to se the folder "xx" and subfolders
> inside this folder.
Can you not create a standard user and then link the directory on the
website with the users home web directory?
cd /home/sites/www.example.com/web
ln -s ../users/user/web dir
Dan