'I can not dowload all files from a .txt with wget

I am trying to download files from the https://disc.gsfc.nasa.gov/datasets using the wget.

All the files that need to be downloaded are in .txt file and when a give the command to download these files, some of the files are downloaded and some are not.

Does anyone knows what can be happening?

I am using the following command:

wget --load-cookies C:\.urs_cookies --save-cookies C:\.urs_cookies --auth-no-challenge=on --keep-session-cookies --user=<my_user> --ask-password --content-disposition -i subset_M2T1NXAER_5.12.4_20220223_010353.txt -r

Thanks!!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source