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

Feature request: Add support for FTPS to FTP plugin #28

Open
edasaki opened this issue Jun 28, 2016 · 1 comment
Open

Feature request: Add support for FTPS to FTP plugin #28

edasaki opened this issue Jun 28, 2016 · 1 comment

Comments

@edasaki
Copy link

edasaki commented Jun 28, 2016

Many shared hosts don't support SFTP or unencrypted FTP.

It would be super useful if there could be an extra option added to force the FTP plugin to use SSL/TLS.

Right now, attempting to upload using FTP on a server that requires encryption yields this error:

ftplib.error_temp: 421 Sorry, cleartext sessions are not accepted on this server.

As an example, FileZilla has an Encryption option with the FTP protocol that allows you to choose between "Only use plain FTP (insecure)", "Require implicit FTP over TLS", "Require explicit FTP over TLS", and "Use explicit FTP over TLS if available". The latter options allow proper connection and uploading to a server that only allows FTPS.

@ClocxHD
Copy link

ClocxHD commented Jan 6, 2018

Don't know if you still need it, but recently i switched to Linux + ScreenCloud and had the same issue, so i wrote a plugin myself:
https://github.com/ClocxHD/screencloud-plugin-ftps

Feel free to hit me up if you have any questions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants