Please do not send questions to me directly, always send them to either of the mailing lists.
On Fri, Dec 26, 2008 at 10:44 AM, Pratapani, Durga <[email protected]> wrote: > In the current process we use wget ( scheduled job ) to continuously get the > latest files from the Remote FTP site. > > The remote FTP machine does not have a Java process running. So, this is using some other FTP server than Apache FtpServer, right? > Using Apache FTP Server , I wanted to write listeners to notify any file > uploads at a remote FTP site location. You can do that, but you would have to replace your existing FTP server. > From whatever documentation I have gone through, I could not find any API > for the above task. if you replace your existing FTP server with Apache FtpServer, you could do this using Ftplets. /niklas
