I am trying to back up one of my sites that is password protected using wget. I can't seem to format the command correctly because I keep getting 401 errors:
wget http://dev.example.com/"Login?mode=login
> &user-username=TYPEUSERNAMEHERE&user-password=TYPEPASSWORDHERE"
Can anyone tell me what I am doing wrong here? What is the correct way to download an entire directory that is password protected using wget? Thanks!