Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 588 Bytes

ftp-ssl-ccc-mode.md

File metadata and controls

22 lines (20 loc) · 588 Bytes
c SPDX-License-Identifier Long Arg Help Protocols Added Category Multi See-also Example
Copyright (C) Daniel Stenberg, <[email protected]>, et al.
curl
ftp-ssl-ccc-mode
<active/passive>
Set CCC mode
FTP
7.16.2
ftp tls
boolean
ftp-ssl-ccc
--ftp-ssl-ccc-mode active --ftp-ssl-ccc ftps://example.com/

--ftp-ssl-ccc-mode

Sets the CCC mode. The passive mode does not initiate the shutdown, but instead waits for the server to do it, and does not reply to the shutdown from the server. The active mode initiates the shutdown and waits for a reply from the server.