| Is it possible to simulate the following in command-line: "File >> Save page
as" action (Fore example: Firefox, Chrome,...)
Most browsers support this kind of saving, and it saves
the current page.
For example, I am on page http:\\www.test\abc.htm, if I go to 'File' and then
'Save page as', the page will be saved as:
- FOLDER: abc_files
- FILE: abc.htm
All resources (images, css,...) in 'abc.htm' are saved in FOLDER 'abc_files'.
Is there a way to simulate this in httrack using command-line?(I need the
command line syntax that simulates this as close as possible). | |