(10-23-2022, 02:37 AM)mothered Wrote: (10-22-2022, 11:39 AM)Troubilshow Wrote: (10-22-2022, 11:36 AM)mothered Wrote: I don't use a Mac, so I don't know off the top of my head.
I'll see what I can find during my online travels.
I found maybe a way to install it on mac with the terminal. I will test and update as soon as it is done!
Sounds promising.
I'll periodically check back for updates.
1. Find a website that you want to clone
2. Press Command+Space and type Terminal and press enter/return key.
3. Type this command on the Terminal:
ruby -e “$(curl -fsSL
https://raw.githubusercontent.com/Homebr...er/install)" < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac’s user password to continue. When you type the password, it won’t be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.
4. Type this command on the Terminal: brew install httrack
wait for it httrack to download in this folder “/usr/local/Cellar/httrack/”
To go to that folder you can right click on “Finder” and click “Go to Folder” and input the path (“/usr/local/Cellar/httrack/”)
5. Go into the folder named bin under the folder named the version of httrack downloaded. As at the time of this tutorial, mine is 3.49.2_1
This is the full path “/usr/local/Cellar/httrack/3.49.2_1/bin”
6. Open the terminal called “httrack”. You should have a Terminal like the image below
7. Enter your desired project name and click enter/return
8. Enter the Base path you want to save the files to and click enter/return
8. Enter the website url you want to clone and click enter/return
9. Type the number related to “Mirror web site(s) and click enter/return. The number related to mine is 1. like the image below
10. Type none for Proxy and click enter/return
11. Type the port number in the parenthesis and click enter/return. Mine is 8080 like in the image below
12. Type none for wildcards and click enter/return
13. Type none for Additional options and click enter/return
14. Type “Y” for Ready to launch the mirror? and click enter/return
15. Wait about 2–10 minutes for the files to clone successfully!