User Tools

Site Tools


wget_examples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
wget_examples [2016/09/14 17:50] walkeradminwget_examples [2016/09/14 17:52] walkeradmin
Line 12: Line 12:
          
     This will download the file index.php from wwww.cameraangle.co.uk     This will download the file index.php from wwww.cameraangle.co.uk
 +\\ 
 +\\ 
 +===== Download a single file and rename it =====
 +To get a single file from a website, and save it using a new name, use:
 +\\ 
 +    wget http://www.cameraangle.co.uk/index.php -O index.txt
 +    
 +    This will download the file index.php from wwww.cameraangle.co.uk and save it as index.txt
 \\  \\ 
 \\  \\ 
  
 +
 +
 +wget http://www.cameraangle.co.uk/index.php -O index.txt
wget_examples.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1