Re: Folder upload question
"Mr. Fix" <[email protected]> Fri, 19 Jan 2007 16:07:52 +0100
| Newsgroups | gmane.network.ftp.wuftpd.user |
|---|---|
| Message-ID | <[email protected]> |
Il giorno 19/gen/07, alle 11:45, Mike Shelby ha scritto: > That's correct. In this example one could create files but not > folders. Ftpaccess allows for a lot of granularity. Great! It's work! ... or maybe not? Strange facts here... I've tried to deny the folder upload to a "generic" folder, and it works upload /path/to/the/dir /theDir yes * * 0666 nodirs I've tried the same for a "dropbox folder" (a folder that only the owner can read and the group only can write) upload /path/to/the/dir /theDropBox yes theOwner theGroup 0620 nodirs But looks like nothing happens... I can easily upload folders where I log in as a group member I really can't understand... the path is exact (copy & paste from pwd)... Any suggestion? Thanks in advance. fix