2024-05-15 15:20:32 -04:00
|
|
|
---
|
2023-12-11 20:30:44 -05:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
|
|
|
Long: ftp-account
|
|
|
|
Arg: <data>
|
|
|
|
Help: Account data string
|
|
|
|
Protocols: FTP
|
|
|
|
Added: 7.13.0
|
|
|
|
Category: ftp auth
|
|
|
|
Multi: single
|
2024-05-15 15:20:32 -04:00
|
|
|
See-also:
|
|
|
|
- user
|
|
|
|
Example:
|
|
|
|
- --ftp-account "mr.robot" ftp://example.com/
|
2023-12-11 20:30:44 -05:00
|
|
|
---
|
2024-05-15 15:20:32 -04:00
|
|
|
|
|
|
|
# `--ftp-account`
|
|
|
|
|
|
|
|
When an FTP server asks for "account data" after username and password has
|
2023-12-11 20:30:44 -05:00
|
|
|
been provided, this data is sent off using the ACCT command.
|