ftp-alternative-to-user.d 573 B

123456789101112131415
  1. c: Copyright (C) 1998 - 2022, 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. ---
  12. If authenticating with the USER and PASS commands fails, send this command.
  13. When connecting to Tumbleweed's Secure Transport server over FTPS using a
  14. client certificate, using "SITE AUTH" will tell the server to retrieve the
  15. username from the certificate.