PDA

View Full Version : Copying files across a network



dudleygb
Sep 14th, 2009, 08:20 AM
Hi all,

Can I use the SI file adapters to copy files across a network, into a destination folder?

regards
dudley

dudleygb
Sep 14th, 2009, 08:52 AM
cool, came across the FTP Adapter....

http://opensource.atlassian.com/confluence/spring/display/INTEGRATE/FTP+adapters

https://build.springsource.org/browse/EXT-SESIASNAPSHOT-27/artifact/individual-jars/org.springframework.integration.ftp/target/artifacts

one question though....
I dont see the outbound adapter configure the target destination in any way?

dudleygb
Sep 14th, 2009, 10:46 AM
ah, there we go...
DefaultFTPClientFactory has more props that can be set via xml config...cool, sorted!

iwein
Sep 19th, 2009, 01:29 AM
There is no namespace support for ftp adapters (because yours truly is too lazy to maintain that). If you feel so inclined you might make a contribution of course, if beans are fine, more power to you!

iwein
Sep 19th, 2009, 01:49 AM
I put more details in the wiki page. If you find you can improve that wiki, feel free to do so.

dudleygb
Sep 19th, 2009, 04:47 AM
I put more details in the wiki page. If you find you can improve that wiki, feel free to do so.

thanx iwein, once I got it up and running I will add the complete config to the wiki, i will definitely update it if anything is different.