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 was 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
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
wgetthe following ftp source:!wget ftp://ftp.zew.de/pub/zew-docs/dp/dp13046.pdfIt 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.