Tagged Questions
1
vote
1answer
83 views
Serve mirrored (static) web-page with original headers
I have a dynamic webpage which I want to create a "frozen" copy of.
Typically I would do something like wget -m http://example.com, and then put the files in the document root of the web-server.
...
3
votes
1answer
672 views
Can wget convert links within a local html document?
I know that wget can fetch a remote page and its dependencies and rewrite the html so that image src attributes reference the newly downloaded images.
I am trying to convert local html files that ...
1
vote
2answers
121 views
Has anyone experienced unintentional traffic overload due to clients' use of wget?
I am wondering if it is wise to indiscriminately block wget on servers that I maintain.
Has anyone experienced unintentional traffic overload due to clients' use of wget?
1
vote
1answer
675 views
wget mirroring, subdomains and directories and cookies
I have an account on a web page that is now "full" (ie I have used up all my allocated space) and I would like to make a mirror of that site. wget seems like the thing to use.
The problem is that I ...
2
votes
3answers
963 views
The --reject feature in wget doesn't seem to work
I am trying to mirror most of a ftp sever using wget.
This particular sever keeps old copies of the data files in a folder called 'backup' inside every subfolder. e.g. '/MaffiaOffShore/backup' ...