Hello, I need to write a secure FTP client for windows and AIX using the FTPS protocol (not SFTP). I have a regular FTP client but it now needs to implement FTPS. I've read many of the postings so far but none seem to address my needs. I'm looking for open source
Java code. What are the java APIs needed? The current code uses the unsupported sun.net.ftp package but I don't think they have a sun.net.ftps package. Has anyone tried this before?
I found a post on javaranch but the link is bad.
https://coderanch.com/t/326488/java/java/FTPS-Library Please help....