Uploaded image for project: 'FtpServer'
  1. FtpServer
  2. FTPSERVER-244

Automatically do SSL on passive ports, if Session is implict FTPS

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.0.0-M4
    • 1.0.0-RC1
    • None
    • None
    • Client PowerTCP alias DartFTP, implicit FTPS

    Description

      I had some trouble with DartFTP as client in implicit ftps mode. The client expects, that the data channel is automatically secure, when the control channel is ssl. It does not issue a PROT command.

      I know there is no clean spec for implicit ftps.

      I fixed it in the constructor of IODataConnectionFactory, but maybe this behaviour should be configurable:

      public IODataConnectionFactory(final FtpServerContext serverContext,
      final FtpIoSession session)

      { this.session = session; this.serverContext = serverContext; // implicitly preset security this.secure=session.isSecure(); }

      Attachments

        Activity

          People

            niklas Niklas Therning
            jschubert Jörg Schubert
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: