Contact Sales Sitemap Customer Login

Linux Command Reference: wget

wget retrieves files over HTTP or FTP.

Contents

[edit]

Using wget

Usage: wget <options> <TARGET_URL> (where <TARGET_URL> is a valid HTTP or FTP resource)

[edit]

wget Options

[edit]

Logging

[edit]

Input

[edit]

Output

[edit]

Download

[edit]

Recursive Download


[edit]

Download a List of Files

Create a text file (using nano for example), with the URLs of the files you want to download. One URL per line. Then issue this command: wget -i filename.ext


[edit]

Help and Manual

Enter wget --help to view the Help file or enter man wget to view the Manual for wget.

Retrieved from "http://wiki.vpslink.com/Linux_Command_Reference:_wget"
Recent Changes | RSS RSS Feed