Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow explicit TLS access for external ftp storage #45389

Open
michaelberg79 opened this issue May 17, 2024 · 1 comment
Open

allow explicit TLS access for external ftp storage #45389

michaelberg79 opened this issue May 17, 2024 · 1 comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: external storage needs info

Comments

@michaelberg79
Copy link

Is your feature request related to a problem? Please describe.
I need to add an external storage to a ftp client. This ftp-server is secured by explcit tsl. The connection needs to be secured after the handshake.

Describe the solution you'd like
I would like an option to add ftp-server with explcit tsl connections. Currently there are only implicit tsl connections allowed.

@michaelberg79 michaelberg79 added 0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement labels May 17, 2024
@joshtrichards joshtrichards changed the title allow explicit TSL access for external ftp storage allow explicit TLS access for external ftp storage May 17, 2024
@joshtrichards
Copy link
Member

The underlying code uses PHP's ftp_ssl_connect(). This is already exclusively Explicit mode FTP.

https://www.php.net/manual/en/function.ftp-ssl-connect.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: external storage needs info
Projects
None yet
Development

No branches or pull requests

2 participants