Score:0

wget --password:SECRET ; -bash: SECRET: event not found

ng flag

I would like to wget a file from a password protected site.

I follow How do I provide a username and password to wget?

If I do:

wget --user=remote_user --ask-password https://www.example.com/file.ext

everything is fine.

If I do:

wget --user=remote_user --password=SECRET https://www.example.com/file.ext

I receive an error:

bash: SECRET: event not found

What is wrong?

24601 avatar
in flag
does [this reference](https://stackoverflow.com/a/3828095/11399392) help? I think you need to add your username...
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.