vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I wanted to create an account on the system which is used simply for friends and people i know to upload stuff. They should _only_ be able to upload things. Things that have been uploaded are to be checked by me, and if approved, moved to the proper download location. Now, i got the whole thing with the user_config_dir, works fine. However, going thru the man page of vssftpd.conf, the only thing i could find was download_enable=NO. This will keep them from downloading stuff that has been uploaded, but they cann still rename or delete things. They, however, should not be able to rename, delete and download things. the only things that should be allowed are dir listing and storing. I didnt find any config setting that would allow me to block those things, nor one to restrict certain raw ftp commands. What can i do? Thanks in advance. |
| |||
| On 1 Mar 2007 14:24:37 -0800, "tws" <fsidler@gmail.com> wrote: >I wanted to create an account on the system which is used simply for >friends and people i know to upload stuff. They should _only_ be able >to upload things. Things that have been uploaded are to be checked by >me, and if approved, moved to the proper download location. Permissions: make a world-hidden, group write-only upload area. Grant. -- http://bugsplatter.mine.nu/ |
| ||||
| On Mar 1, 11:38 pm, Grant <g_r_a_n...@dodo.com.au> wrote: > On 1 Mar 2007 14:24:37 -0800, "tws" <fsid...@gmail.com> wrote: > > >I wanted to create an account on the system which is used simply for > >friends and people i know to upload stuff. They should _only_ be able > >to upload things. Things that have been uploaded are to be checked by > >me, and if approved, moved to the proper download location. > > Permissions: make a world-hidden, group write-only upload area. > > Grant. > --http://bugsplatter.mine.nu/ Is there no configuration based solution? |