Jump to content

superflexible

Members
  • Content Count

    9
  • Joined

  • Last visited

Posts posted by superflexible


  1. Hello,

    I just tried it. Changes to GetSession or NewSession don't help because these functions are always called with the main FTP port, not the passive mode port number.

     

    I just found that it works fine with TLS 1.3 but not with TLS 1.2! If you change it to 1.2, you can probably see the problem with your local FileZilla too.

     

    Interesting. I guess not a problem then, I will just use TLS 1.3.

     

     


  2. Hello,

    I am using TSslFtpClient.

     

    I will try TIcsFtpMulti.

     

    As you know, the FTP protocol makes two connections, a control channel and a data channel. FileZilla FTP Server requires that these two connections share the same TLS session (or session ID).

     

    If the data channel tries to open an independent TLS session, the server rejects it for security purposes.

     

    The Internet is full of problem reports related to "TLS session of data connection has not resumed". In older FileZilla Server versions, the requirement could be turned off, but now it is mandatory.

     

×