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