Установлен vsftpd 1.2.2. Запускается standalone. В vsftpd.conf прописываю cmds_allowed=LS, подключаюсь к ftp, делаю "ls" - "550 Permission denied". Почему может не работать?
>Установлен vsftpd 1.2.2. Запускается standalone. В vsftpd.conf прописываю cmds_allowed=LS, подключаюсь к ftp,
>делаю "ls" - "550 Permission denied". Почему может не работать?потому что нужно думать что делаешь:
man ftpd
...
The ftp server currently supports the following ftp requests. The case
of the requests is ignored. Requests marked [RW] are disabled if -r is
specified.Request Description
ABOR abort previous command
ACCT specify account (ignored)
ALLO allocate storage (vacuously)
APPE append to a file [RW]
CDUP change to parent of current working directory
CWD change working directory
DELE delete a file [RW]
EPRT specify data connection port, multiprotocol
EPSV prepare for server-to-server transfer, multiprotocol
HELP give help information
LIST give list files in a directory (``ls -lgA'')
...
и тд и тп и уж после изучения сделать что нужно или что хочется
Спасибо, разобрался