You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-users@mina.apache.org by Gerard Frederic <Fr...@atosorigin.com> on 2008/04/18 09:25:34 UTC

FtpServer/Timer/removing idle user who has just connected

Hello

Sometimes I see this message in the server log :

15:25:07,305 INFO command.PASS pool-2-thread-8 - Login success - aftuser
15:25:07,928 INFO command.STOR pool-2-thread-8 - File upload : genuser - /var/tmp/gf/fic2388
15:25:08,075 INFO listener.FtpProtocolHandler pool-2-thread-8 - Close connection : 10.24.230.26 - genuser
15:25:08,139 INFO listener.FtpProtocolHandler pool-2-thread-8 - Open connection - 10.24.230.26
>>> 15:25:08,184 INFO listener.ConnectionManagerImpl Timer-0 - Removing idle user null <<<
>>> 15:25:08,184 INFO listener.FtpProtocolHandler pool-2-thread-8 - Close connection : 10.24.230.26 - <Not logged in> <<<
15:26:08,303 INFO listener.FtpProtocolHandler pool-2-thread-9 - Open connection - 10.24.230.26
15:26:08,526 INFO command.PASS pool-2-thread-9 - Login success - genuser
15:26:09,148 INFO command.STOR pool-2-thread-9 - File upload : genuser - /var/tmp/gf/fic2554
15:26:09,296 INFO listener.FtpProtocolHandler pool-2-thread-9 - Close connection : 10.24.230.26 - genuser
15:26:09,359 INFO listener.FtpProtocolHandler pool-2-thread-9 - Open connection - 10.24.230.26
15:26:09,626 INFO command.PASS pool-2-thread-9 - Login success - genuser
15:26:10,258 INFO command.STOR pool-2-thread-9 - File upload : genuser - /var/tmp/gf/AFT-fic255

The user is always 'genuser'

Client side, of course i've got the following error :
cannot connect to server - AUTH TLS not supported by server

my tuned server config contains:
config.connection-manager.default-idle-time=5
config.connection-manager.timeout-poll-inverval=5

So genuser hast just connected, sends its first command as usual (AUTH TLS) and server disconnects him immmediatly as you can see with log timestamps
Is this problem known by anyone ?

Thank you
Frédéric



  ________________________________

Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité du groupe Atos Origin ne pourra être recherchée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être recherchée pour tout dommage résultant d'un virus transmis.

This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.

Re: FtpServer/Timer/removing idle user who has just connected

Posted by Niklas Gustavsson <ni...@protocol7.com>.
Hi Frederic

On Fri, Apr 18, 2008 at 9:25 AM, Gerard Frederic
<Fr...@atosorigin.com> wrote:
>  So genuser hast just connected, sends its first command as usual (AUTH TLS) and server disconnects him immmediatly as you can see with log timestamps
>  Is this problem known by anyone ?

>From what version did you build your version of FtpServer? For trunk
we completely removed our own idle detection code and instead use
MINAs built-in. So, I'm guessing your on an older revision or the 1.4
branch?

/niklas