2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 06:44:58 +08:00
|
|
|
Long: ftp-alternative-to-user
|
|
|
|
Arg: <command>
|
|
|
|
Help: String to replace USER [name]
|
|
|
|
Protocols: FTP
|
|
|
|
Added: 7.15.5
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: ftp
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --ftp-alternative-to-user "U53r" ftp://example.com
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: ftp-account user
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: single
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
|
|
|
If authenticating with the USER and PASS commands fails, send this command.
|
|
|
|
When connecting to Tumbleweed's Secure Transport server over FTPS using a
|
2023-09-08 20:32:29 +08:00
|
|
|
client certificate, using "SITE AUTH" tells the server to retrieve the
|
2016-11-16 06:44:58 +08:00
|
|
|
username from the certificate.
|