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