what other ways do we have in WGET?
i know you can retrieve a file using these TWO commands:wget http://urlofsite/filename
or
wget http://ipofsite/filename
well, this file that I am trying to retrieve is located on an IPless domain (only the server has an IP). So, I tried the following:
wget http://serverip/~accountname/filename
but I kept getting a 404 not found error. very confused because the http address is correct. any help?