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