File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Spring and the fly likes Integrate Apache FTP server with Spring Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Spring
Reply Bookmark "Integrate Apache FTP server with Spring" Watch "Integrate Apache FTP server with Spring" New topic
Author

Integrate Apache FTP server with Spring

Chitra Jagannathan
Greenhorn

Joined: Apr 21, 2009
Posts: 8
I have read through some documentation provided by apache server for integrating with spring.
There is still block non-explained, between the main configuration which talks to FTP server.
Please help me make this work.
Josh Long
author
Greenhorn

Joined: Apr 04, 2011
Posts: 24

I'm not 100% sure what you're trying to do, however if you just want to embed Apache's Mina project with Spring, then you might consult my blog post from a few years go (it might very well be out dated, I'm afraid): http://www.joshlong.com/jl/blogPost/embedding_the_apache_mina_ftp_server.html. If you want to use something from Spring (like Spring Integration) to consume data frm an FTP/SFTP/FTPS broker, then check out Pro Spring Integration, as it covers how the Spring Integration support for FTP/SFTP/FTPS works.


Thanks, Josh Long
Spring Developer Advocate, SpringSource, a division of VMware
http://blog.springsource.org - http://www.joshlong.com
 
 
subject: Integrate Apache FTP server with Spring
 
Threads others viewed
File transfer
how to download files from a remote server via java code?
FTP using servlets.
help regarding ftp server ?
I want to get a file from a folder on the server using RMI
IntelliJ Java IDE