Explicit, Implicit in FTPs

来源:互联网 发布:儿童手机编程软件 编辑:程序博客网 时间:2024/06/05 13:27

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

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


3,Generate certificate



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



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"



6,


7,Configure Implicit :