InIT Lab File Vault
This server is designed to facilitate the public sharing of large datasets.
How it works
There are three ways to download the data:
Protocol | Address | Example |
---|---|---|
HTTPS | https://vault.cloudlab.zhaw.ch/data/name-of-dataset |
https://vault.cloudlab.zhaw.ch/data/iso |
FTP | ftp://anonymous@vault.cloudlab.zhaw.ch/name-of-dataset |
ftp://vault.cloudlab.zhaw.ch/iso |
RSYNC | rsync://vault.cloudlab.zhaw.ch/name-of-dataset |
rsync --progress rsync://vault.cloudlab.zhaw.ch/iso destination-folder |
The recomended mean to download large datasets is RSYNC. RSYNC can easily recapture interupted downloads.