Advertisement

05.22.2008 at 11:33AM PDT, ID: 23425451 | Points: 250
[x]
Attachment Details

proftpd config - how to make directory have read/write access?

Tags: linux, proftpd, Config help
Hi,

Followed the guide over at http://georgia.ubuntuforums.org/showthread.php?t=79588 to get proftpd setup.

It only lists ways to create a single upload directory and a single download directory. Tried all possible ways to get a directory creating allowing read/write but so far unsuccessful.

Can anyone suggest how this can be acheived?

Here is my current config.

#start of config

<Directory /home/FTP-shared>
Umask 022 022
AllowOverwrite off
<Limit MKD STOR DELE XMKD RNRF RNTO RMD XRMD>
DenyAll
</Limit>
</Directory>

<Directory /home/FTP-shared/download/*>
Umask 022 022
AllowOverwrite off
<Limit MKD STOR DELE XMKD RNEF RNTO RMD XRMD>
DenyAll
</Limit>
</Directory>

<Directory> /home/FTP-shared/upload/>
Umask 022 022
AllowOverwrite on
<Limit READ RMD DELE>
DenyAll
</Limit>

<Limit STOR CWD MKD>
AllowAll
</Limit>
</Directory>

#end of config

/home/FTP-shared/read-write is the folder I want to be able to read and write data to.

Thanks in advance
Start your free trial to view this solution
Question Stats
Zone: OS
Question Asked By: georgecooldude
Question Asked On: 05.22.2008
Participating Experts: 1
Points: 250
Views: 0
Translate:
Loading Advertisement...
05.22.2008 at 07:27PM PDT, ID: 21629028

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Loading Advertisement...
20080236-EE-VQP-29 / EE_QW_2_20070628