Your message dated Sat, 5 May 2018 10:57:21 +0200
with message-id <[email protected]>
and subject line Re: Bug#582660: ProFTPD-Basic problem with <limit>
has caused the Debian Bug report #582660,
regarding ProFTPD-Basic problem with <limit>
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
582660: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582660
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package:proftpd-basic 1.3.3-1
Hi!
I have the problem with limit section
I am using proftpd-basic 1.3.2e-4 and proftpd-basic 1.3.3-1 on other
server.
I am using an example from http://www.proftpd.org/docs/howto/Limit.html
for "First, a common configuration: an upload-only directory"
My config:
grep -v "^#" /etc/proftpd/proftpd.conf
Include /etc/proftpd/modules.conf
UseIPv6 off
ServerName "FTP Server"
ServerType standalone
IdentLookups off
UseReverseDNS off
DefaultServer off
ServerAdmin [email protected]
MaxClients 30 "Sorry, max %m users -- try again later"
MaxStoreFileSize 2 Gb
TimeoutLogin 60
TimeoutIdle 300
TimeoutNoTransfer 300
TimeoutStalled 1800
Port 21
DefaultTransferMode binary
Umask 022 022
DeferWelcome off
SystemLog /var/log/proftpd.log
<VirtualHost 213.186.120.12>
DefaultRoot ~
User ftp
Group ftp
AllowOverwrite on
AllowStoreRestart on
RequireValidShell off
<Directory ~*>
<Limit ALL>
DenyAll
</Limit>
<Limit CDUP CWD XCWD XCUP>
AllowAll
</Limit>
<Limit STOR STOU>
AllowAll
</Limit>
</Directory>
</VirtualHost>
grep -v "^#" /etc/proftpd/modules.conf
ModulePath /usr/lib/proftpd
ModuleControlsACLs insmod,rmmod allow user root
ModuleControlsACLs lsmod allow user *
LoadModule mod_ctrls_admin.c
LoadModule mod_quotatab.c
LoadModule mod_quotatab_file.c
LoadModule mod_wrap.c
LoadModule mod_rewrite.c
LoadModule mod_load.c
LoadModule mod_ban.c
LoadModule mod_wrap2.c
LoadModule mod_wrap2_file.c
LoadModule mod_dynmasq.c
LoadModule mod_ifsession.c
This is log from FTP-client
I can upload and donload and delete files, LIMITS DON'T WORK.
----------
Connect to: (22.05.2010 18:37:20)
hostname=213.186.120.12
username=kinodom5
startdir=
220 ProFTPD 1.3.3 Server (FTP Server) [213.186.120.12]
USER kinodom5
331 Необходим пароль для пользователя kinodom5
PASS ***********
230 Пользователь kinodom5 подключён
SYST
215 UNIX Type: L8
FEAT
211-Features:
MDTM
MFMT
LANG en-US
TVFS
UTF8
MFF modify;UNIX.group;UNIX.mode;
MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
REST STREAM
SIZE
211 Конец
Connect ok!
PWD
257 "/" является текущей директорией
Чтение папки...
TYPE A
200 Тип установлен в A
PORT 77,47,176,189,152,118
200 Команда PORT успешно обработана
LIST
150 Открываю режим ASCII данных для file list
Загрузка
Жду ответа сервера...
226 Передача завершена
CWD emili
250 CWD успешно выполнена
PWD
257 "/emili" является текущей директорией
Чтение папки...
PORT 77,47,176,189,152,139
200 Команда PORT успешно обработана
LIST
150 Открываю режим ASCII данных для file list
Загрузка
Жду ответа сервера...
226 Передача завершена
TYPE I
200 Тип установлен в I
PORT 77,47,176,189,152,142
200 Команда PORT успешно обработана
STOR Gorec.1x01.flv
150 Открываю режим BINARY данных для Gorec.1x01.flv
Закачка
226 Передача завершена
SIZE Gorec.1x01.flv
213 23184460
Copied (22.05.2010 18:38:24): D:\films\How I Met Your Mother - Season 5
[Kuraj-Bambey.Ru]\Gorec.1x01.flv ->
ftp://213.186.120.12/emili/Gorec.1x01.flv 23 184 460 байт, 599.6 кбайт/с
Чтение папки...
TYPE A
200 Тип установлен в A
PORT 77,47,176,189,152,180
200 Команда PORT успешно обработана
LIST
150 Открываю режим ASCII данных для file list
Загрузка
Жду ответа сервера...
226 Передача завершена
DELE Gorec.1x01.flv
250 DELE успешно выполнена
Deleted (22.05.2010 18:40:24): ftp://213.186.120.12/emili/Gorec.1x01.flv
Чтение папки...
PORT 77,47,176,189,153,56
200 Команда PORT успешно обработана
LIST
150 Открываю режим ASCII данных для file list
Загрузка
Жду ответа сервера...
226 Передача завершена
--
WBR, Andrey Vasilishin CDIG1-UANIC, CDIG1-RIPE
--- End Message ---
--- Begin Message ---
On 22.05.2010 18:47, Андрей Василишин wrote:
> I have the problem with limit section
> I am using proftpd-basic 1.3.2e-4 and proftpd-basic 1.3.3-1 on other
> server.
> I am using an example from http://www.proftpd.org/docs/howto/Limit.html
> for "First, a common configuration: an upload-only directory"
> My config:
>
Submitters address not usable, bug probably cause by mis-configuration.
Closing for now.
H.
--
http://www.hilmar-preusse.de.vu/ #206401 http://counter.li.org
--- End Message ---