mirror of
https://github.com/curl/curl.git
synced 2026-06-06 01:14:15 +03:00
- Eric Wong introduced support for the new option -T. (dot) that makes curl
read stdin in a non-blocking fashion. This also brings back -T- (minus) to the previous blocking behavior since it could break stuff for people at times.
This commit is contained in:
parent
6ede4ce79d
commit
95c2b205a4
4 changed files with 24 additions and 6 deletions
|
|
@ -1183,6 +1183,9 @@ file name to use. That will most likely cause the upload operation to fail. If
|
|||
this is used on a HTTP(S) server, the PUT command will be used.
|
||||
|
||||
Use the file name "-" (a single dash) to use stdin instead of a given file.
|
||||
Alternately, the file name "." (a single period) may be specified instead
|
||||
of "-" to use stdin in non-blocking mode to allow reading server output
|
||||
while stdin is being uploaded.
|
||||
|
||||
You can specify one -T for each URL on the command line. Each -T + URL pair
|
||||
specifies what to upload and to where. curl also supports "globbing" of the -T
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue