|
HTTrack Step 1 Download, to install and opened the HTTrack software. Step 2 Type a name for the Web site in the "Project Name:" text box. Step 3 Choose the place on your hard order where you to want to store the site. Step 4 Select the "Download website(s)" option in the "Action" drop downwards list. Step 5 Type the addresses of the Web site in the "Web Addresses (URL)" window. You can type more that one Web site address in this window. Step 6 Click the "Finish" button to beginning the download. BackStreet Browser Step 1 Download, to install and opened the BackStreet navigator software. Step 2 Click the "New" button in the tool bar at the top of the page. Step 3 Type the addresses of the Web site in the "URL" text box. Step 4 Type a project name in the "Title" text box. Step 5 Choose the place on your hard order where you to want to store the site. Step 6 Decide how often you to want to update the files on your hard drive. Step 7 Click the "OK" button to beginning the download. Wget Step 1 Open a Limit window. The Limit window is found under the "System Tools," "Utilities" or "Accessories" menu of the the main thing menu. Step 2 Type the order "mkdir My_Sites/" to to create a place on your hard order to to save the website. You can change the directory name ("My_Sites") to any name you prefer. Step 3 Type the order "cd My_Sites/" to to direct into the "My_Sites" directory. Step 4 Type the order "wget --wait=20 --limit-rate=20K -r -p -U Mozilla http://example.com" to remote loading the website. The "--wait=20" option the known as one the order to pauses 20 seconds enter transfers so your remote loading behavior doesn't get you on the blacklist. The "--limit-rate=20K" option limits each one transfer to 20 kilobytes at a time. The "-r" option known as to remote loading any subdirectories. The "-p" option ensure yourself that all the files necessary to correctly display the page are downloaded. The "-U" option specify a navigator type (in this case, the Mozilla Firefox browser"). to replace "http://example.com" with the addresses of the Web site you to want to download.
|