66
66
"http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html"
67
67
68
68
You can specify any amount of URLs on the command line. They will be fetched
69
- in a sequential manner in the specified order. You can specify command line
70
- options and URLs mixed and in any order on the command line.
69
+ in a sequential manner in the specified order unless you use --parallel. You
70
+ can specify command line options and URLs mixed and in any order on the
71
+ command line.
71
72
72
73
You can specify a step counter for the ranges to get every Nth number or
73
74
letter:
@@ -86,20 +87,16 @@ interface name. Like in
86
87
87
88
"http://[fe80::3%25eth0]/"
88
89
89
- If you specify URL without protocol:// prefix , curl will attempt to guess what
90
- protocol you might want. It will then default to HTTP but try other protocols
91
- based on often-used host name prefixes. For example, for host names starting
92
- with "ftp." curl will assume you want to speak FTP.
90
+ If you specify a URL without a protocol:// scheme , curl guesses what protocol
91
+ you want. It then defaults to HTTP but assumes others based on often-used host
92
+ name prefixes. For example, for host names starting with "ftp." curl assumes
93
+ you want FTP.
93
94
94
- curl will do its best to use what you pass to it as a URL. It is not trying to
95
- validate it as a syntactically correct URL by any means but is fairly liberal
96
- with what it accepts.
97
-
98
- curl will attempt to re-use connections for multiple file transfers, so that
99
- getting many files from the same server will not do multiple connects /
100
- handshakes. This improves speed. Of course this is only done on files
101
- specified on a single command line and cannot be used between separate curl
102
- invocations.
95
+ curl attempts to re-use connections when doing multiple file transfers, so
96
+ that getting many files from the same server do not use multiple connects /
97
+ handshakes. This improves speed. Connection re-use can only be done for URLs
98
+ specified for a single command line invocation and cannot be performed between
99
+ separate curl runs.
103
100
.SH OUTPUT
104
101
If not told otherwise, curl writes the received data to stdout. It can be
105
102
instructed to instead save that data into a local file, using the --output or
0 commit comments