|
|
| ActiveModePORTAddress | Allows the specification of the PORT address value for active mode connections
|
| CalculatePercentDone | Enables or Disables calculating the percent complete for downloads
|
| MaxDirEntries | Instructs component to save the amount of entries specified that are returned by the server after a ListDirectory call has been made
|
| PortRange | Allows the specification of a port range where the component listens for active mode connections
|
| UseEPSV | Allows extended passive mode
|
| UseRemoteHostAddressForPassive | Instructs component to use the RemoteHost in passive mode
|
| UseClearChannel | Allows for the Clear Command Channel (CCC) command
|
| UseClearDataChannel | Allows for the PROT C command
|
| UseOldAUTHSSL | Allows use of the 'AUTH SSL' command instead of 'AUTH TLS'
|
| UseProtWhenImplicit | Sends the PROT P command to the server
|
| MaxLineLength | The maximum amount of data to accumulate when no EOL is found
|
| FirewallAutoDetect | Tells the component whether or not to automatically detect and use firewall system settings, if available
|
| FirewallHost | Name or IP address of firewall (optional)
|
| FirewallListener | If true, the component binds to a SOCKS firewall as a server (IPPort only)
|
| FirewallPassword | Password to be used if authentication is to be used when connecting through the firewall
|
| FirewallPort | The TCP port for the FirewallHost;
|
| FirewallUser | A user name if authentication is to be used connecting through a firewall
|
| FirewallType | Determines the type of firewall to connect through
|
| TcpNoDelay | Whether or not to delay when sending packets
|
| ReuseSSLSession | Determines if the SSL session is reused
|
| SSLCipherStrength | The minimum cipher strength used for bulk encryption
|
| SSLEnabledProtocols | Used to enable/disable the supported security protocols
|
| SSLProvider | The name of the security provider to use
|
| SSLSecurityFlags | Flags that control certificate verification
|
| OpenSSLCADir | The path to a directory containing CA certificates
|
| OpenSSLCAFile | Name of the file containing the list of CA's trusted by your application
|
| OpenSSLCipherList | A string that controls the ciphers to be used by SSL
|
| OpenSSLPrngSeedData | The data to seed the pseudo random number generator (PRNG)
|
| AbsoluteTimeout | Determines whether timeouts are inactivity timeouts or absolute timeouts
|
| FirewallData | Used to send extra data to the firewall
|
| InBufferSize | The size in bytes of the incoming queue of the socket
|
| OutBufferSize | The size in bytes of the outgoing queue of the socket
|
| CodePage | The system code page used for Unicode to Multibyte translations (Windows/COM only)
|