Diagram
The type of FTPS client security (explicit, implicit). This parameter specifies the security mode. Possible values: explicit, implicit This parameter specifies the keystore type. Possible values: JKS,JCEKS,PKCS12,PKCS11,DKS This parameter specifies the keystore file. This parameter specifies the password of a keystore.
FTPSClientSecurity - FTPSClientSecurityType
Notes
Element
Type
Required
Description
SecurityMode
string
Optional
Notes
KeyStoreType
string
Optional
Notes
KeyStoreFile
string
Optional
Notes
KeyStorePassword
string
Optional
Notes
Explanations
FTPSClientSecurity
- YADE supports both Explicit Client Security and Implicit Client Security, see Wikipedia.
- The use of server side public keys is supported, i.e. the YADE Client can make use of locally available public keys.