LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-26-2002, 02:06 PM   #1
needamiracle
Member
 
Registered: Apr 2002
Location: North Attleboro, MA
Distribution: RH 7.3
Posts: 106

Rep: Reputation: 15
ProFTPd Configuration Help


Hi,

I did a search so please don't flame me for this one. My goal is to allow 4 users access to a specific directory structure. 2 with R/W on with just R. How do I accomplish this with ProFTP?

Regards,
Ryan
 
Old 09-26-2002, 08:29 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Re: ProFTPd Configuration Help

Quote:
Originally posted by needamiracle
Hi,

I did a search so please don't flame me for this one. My goal is to allow 4 users access to a specific directory structure. 2 with R/W on with just R. How do I accomplish this with ProFTP?

Regards,
Ryan
Gidday!

Not like I'm an expert on proftpd,
but I tend to think that if you have
real user accounts rather than anonymous
it all comes down to how you handle the file
permissions in general?
So you might want to put your users in different
groups, give one group write permission, and only
read for instance to others ... HIH.

Cheers,
Tink
 
Old 09-28-2002, 11:00 AM   #3
mindwarp
LQ Newbie
 
Registered: Sep 2002
Location: Detroit, MI
Distribution: Fedora / FreeBSD 5.x / Debian Stable
Posts: 16

Rep: Reputation: 0
This link may help you

I went to proftpd.net and found in the documents section configuration directives: allowuser and allowgroup. I then went to google and searched for proftpd and allowuser. Looks like the syntax would be similar with allow group

Then I read your post again and realised the above might not be exactly what you were looking for and went back to google again and found:

Code:
<Anonymous /home/ftp>
User ftp
Group ftp
UserAlias anonymous ftp

<Directory *>

<Limit WRITE>
DenyAll
</Limit>

</Directory>

<Directory incoming>

<Limit STOR>
AllowAll
</Limit>
<Limit READ>
DenyAll
</Limit>

</Directory>

</Anonymous>
Basically the important directive is going to be "limit". As you see by specifying which users can STOR (or write) to a directory and which users can READ from a directory that is probably what you want.

Mindwarp
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
proftpd configuration...help!! time112852 Linux - Software 3 11-29-2005 10:12 AM
proftpd configuration Permaximus Linux - Networking 7 12-14-2004 02:52 AM
proFTPd configuration shakeeb Linux - Software 1 11-23-2003 08:43 AM
Proftpd configuration help exalik Linux - Security 1 09-06-2003 03:27 PM
proFTPD configuration help please ScreeminChikin Linux - Networking 1 01-04-2003 07:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration