Networking Forums

Networking Forums > Computer Networking > Linux Networking > Which FTP Sever

Reply
Thread Tools Display Modes

Which FTP Sever

 
 
Christian Maier
Guest
Posts: n/a

 
      02-03-2006, 01:08 PM
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.

Any Idea which ftp server ist good for me?

THX!
Christian Maier

 
Reply With Quote
 
 
 
 
Bill Marcum
Guest
Posts: n/a

 
      02-03-2006, 05:33 PM
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
 
Reply With Quote
 
Christian Maier
Guest
Posts: n/a

 
      02-06-2006, 09:02 AM
thats a cool idea!

thx

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Delete Emails On Sever Older Than Steve Summers Broadband 4 09-10-2008 01:06 PM
Printer Sever - Some clients can't print Bob Windows Networking 4 05-23-2007 07:48 AM
Mail sever ..help me................. mail2mepandian@gmail.com Linux Networking 0 09-13-2006 02:03 PM
sever 2k3 standard, 2 questions Jon Phipps Windows Networking 1 01-23-2006 03:33 PM
portforwarding for ftp sever behind NAT tony barnwell Linux Networking 1 09-06-2004 10:06 AM



1 2 3 4 5 6 7 8 9 10 11