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

Support FTP over SSL #5167

Open
stxue1 opened this issue Nov 20, 2024 · 0 comments
Open

Support FTP over SSL #5167

stxue1 opened this issue Nov 20, 2024 · 0 comments

Comments

@stxue1
Copy link
Contributor

stxue1 commented Nov 20, 2024

See the previous attempt at #5142

ftplib includes functions for connecting to an FTP server securely, but we would need to enforce SSL on the actual download, which urlopen does not support. urlopen also will put the entire file in memory first, which we would not be able to do all the time. See some ideas to resolve that with our own pipe implementation here.

┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1677

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

1 participant