ProfTPD - problem with passive mode

JohnyByk

Verified User
Joined
Mar 7, 2012
Messages
248
Configuration: Debian 7.0 64bit, ProFTPD 1.3.5, no firewall

Ftp client stops on entering passive mode (Total Commander).
This situation is not in 100% tries (50% i think).

In log i have no errors.

This problem affects all clients and software (aptana, total commander, filezilla).

Yesterday all works OK, but today i have problems. I changed nothing in the system.

Maybe somhe know how to solve this problem. I don't know how to diagnose them :(.
Is it possible that the problem is the network of a dedicated server provider

Regards
 
Hello,

You probably need to modify your /etc/proftpd.conf and uncomment line with:

Code:
ExtendedLog    /var/log/proftpd/paranoid.log ALL default

and then restart proftpd. Wait for a while untill the issue happens again and check the log.
 
Nothing useful in log:
Code:
176.123.60.178 UNKNOWN - [03/cze/2014:21:11:45 +0200] "USER johny" 331 -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:45 +0200] "PASS (hidden)" 230 -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:45 +0200] "SYST" 215 -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:45 +0200] "FEAT" - -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:45 +0200] "OPTS_UTF8 ON" 200 -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:45 +0200] "OPTS UTF8 ON" - -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:45 +0200] "PWD" 257 -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:45 +0200] "TYPE A" 200 -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:45 +0200] "PASV" 227 -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:45 +0200] "LIST" 226 934
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:47 +0200] "CWD domains" 250 -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:47 +0200] "PWD" 257 -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:47 +0200] "PASV" 227 -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:47 +0200] "LIST" 226 587
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:57 +0200] "CWD public_html" 250 -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:57 +0200] "PWD" 257 -
176.123.60.178 UNKNOWN johny [03/cze/2014:21:11:57 +0200] "PASV" 227 -

Here Total Commander breaks the connection.
Nothing more in log :/
 
Back
Top