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