a --krb4 usage example added
This commit is contained in:
parent
c4fc231934
commit
3396d97399
@ -702,13 +702,26 @@ CUSTOM OUTPUT
|
|||||||
|
|
||||||
curl -w 'We downloaded %{size_download} bytes\n' www.download.com
|
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
|
MAILING LIST
|
||||||
|
|
||||||
We have an open mailing list to discuss curl, its development and things
|
We have an open mailing list to discuss curl, its development and things
|
||||||
relevant to this.
|
relevant to this.
|
||||||
|
|
||||||
To subscribe, mail curl-request@contactor.se with "subscribe <your email
|
To subscribe, mail curl-request@contactor.se with "subscribe <fill in your
|
||||||
address>" in the body.
|
email address>" in the body.
|
||||||
|
|
||||||
To post to the list, mail curl@contactor.se.
|
To post to the list, mail curl@contactor.se.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user