|
|
| AbsoluteTimeout
| Determines whether timeouts are inactivity timeouts or absolute timeouts.
|
| AcceptAnyServerCert
| If set the component will accept any certificate presented by the server
|
| ActiveModePORTAddress
| Allows the specification of the PORT address value for active mode connections.
|
| CloseStreamAfterTransfer
| If true, the component will close the upload or download stream after the transfer.
|
| CodePage
| The system code page used for Unicode to Multibyte translations (Windows/COM only).
|
| FirewallData
| Used to send extra data to the firewall.
|
| FirewallListener
| If true, the component binds to a SOCKS firewall as a server (IPPort only).
|
| InBufferSize
| The size in bytes of the incoming queue of the socket.
|
| MaxDirEntries
| Instructs component to save the amount of entries specified that are returned by the server after a ListDirectory call has been made.
|
| MaxLineLength
| The maximum amount of data to accumulate when no EOL is found.
|
| 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).
|
| OutBufferSize
| The size in bytes of the outgoing queue of the socket.
|
| PortRange
| Allows the specification of a port range where the component listens for active mode connections.
|
| 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
|
| SocketHandle
| The handle of the main socket used by the component.
|
| TcpNoDelay
| Whether or not to delay when sending packets
|
| UseClearChannel
| Allows for the Clear Command Channel (CCC) command
|
| UseClearDataChannel
| Allows for the PROT C command
|
| UseEPSV
| Allows extended passive mode
|
| UseOldAUTHSSL
| Allows use of the 'AUTH SSL' command instead of 'AUTH TLS'.
|
| UseProtWhenImplicit
| Sends the PROT P command to the server.
|
| UseRemoteHostAddressForPassive
| Instructs component to use the in passive mode
|
| WinsockInfo
| Identifying information about the loaded Winsock stack (Windows only)
|
| WinsockLoaded
| Loads and unloads Winsock on demand (Windows only)
|
| WinsockMaxDatagramSize
| Size in bytes of the largest UDP datagram that can be sent or received (Windows only)
|
| WinsockMaxSockets
| Maximum number of sockets available to a single process (Windows only)
|
| WinsockPath
| The path to the Winsock DLL used (Windows only)
|
| WinsockStatus
| The status of the Winsock stack (Windows only)
|