aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-02-20 17:35:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-02-20 17:35:51 +0000
commita1d6ad26100bc493c7b04f1301b1634b7f5aa8b4 (patch)
treea65ec14897e79381082a0b32b4c0bd8809a308b7 /docs
parent5f3d63ed5b17ce1803b5e2b61b53d27ec732f302 (diff)
multiple connection support initial commit
Diffstat (limited to 'docs')
-rw-r--r--docs/FEATURES3
-rw-r--r--docs/curl.115
2 files changed, 11 insertions, 7 deletions
diff --git a/docs/FEATURES b/docs/FEATURES
index a77542c24..e64ccbb71 100644
--- a/docs/FEATURES
+++ b/docs/FEATURES
@@ -20,6 +20,7 @@ Misc
- compiles on win32
- redirectable stderr
- use selected network interface for outgoing traffic
+ - IPv6 support
HTTP
- GET
@@ -28,7 +29,7 @@ HTTP
- POST
- multipart POST
- authentication
- - resume
+ - resume (both GET and PUT)
- follow redirects
- maximum amount of redirects to follow
- custom HTTP request
diff --git a/docs/curl.1 b/docs/curl.1
index f57e93fd7..88176cad0 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -425,11 +425,14 @@ If this option is used twice, the second will again disable mute.
When used with -s it makes curl show error message if it fails.
If this option is used twice, the second will again disable show error.
-.IP "-t/--upload"
-.B Deprecated. Use '-T -' instead.
-Transfer the stdin data to the specified file. Curl will read
-everything from stdin until EOF and store with the supplied name. If
-this is used on a http(s) server, the PUT command will be used.
+.IP "-t/--telnet-option <OPT=val>"
+Pass options to the telnet protocol. Supported options are:
+
+TTYPE=<term> Sets the terminal type.
+
+XDISPLOC=<X display> Sets the X display location.
+
+NEW_ENV=<var,val> Sets an environment variable.
.IP "-T/--upload-file <file>"
Like -t, but this transfers the specified local file. If there is no
file part in the specified URL, Curl will append the local file
@@ -758,7 +761,7 @@ If you do find bugs, mail them to curl-bug@haxx.se.
- Lars J. Aas <larsa@sim.no>
- Jörn Hartroth <Joern.Hartroth@computer.org>
- Matthew Clarke <clamat@van.maves.ca>
- - Linus Nielsen <Linus.Nielsen@haxx.se>
+ - Linus Nielsen Feltzing <linus@haxx.se>
- Felix von Leitner <felix@convergence.de>
- Dan Zitter <dzitter@zitter.net>
- Jongki Suwandi <Jongki.Suwandi@eng.sun.com>