ftp-alternative-to-user.d 570 B

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