dx42 / MockFtpServer

Apache License 2.0
14 stars 3 forks source link

Support FTPS #13

Open chrismair opened 2 years ago

chrismair commented 2 years ago

There are no current plans to support FTPS, but this does come up once in a while.

See How to use mockftpserver as FTPS Server.

chrismair commented 2 years ago

I did do some brief analysis on what it would take to add support for FTPS.

I would expect this would involve creating a new FakeFtpsServer top-level class. But implementing the TLS negotiation after the AUTH command might be one of the more challenging pieces.