SSL for FTP using client certificate *
1. Steps 1 – 4 were done for Telnet
2. Modify the FTP configuration dataset, ie. TCPIP.FTP.DATA and add:
a. EXTENSIONS AUTH_TLS
b. SECURE_LOGIN VERIFY_USER
c. TLSTIMEOUT 500
d. KEYRING /ssl/key.kdb
e. SECURE_CTRLCONN PRIVATE
f. SECURE_DATACONN PRIVATE
g. SECURE_FTP REQUIRED
h. TLSPORT 0
Note
This configuration has not been attempted *