6
6
I want to download the webpage http://forum.ubuntu-it.org/, but it requires a username and password. So I have used this:
wget --save-cookies cookies.txt --post-data 'user=goyamy&passwrd=mypassword' http://forum.ubuntu-it.org/
But it does not work! Why?
Please "quote" the variable in
sqlite $COOKIE_FILE
. – ankostis – 2015-06-16T16:18:03.247It worked after replacing the
~
inCOOKIE_FILE
by its particular value in my configuration. I suppose there's a lackingexport
or the like in my system. The error that I received before making this change wasunable to open database file
. – naitoon – 2013-08-11T00:59:23.633