1, Download FileZilla Server    https://filezilla-project.org/download.php?show_all=1&type=server

2,Install and open it, configure the user info.

Explicit, Implicit in FTPs

3,Generate certificate

Explicit, Implicit in FTPs


4,Check the explicit ftp, and configure the port.

Explicit, Implicit in FTPs


5,Import the certificate to your keystore.

You may get the error : keytool error: java.lang.Exception: Input not an X.509 certificate, so should transform the certificate before import

>openssl x509 -outform der -in C:\temp1\certificate.crt -out C:\temp1\certificate.der

>keytool -import -alias mystore -file C:\temp1\certificate.der -keystore "C:\temp1\myKeyStore.jks"

Explicit, Implicit in FTPs


6,

Explicit, Implicit in FTPs

7,Configure Implicit :

Explicit, Implicit in FTPs

Explicit, Implicit in FTPs




相关文章: