First off, I know there is a similar question here but it doesn\'t answer my doubts. I have a FTPS server (vsftpd) configured with SSL.
I\'ve generated the appropria
you have to generate your own keystore from previous comment.
Now use this link https://issues.apache.org/jira/browse/NET-326 Find this comment (Bogdan Drozdowski added a comment - 10/Mar/11 15:16) and do FTPSCLient(SSLContext sslContext) constructor like in this comment, and your ftpsClient will work with certificate and private key auth.