Hi all,

I'm trying to setup an ftp server.
I want people to be able to connect as anonymous.
Anonymous users should be able to put files only in an incoming directory,
they
should'nt be able to list the files in this directory but should be able to
create subdirectories in incoming.
Actually, i have wu-ftpd-2.6.0-1 and anonftp-2.8-1 installed.
I chmoded 1733 the incoming directory and root is the owner.
In /etc/ftpaccess i have those lines :

-----------------
# parameters for incoming directory
upload  /home/ftp       *       no
upload  /home/ftp       /incoming       yes     ftp     staff   0600    nodirs


# parameters so that people can't create hidden directories thanks to strange
names

path-filter     anonymous       /etc/msgs/pathmsg ^[-A-Za-z0-9._]*$ ^\. ^-
path-filter     guest           /etc/msgs/pathmsg ^[-A-Za-z0-9._]*$ ^\. ^-
--------------------


In /etc/msgs/pathmsg i put a test message
actually when i ftp the box as anonymous i can upload files in incoming (and
only there), can't list the content of the directory (that is what i wanted)
but can't create directory at all (i have a this message :
ftp> mkdir tptp
550 tptp: Permission denied on server. (Upload dirs)
)
but i'd want people to be able to create a directory.

What is missing, or what am i doing wrong ?

thanks for helping

            JY








*********************************************************************** 
Jean-Yves LEBLIN
Centre de Ressources Informatiques 
Ecole Centrale de Nantes 
B.P. 92101, 44321 Nantes cedex 3, France 
tel: 02.40.37.16.26  
email: [EMAIL PROTECTED]
***********************************************************************


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to