xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 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 | 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" will tell the server to retrieve the |
| 16 | username from the certificate. |