ftp-account.d 481 B

123456789101112131415
  1. c: Copyright (C) 1998 - 2022, 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. ---
  12. When an FTP server asks for "account data" after user name and password has
  13. been provided, this data is sent off using the ACCT command.
  14. If this option is used several times, the last one will be used.