From a1d6ad26100bc493c7b04f1301b1634b7f5aa8b4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 20 Feb 2001 17:35:51 +0000 Subject: multiple connection support initial commit --- docs/FEATURES | 3 ++- docs/curl.1 | 15 +++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'docs') 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 " +Pass options to the telnet protocol. Supported options are: + +TTYPE= Sets the terminal type. + +XDISPLOC= Sets the X display location. + +NEW_ENV= Sets an environment variable. .IP "-T/--upload-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 - Jörn Hartroth - Matthew Clarke - - Linus Nielsen + - Linus Nielsen Feltzing - Felix von Leitner - Dan Zitter - Jongki Suwandi -- cgit v1.2.3