proftpd question

tommy

Verified User
Joined
Oct 14, 2012
Messages
6
my proftpd upload / download / change name of a large number of files will appear disconnected

who can help me. thanks!!
 
Hello,

Then iptables block my ip

How do you know that? If it's really true, then check logs (or dmesg output) and find a line with your IP, so you could understand what exact rule from iptables blocks you.

As a bypass you could disable iptables temporary or whitelist your IP in there.
 
can help me see this proftpd.conf have question:confused:

proftpd Version is 1.3.4b

Use FileZilla3.5.3
"ECONNABORTED - Connection aborted"This error appears disconnected

----------------------------------------------------

ServerName "ProFTPd"
ServerType standalone

Port 21
PassivePorts 35000 35999
UseReverseDNS off
TimesGMT off
TimeoutLogin 120
TimeoutIdle 600
TimeoutNoTransfer 900
TimeoutStalled 7200

ScoreboardFile /var/run/proftpd/proftpd.pid

TransferLog /var/log/proftpd/xferlog.legacy
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"

#DON'T modify this log format. Its used by DirectAdmin to determine user usage
LogFormat userlog "%u %b %m %a"
ExtendedLog /var/log/proftpd/|SERVER_IP|.bytes WRITE,READ userlog

AuthUserFile /etc/proftpd.passwd
DefaultServer on
AuthOrder mod_auth_file.c

#AuthPAM off

<IfModule mod_tls.c>
TLSEngine on
TLSLog /var/log/proftpd/proftpd.tls.log
TLSProtocol SSLv23
#TLSProtocol TLSv1
TLSVerifyClient off
TLSRequired off

#Certificates
TLSRSACertificateFile /etc/exim.cert
TLSRSACertificateKeyFile /etc/exim.key
#TLSCACertificateFile /etc/ftpd/root.cert.pem

TLSCipherSuite HIGH:MEDIUM:+TLSv1:!SSLv2:+SSLv3
</IfModule>

<Global>
PassivePorts 35000 35999
DeferWelcome on

RequireValidShell no

DefaultRoot ~
DirFakeUser on ftp
DirFakeGroup on ftp

User ftp
Group ftp
#UserAlias anonymous ftp

AllowStoreRestart on
AllowRetrieveRestart on

ListOptions -a

Umask 022
DisplayLogin welcome.msg
DisplayChdir readme
AllowOverwrite yes
IdentLookups off
ExtendedLog /var/log/proftpd/access.log WRITE,READ write
ExtendedLog /var/log/proftpd/auth.log AUTH auth

#
# Paranoia logging level....
#
#ExtendedLog /var/log/proftpd/paranoid.log ALL default

<IfModule mod_tls.c>
TLSEngine on
TLSLog /var/log/proftpd/proftpd.tls.log
TLSRSACertificateFile /etc/exim.cert
TLSRSACertificateKeyFile /etc/exim.key
</IfModule>
</Global>

TransferRate STOR|RETR 2048

Include /etc/proftpd.vhosts.conf
 
thank for your help , but i in FileZilla Change to Active mode is can Download 4XX up file.:(
 
yes ales i also feel the same issue lots of time
sometime the ftp connection by passive mode is not working properly and then i will go with ftp connection by active mode
but i used to rebuild the proftpd for resolving the issue but still i don't know why it happen
 
I faced the issue once only, I don't know what exactly makes the thing go this way. Since PureFTPd is installed no issue repeats.
 
i love to try pureftp
i take the first look of the site
can i get the same with pureftp like restriction on ftp account ?
also from where i can learn more about pure-ftp eg command and tweeks for doing testing in pure-ftp

Regards
 
can i get the same with pureftp like restriction on ftp account ?

If you mean .ftpaccess file, then PureFTPd does not support it.

also from where i can learn more about pure-ftp eg command and tweeks for doing testing in pure-ftp

Internet, I'd guess, official site and documents, as directadmin.com forums have little information about tunning this daemon.
 
Back
Top