Aleksandar, The easiest way is to subclass DefaultFtplet and override the onUploadEnd() method to do call the command you need after the file has been uploaded.
See the http://mina.apache.org/ftpserver/ftplet.html for an example. See the bottom of that doc how to add your Ftplet to the overall configuration for pickup. hope this helps On Sat, Apr 9, 2011 at 11:16 AM, Aleksandar Lazic <[email protected]> wrote: > Dear list member, > > I need a ftpserver which is able to execute a command after the upload > to my site is successfully done. > > Maybe I have over seen the possibility in the docs, I will be happy that > you point me to the right way. > > Thank you. > > Aleks >
