Upload Assets to FTP server
Hi all,
i've a requirement to upload assets to a remote ftp server. (AEM as a Cloud Service)
I basically added a servlet to be able to call the action from the Asset UI. Then i'm using the Job Manager to create a async job to make the call the FTP server.
My question is regarding the FTP dependency, i mean what library should use for the ftp connection. I tried with Apache Commons Net but there is not a bundle for this library.
I've embedded the jar but I've an error,
org.apache.commons.net.ftp at startup level 20 but no packages export them for that startup level.
Any opinion or comment is welcome.
Thanks in advance

