-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
FTPS support #449
FTPS support #449
Conversation
Try to import FTP_TLS while still supporting older Python versions, add a 'tls' option to the FTPFS class, and show the 'ftps://' scheme in the repr when enabled.
Enable TLS when using the ftps:// protocol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks for taking the time to implement this! I just have a change request for platform where FTP_TLS is not available, and we should be in the clear.
Good idea! I just pushed a commit with that changed. |
Great! Now all that's left is to add a few |
Many thanks! |
No problem, thanks! |
You are the best |
Type of changes
Checklist
Description
Added FTPS (FTP over TLS) support to FTPFS. Addresses #437.
tls
attribute to Falsetls
argument to the constructor, and as an attribute