I have to develop an application where customers send files (by upload) to a branch of our company in a city X.
After control on files (about the format, the structure according to specification produced), the application in city X must send files to the main branch in a city Y.
There is an ftp server in the main branch in city Y.
What i want is to use edtFTPj to send (or get) files to (or from) the ftp server.
I want to set up an asynchronous file ftp which allow the application to perform other tasks. do you understand me?
is it possible with edtFTPj to perform asynchronous file transfer? how?