WGET cookies permission denied
Posted: Wed Nov 19, 2025 4:25 pm America/New_York
Hi!
I'm trying to use the tool wget to downdland several links from a text file, I've follow all steps from GES DISC, to create the pre-required files to use the command wget --load-cookies C:\.urs_cookies --save-cookies C:\.urs_cookies --keep-session-cookies --user=--ask-password -i url.txt
It runs, but at the end comes with the error "Cannot open cookies file 'C:/.urs_cookies': Permission denied"
And downlands the files, but not in netrc.
I don't know much about coding, and I wonder if this is the proper way to have paths in the file .dodsrc
HTTP.NETRC="C:\Users\MaTec\.netrc"
HTTP.COOKIEJAR="C:\Users\MaTec\.urs_cookies"
I'm trying to use the tool wget to downdland several links from a text file, I've follow all steps from GES DISC, to create the pre-required files to use the command wget --load-cookies C:\.urs_cookies --save-cookies C:\.urs_cookies --keep-session-cookies --user=--ask-password -i url.txt
It runs, but at the end comes with the error "Cannot open cookies file 'C:/.urs_cookies': Permission denied"
And downlands the files, but not in netrc.
I don't know much about coding, and I wonder if this is the proper way to have paths in the file .dodsrc
HTTP.NETRC="C:\Users\MaTec\.netrc"
HTTP.COOKIEJAR="C:\Users\MaTec\.urs_cookies"