Upload a file using FTPS connection
813128Jul 6 2011 — edited Jul 15 2011Hi,
I have to develop an application which has to be able to send a file through FTPS.
I found FTPSClient class from Apache commons but the problem is that it is done java 1.5 and the device were I have to run the application only supports java 1.4 (and there's no option to upgrade it).
Is there another option?
Thanks in advance for your help.