aboutsummaryrefslogtreecommitdiff
path: root/docs/MANUAL
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-14 19:40:18 +0000
committerYang Tse <yangsita@gmail.com>2010-02-14 19:40:18 +0000
commita07bc79117971b96ebf3188c0a34a73ee0a3609b (patch)
tree4c5f985bd2bd407871dfc9d4bc8c05cbaa9851e2 /docs/MANUAL
parent2268657272e591948467135dcd713bd80e3212b3 (diff)
removed trailing whitespace
Diffstat (limited to 'docs/MANUAL')
-rw-r--r--docs/MANUAL28
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/MANUAL b/docs/MANUAL
index b59231a03..208fc79c7 100644
--- a/docs/MANUAL
+++ b/docs/MANUAL
@@ -168,7 +168,7 @@ RANGES
Get the first 100 bytes of a document using FTP:
- curl -r 0-99 ftp://www.get.this/README
+ curl -r 0-99 ftp://www.get.this/README
UPLOADING
@@ -184,7 +184,7 @@ UPLOADING
Upload a local file to the remote site, and use the local file name remote
too:
-
+
curl -T uploadfile -u user:passwd ftp://ftp.upload.com/
Upload a local file to get appended to the remote file:
@@ -223,7 +223,7 @@ VERBOSE / DEBUG
this:
curl --trace trace.txt www.haxx.se
-
+
DETAILED INFORMATION
@@ -325,12 +325,12 @@ POST (HTTP)
To send two files in one post you can do it in two ways:
1. Send multiple files in a single "field" with a single field name:
-
- curl -F "pictures=@dog.gif,cat.gif"
-
- 2. Send two fields with two field names:
- curl -F "docpicture=@dog.gif" -F "catpicture=@cat.gif"
+ curl -F "pictures=@dog.gif,cat.gif"
+
+ 2. Send two fields with two field names:
+
+ curl -F "docpicture=@dog.gif" -F "catpicture=@cat.gif"
To send a field value literally without interpreting a leading '@'
or '<', or an embedded ';type=', use --form-string instead of
@@ -678,15 +678,15 @@ HTTPS
formatted one that curl can use, do something like this (assuming netscape,
but IE is likely to work similarly):
- You start with hitting the 'security' menu button in netscape.
+ You start with hitting the 'security' menu button in netscape.
- Select 'certificates->yours' and then pick a certificate in the list
+ Select 'certificates->yours' and then pick a certificate in the list
- Press the 'export' button
+ Press the 'export' button
- enter your PIN code for the certs
+ enter your PIN code for the certs
- select a proper place to save it
+ select a proper place to save it
Run the 'openssl' application to convert the certificate. If you cd to the
openssl installation, you can do it like:
@@ -793,7 +793,7 @@ ENVIRONMENT VARIABLES
They should be set for protocol-specific proxies. General proxy should be
set with
-
+
ALL_PROXY
A comma-separated list of host names that shouldn't go through any proxy is