jenkinsci / publish-over-ftp-plugin

https://plugins.jenkins.io/publish-over-ftp/
21 stars 33 forks source link

Data channel protection support for explicit TLS #24

Open cedric-c84-eu opened 2 years ago

cedric-c84-eu commented 2 years ago

Currently data channel protection is only available for implicit TLS. This can also be required by FTP servers in explicit TLS mode (e.g. QuFTP on QNAS devices even don't allow to configure or disable that).

With my changes, the default behavior is still the same but there is now an additional option to enable data channel protection for explicit TLS.