aboutsummaryrefslogtreecommitdiff
path: root/docs/MANUAL
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-02-07 09:49:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-02-07 09:49:06 +0000
commit61e2a8108b604b55bc88e741ad6378827c926ade (patch)
tree6ffe39c3cde43dec11e68befcff74f3e38612fc9 /docs/MANUAL
parentabb14de7e05505d4159e6ffbb75f6135d21b3f6e (diff)
7.6.1-pre3
Diffstat (limited to 'docs/MANUAL')
-rw-r--r--docs/MANUAL9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/MANUAL b/docs/MANUAL
index 356cb186d..5f7051e6a 100644
--- a/docs/MANUAL
+++ b/docs/MANUAL
@@ -735,15 +735,14 @@ TELNET
curl telnet://remote.server.com
And enter the data to pass to the server on stdin. The result will be sent
- stdout or to the file you specify with -o.
+ to stdout or to the file you specify with -o.
You might want the -N/--no-buffer option to switch off the buffered output
- for slow connections or if the output from the remote site is slow and/or
- without newlines.
+ for slow connections or similar.
NOTE: the telnet protocol does not specify any way to login with a specified
- user and password and thus curl can't do that automatically. To do that, you
- need to track when the login prompt is received and send the username and
+ user and password so curl can't do that automatically. To do that, you need
+ to track when the login prompt is received and send the username and
password accordingly.
MAILING LIST