Dynamic FTP Client using Apache Camel and Spring

Mattias Severson

I was recently asked to develop an FTP client that could transmit files to various FTP servers as a part of a delivery system in a Java enterprise application. The requirements dictated a flexible implementation: Three different FTP protocols should be supported, namely FTP, FTPS and SFTP It should be possible to transmit different files [...]

Tags: , , ,

Configuring Timeout with Apache HttpClient 4.0

Mattias Hellborg Arthursson

Great news everyone: just recently an all-new version of Apache HttpClient was released. HttpClient is now part of the new initiative Apache HttpComponents, which seems to aim for a complete approach to Http programming in Java; server side as well as client side. I’ve used Commons HttpClient in older versions on several occasions in the [...]

Tags: , , , , ,