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

FTP support #213

Open
rainydew opened this issue Apr 28, 2020 · 0 comments
Open

FTP support #213

rainydew opened this issue Apr 28, 2020 · 0 comments

Comments

@rainydew
Copy link

curl -O ftp://username:[email protected]/file.jpg

returns an error

or
curl ftp://www.service.com/ -u "username:password" -T pack.tgz

returns incorrect response

import requests response = requests.put('http://ftp://www.service.com/', auth=('username', 'password'))

seems a bit complex?

@verhovsky verhovsky changed the title considering ftp download/upload support FTP support Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants