hi professor:
i want to download the sdss99.tar in SKIRT Synthetic Images and Optical Morphologies cataloge,and using an only useful command: wget -nd -nc -nv -e robots=off -l 1 -r -A hdf5 --content-disposition --header="API-Key: KEY_HERE" "http://www.tng-project.org/api/TNG100-1/files/skirt_images_sdss.99.tar" .but when i finish download the file of sdss.99.tar. the file disappear . and i can't find it any where .therefor ,could you give me a accurate command ?
hi professor:
i want to download the sdss99.tar in SKIRT Synthetic Images and Optical Morphologies cataloge,and using an only useful command: wget -nd -nc -nv -e robots=off -l 1 -r -A hdf5 --content-disposition --header="API-Key: KEY_HERE" "http://www.tng-project.org/api/TNG100-1/files/skirt_images_sdss.99.tar" .but when i finish download the file of sdss.99.tar. the file disappear . and i can't find it any where .therefor ,could you give me a accurate command ?
Hello,
You don't need any of these options, just
wget --header="API-Key: KEY_HERE" "http://www.tng-project.org/api/TNG100-1/files/skirt_images_sdss.99.tar"
will work ok (or else just click on the link in your web browser).