System.Curl.curl_ftpccc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

curl_ftpccc = (
CURLFTPSSL_CCC_NONE,    { do not send CCC }
CURLFTPSSL_CCC_PASSIVE, { Let the server initiate the shutdown }
CURLFTPSSL_CCC_ACTIVE,  { Initiate the shutdown }
CURLFTPSSL_CCC_LAST     { not an option, never use }
);

C++

enum DECLSPEC_DENUM curl_ftpccc : unsigned char { CURLFTPSSL_CCC_NONE, CURLFTPSSL_CCC_PASSIVE, CURLFTPSSL_CCC_ACTIVE, CURLFTPSSL_CCC_LAST };

Properties

Type Visibility Source Unit Parent
enum public
System.Curl.pas
System.Curl.hpp
System.Curl System.Curl

Description

Embarcadero Technologies does not currently have any additional information.