1
2
Possible Duplicate:
Wget a page that requires logging in
I wish to download file from http://mbr.nlm.nih.gov/Download/MetaMapped_Medline/2011/. However, in order to download the file, I need to enter a password and username, which are accepted via an HTTP form.
Is there a way by which I can enter the password/username using the command line?
1For
wget
you can use the--load-cookies file
option to do so. – M'vy – 2011-03-15T13:10:54.397