MYSCP Online Help Prev Next
What is MySCP
License
Properties
AbsentKeyPolicy
Compression
DifferentKeyPolicy
Error
Status
Timeout
Events
OnAbsentFingerprint
OnAuthorization
OnConnect
OnDifferentFingerprint
OnDisconnect
OnProcessFile
OnError
Methods
DisconnectNow
ReceiveFile
SendFile
WaitForComplete

AbsentKeyPolicy

This property defines the behavior of the component if it meets unknown host. By default this property is CACHE. This means that for every host component stores fingerprints in the registry. This provides tracking of the server keys and avoids "Man-in-the-Middle" attacks. See also DifferentKeyPolicy.

This property can be one of the following:

CONN_ABANDON Immediately terminate the connection. Default.
NO_CACHE Do not save fingerprint to the registry.
CACHE Save fingerprint to the registry.
THROW_EVENT Throw event with information about host and fingerprint. See OnAbsentFingerprint for details.
This HTML Help has been published using the chm2web software.