On 3 Feb 2006 06:08:11 -0800, Christian Maier
<(E-Mail Removed)> wrote:
> Hello!
>
> I need a FTP server that allways set the same group and
> file-permissions undependet on the FTP user.
>
> So I don't know which FTP server I sould use on my debian sarge. There
> are just a few Users (~10) but a havy work load (database dumps up to
> 300 MB). Problem is, that I use the same shares on my windows machine
> (Samba-Shares) and on an other linux mount point in my LAN. So the
> premissions must to be 660 and group always have to be the same.
>
You could use a vfat filesystem. If you don't have a spare drive or
partition, you could use a loop mount:
dd if=/dev/zero of=/vfat bs=1M count=100
mkfs -t vfat /vfat
mount -o loop,umask=117,uid=your_user,gid=your_group /vfat /home/ftp-server
--
No matter how old a mother is, she watches her middle-aged children for
signs of improvement.
-- Florida Scott-Maxwell
|