We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See if our Globus extract feature can handle (or be made to handle) extracting data from a website rather than a directory on another machine.
extract
The text was updated successfully, but these errors were encountered:
According to the Globus FAQ, Globus does not support transfer over http:
https://docs.globus.org/faq/transfer-sharing/#whats_the_difference_between_globus_and_gridftp
@lukaszlacinski: can you confirm?
If that is the case, we should consider adding another backend method to zstash to enable other protocols, such as http, ftp. We could do read-only initially. Maybe Python urllib or requests. See https://stackoverflow.com/questions/2018026/what-are-the-differences-between-the-urllib-urllib2-urllib3-and-requests-modul
@xylar: do you have any recommendation for a Python library to download files using http/ftp?
Sorry, something went wrong.
I definitely prefer requests. https://docs.python-requests.org/en/latest/
requests
Here's some example usage in your compass package: https://github.com/MPAS-Dev/compass/blob/e8f02e72d56da31957fae2ec5cdb2643d7a53bc5/compass/io.py#L8
compass
forsyth2
No branches or pull requests
See if our Globus
extract
feature can handle (or be made to handle) extracting data from a website rather than a directory on another machine.The text was updated successfully, but these errors were encountered: