ftp-account.d 416 B

1234567891011121314
  1. c: Copyright (C) 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.