Ошибка 550 при создании папок. Proftpd
Posted: Mon Feb 15, 2016 12:28 pm
При попытке залить или создать папку, вылезает это:
Команда: MKD test
Ответ: 550 test: Нет такого файла или каталога
Команда: MKD /web/taka.su/public_html/test
Ответ: 550 /web/taka.su/public_html/test: Нет такого файла или каталога
Права и владелец прописаны нормально. Логи не работают/Не пишутся. Хрен его знает, почему. Из того что нашёл в гугле и яндексе, ничего не помогло.
Конфиг:
Include /etc/proftpd/modules.conf
LoadModule mod_vroot.c
ServerName "FTP"
ServerIdent on "FTP Server ready."
ServerAdmin root@localhost
DefaultServer on
VRootEngine on
DefaultRoot ~
AuthPAMConfig proftpd
AuthOrder mod_auth_pam.c* mod_auth_unix.c
UseReverseDNS off
User proftpd
Group nogroup
MaxInstances 20
UseSendfile off
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write “%h %l %u %t “%r” %s %b”
SystemLog /var/log/proftpd/proftpd.log
TransferLog /var/log/proftpd/xfer.log
ExtendedLog /var/log/proftpd/access.log WRITE,READ write
ExtendedLog /var/log/proftpd/auth.log AUTH auth
ListOptions -a
RequireValidShell off
PassivePorts 12000 12100
<Global>
Umask 022 022
IdentLookups off
AllowOverwrite yes
<Limit ALL SITE_CHMOD>
AllowAll
</Limit>
</Global>
Команда: MKD test
Ответ: 550 test: Нет такого файла или каталога
Команда: MKD /web/taka.su/public_html/test
Ответ: 550 /web/taka.su/public_html/test: Нет такого файла или каталога
Права и владелец прописаны нормально. Логи не работают/Не пишутся. Хрен его знает, почему. Из того что нашёл в гугле и яндексе, ничего не помогло.
Конфиг:
Include /etc/proftpd/modules.conf
LoadModule mod_vroot.c
ServerName "FTP"
ServerIdent on "FTP Server ready."
ServerAdmin root@localhost
DefaultServer on
VRootEngine on
DefaultRoot ~
AuthPAMConfig proftpd
AuthOrder mod_auth_pam.c* mod_auth_unix.c
UseReverseDNS off
User proftpd
Group nogroup
MaxInstances 20
UseSendfile off
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write “%h %l %u %t “%r” %s %b”
SystemLog /var/log/proftpd/proftpd.log
TransferLog /var/log/proftpd/xfer.log
ExtendedLog /var/log/proftpd/access.log WRITE,READ write
ExtendedLog /var/log/proftpd/auth.log AUTH auth
ListOptions -a
RequireValidShell off
PassivePorts 12000 12100
<Global>
Umask 022 022
IdentLookups off
AllowOverwrite yes
<Limit ALL SITE_CHMOD>
AllowAll
</Limit>
</Global>