1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: ftp-account 5Arg: <data> 6Help: Account data string 7Protocols: FTP 8Added: 7.13.0 9Category: ftp auth 10Multi: single 11See-also: 12 - user 13Example: 14 - --ftp-account "mr.robot" ftp://example.com/ 15--- 16 17# `--ftp-account` 18 19When an FTP server asks for "account data" after username and password has 20been provided, this data is sent off using the ACCT command. 21