projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef5b14
)
remove unncessary and wrong remark
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 1 Mar 2007 21:26:23 +0000
(21:26 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 1 Mar 2007 21:26:23 +0000
(21:26 +0000)
docs/MANUAL
patch
|
blob
|
history
diff --git
a/docs/MANUAL
b/docs/MANUAL
index 221464ed963bb91225fe2e71fa0437249bdcf6ea..5dcd2291f3375fc8ee6b6231165c08965acfaf01 100644
(file)
--- a/
docs/MANUAL
+++ b/
docs/MANUAL
@@
-79,9
+79,8
@@
USING PASSWORDS
HTTP
- The HTTP URL doesn't support user and password in the URL string. Curl
- does support that anyway to provide a ftp-style interface and thus you can
- pick a file like:
+ Curl also supports user and password in HTTP URLs, thus you can pick a file
+ like:
curl http://name:passwd@machine.domain/full/path/to/file