I'm no expert on wget, but have you tried RTFM:
‘--user=user’
‘--password=password’
Specify the username user and password password for both FTP and
HTTP file retrieval. These parameters can be overridden using the
‘--ftp-user’ and ‘--ftp-password’ options for FTP connections and
the ‘--http-user’ and ‘--http-password’ options for HTTP connections.
And just for relative completeness:
‘--ask-password’
Prompt for a password for each connection established. Cannot be
specified when ‘--password’ is being used, because they are mutually
exclusive.
- A
On 06/07/2016 05:23 PM, Oliver Briscbois wrote:
On 2016-06-07, Bob <bobnli...@gmail.com> wrote:
Hello list,
I'm trying to automate my internet login which is based on a web form.
Good question. I hope someone follows up with an answer. I'll be
following this thread. I've been trying the same thing with wget without
success
Oliver.