quickjs-tart

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

ftp-alternative-to-user.md (618B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: ftp-alternative-to-user
      5 Arg: <command>
      6 Help: String to replace USER [name]
      7 Protocols: FTP
      8 Added: 7.15.5
      9 Category: ftp
     10 Multi: single
     11 See-also:
     12   - ftp-account
     13   - user
     14 Example:
     15   - --ftp-alternative-to-user "U53r" ftp://example.com
     16 ---
     17 
     18 # `--ftp-alternative-to-user`
     19 
     20 If authenticating with the USER and PASS commands fails, send this command.
     21 When connecting to Tumbleweed's Secure Transport server over FTPS using a
     22 client certificate, using "SITE AUTH" tells the server to retrieve the
     23 username from the certificate.