You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Philippe Perrault (JIRA)" <ji...@apache.org> on 2017/02/03 14:24:51 UTC

[jira] [Created] (FTPSERVER-479) No timeout on control channel for ftps

Philippe Perrault created FTPSERVER-479:
-------------------------------------------

             Summary: No timeout on control channel for ftps
                 Key: FTPSERVER-479
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-479
             Project: FtpServer
          Issue Type: Bug
          Components: Server
    Affects Versions: 1.1.0
         Environment: linux
            Reporter: Philippe Perrault


execute the following command towards ftp server
openssl s_client -connect <ip:port> < /dev/zero 2>&1

you got the following output:
---
220 Service ready for new user.

and the tcp connection is up forever.

I have set the idle timeout to various value but it seems it is only for the data channel and not the control channel.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)