summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-09-26 22:31:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-09-26 22:31:52 +0000
commit3396d97399c3860371169ed004b0ebeb5b04f16b (patch)
treedbd00c8972684f3e4d6b392b390b0f73aeef6ba2
parentc4fc231934cfa77f49665162e6636d808055a573 (diff)
downloadgnurl-3396d97399c3860371169ed004b0ebeb5b04f16b.tar.gz
gnurl-3396d97399c3860371169ed004b0ebeb5b04f16b.tar.bz2
gnurl-3396d97399c3860371169ed004b0ebeb5b04f16b.zip
a --krb4 usage example added
-rw-r--r--docs/README.curl17
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/README.curl b/docs/README.curl
index 31a62f325..a11a1f8f3 100644
--- a/docs/README.curl
+++ b/docs/README.curl
@@ -702,13 +702,26 @@ CUSTOM OUTPUT
curl -w 'We downloaded %{size_download} bytes\n' www.download.com
+KERBEROS4 FTP TRANSFER
+
+ Curl supports kerberos4 for FTP transfers. You need the kerberos package
+ installed and used at curl build time for it to be used.
+
+ First, get the krb-ticket the normal way, like with the kauth tool. Then use
+ curl in way similar to:
+
+ curl --krb4 private ftp://krb4site.com -u username:fakepwd
+
+ There's no use for a password on the -u switch, but a blank one will make
+ curl ask for one and you already entered the real password to kauth.
+
MAILING LIST
We have an open mailing list to discuss curl, its development and things
relevant to this.
- To subscribe, mail curl-request@contactor.se with "subscribe <your email
- address>" in the body.
+ To subscribe, mail curl-request@contactor.se with "subscribe <fill in your
+ email address>" in the body.
To post to the list, mail curl@contactor.se.