1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: krb 5Arg: <level> 6Help: Enable Kerberos with security <level> 7Protocols: FTP 8Requires: Kerberos 9Category: ftp 10Added: 7.3 11Multi: single 12See-also: 13 - delegation 14 - ssl 15Example: 16 - --krb clear ftp://example.com/ 17--- 18 19# `--krb` 20 21Enable Kerberos authentication and use. The level must be entered and should 22be one of 'clear', 'safe', 'confidential', or 'private'. Should you use a 23level that is not one of these, 'private' is used. 24