Starting today, Apache Incubator FtpServer JARs are available from the Apache snapshot repository. This should make it easy to use FtpServer in your Maven 2 build. Just declare the following dependency and you’re done.
<dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftpserver-core</artifactId>
<version>1.0-incubator-SNAPSHOT</version>
</dependency>
Currently, the snapshots will be deployed manually, but I’m working on getting a CI build up and running that would also deploy snapshots automagically.
June 12th, 2007 at 10:29 am
http://activemq.apache.org/camel/ftp.html
and its working very nicely so far!
Am looking forward to a milestone release :)
June 12th, 2007 at 12:19 pm
June 12th, 2007 at 12:23 pm
/niklas
September 3rd, 2007 at 3:11 pm
Cheers,
Kristian