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-account | ||||
4 | Arg: <data> | ||||
5 | Help: Account data string | ||||
6 | Protocols: FTP | ||||
7 | Added: 7.13.0 | ||||
8 | Category: ftp auth | ||||
9 | Example: --ftp-account "mr.robot" ftp://example.com/ | ||||
10 | See-also: user | ||||
11 | Multi: single | ||||
12 | --- | ||||
13 | When an FTP server asks for "account data" after user name and password has | ||||
14 | been provided, this data is sent off using the ACCT command. |