schmitt-muc
schmitt-muc
Sorry for the late reply! I would prefer rsync: "The data server also offers downloads with rsync (password m1474000): rsync rsync://[email protected]/m1474000/"
I have just checked (running Ubuntu 20.04 LTS from inside Windows 10 Enterprise using WSL2): Running the command `rsync -chavzP --stats rsync://[email protected]/m1474000/ path/to/your/local/storage/folder ` works. Of course you first have...
Ah, now I understand. I suggest following Caleb Robinson's advice. At least for me `wget -r "ftp://m1474000:[email protected]"` does the job just fine and downloads the whole package automatically.
I have sent an inquiry to TUM's library, which hosts the data on their media server. The response won't make you too happy: There is definitely no `https://` option, as...
There also seems to be a mirrored version on Google Cloud Storage, see https://gitlab.com/frontierdevelopmentlab/disaster-prevention/sen12ms: `gsutil -m rsync -r gs://fdl_floods_2019_data/SEN12MS`. Not sure whether this is of any help for you, though