Ну извините! Я не понял, что это не_чайник. Раз такое дело, придётся не только сказать RTFM, но и показать какие именно строчки читать... Так что видимо придётся вспомнить то, что было "года так два назад" и почитать всё-таки маны (это вообще полезное занятие). И флэйм я продолжать не буду. Это не подходящее место.
Итак man ftpaccess:
...
Permission Capabilities
chmod <yes|no> <typelist>
delete <yes|no> <typelist>
overwrite <yes|no> <typelist>
rename <yes|no> <typelist>
umask <yes|no> <typelist>
Allows or disallows the ability to perform the speci-
fied function. By default, all users are allowed.
<typelist> is a comma-separated list of any of the
keywords "anonymous", "guest", "real" and "class=".
When "class=" appears, it must be followed by a
classname. If any class= appears, the <typelist> restriction applies only to users in that class.
...
upload [absolute|relative] [class=<classname>]... [-]
<root-dir> <dirglob> <yes|no> <owner> <group> <mode> ["dirs"|"nodirs"] [<d_mode>]
Define a directory with <dirglob> that permits or
denies uploads.
...
You can specify any number of 'class=<classname>'
restrictions. If any are specified, this upload
clause only takes effect if the current user is a
member of one of the classes.
и т.д.
|