You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use explicit FTPS, you use an FTP:// URL and the --ftp-ssl option (or one of its related flavors).
However, the documentation for --ftp-ssl states that it is insecure and --ssl-reqd should be used instead as it won't revert to an insecure connection if the server doesn't support TLS. I suggest that the aforementioned docs be updated to recommend --ssl-reqd as well.
The text was updated successfully, but these errors were encountered:
SuperStormer
changed the title
FAQ and tutorial recommends --ftp-ssl over --ssl-reqd
FAQ and tutorial recommends insecure --ftp-ssl over --ssl-reqdNov 28, 2024
Specify which documentation you found a problem with
https://curl.se/docs/tutorial.html
https://curl.se/docs/faq.html#FTPS_does_not_work
The problem
https://curl.se/docs/tutorial.html suggests:
https://curl.se/docs/faq.html#FTPS_does_not_work suggests:
However, the documentation for
--ftp-ssl
states that it is insecure and--ssl-reqd
should be used instead as it won't revert to an insecure connection if the server doesn't support TLS. I suggest that the aforementioned docs be updated to recommend--ssl-reqd
as well.The text was updated successfully, but these errors were encountered: