Linux download - command to download the file

Linux download - command to get network files

Excerpt: This article learn how to download files in the Linux system command.

wget command

wget command is a command to download a file to be run in the background, still continue downloading after the user exits, supports proxy servers and HTTP functionality, automatically recursive directory of the remote host, find the file and in line with conditions download it to your local hard disk.

The basic syntax

1  wget [options] Address

Option Description

1 - b: After starting the download into the background.
2 - i File Name: Specifies the file URL.
3 - O File Name: Rename the downloaded file.
4 - Nd: Do not create directories.
5 - the X-: force creation of directories.
6 - r: recursive download.
7 -c: using HTTP.

Guess you like

Origin www.cnblogs.com/shamao/p/11354154.html