blob: b2375ee79599f206745b5940010d61429511d846 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: krb
4Arg: <level>
5Help: Enable Kerberos with security <level>
6Protocols: FTP
7Requires: Kerberos
8Category: ftp
9Example: --krb clear ftp://example.com/
10Added: 7.3
11See-also: delegation ssl
12Multi: single
13---
14Enable Kerberos authentication and use. The level must be entered and should
15be one of 'clear', 'safe', 'confidential', or 'private'. Should you use a
16level that is not one of these, 'private' will instead be used.