You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
I recently started using GESIS binder for showcasing notebooks with geographical spatio-temporal analysis. I wondered if there's a sort of firewall blocking downloading files from FTP sources.
For instance, when wget the following ftp source: !wget ftp://ftp.zew.de/pub/zew-docs/dp/dp13046.pdf
@MridulS thanks for the reply.
So the example of the pdf file is just for illustrative purposes. Actually, there are some datasets (100-500 MB) which I would prefer to fetch from the original source. I wondered if there is a workaround to allow port 21 in certain cases. However, if the nature of GESIS binder is to be conservative, I'll try to mirror the datasets in FAIR data portals where the data provider allows it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I recently started using GESIS binder for showcasing notebooks with geographical spatio-temporal analysis. I wondered if there's a sort of firewall blocking downloading files from FTP sources.
For instance, when
wget
the following ftp source:!wget ftp://ftp.zew.de/pub/zew-docs/dp/dp13046.pdf
It keeps unresponsive
The same problem exists with python
urllib
.urllib.request.urlretrieve('ftp://ftp.zew.de/pub/zew-docs/dp/dp13046.pdf', 'dp13046.pdf')
I would appreciate guidance on how to fetch data from FTP sources within GESIS binder environments.
The text was updated successfully, but these errors were encountered: