quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

krb.md (528B)


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