-
Jul 18th, 2011, 09:52 AM
#1
How to manage an ftp-outbound-adapter programmatically ?
Hi All,
I managed quite easily to make my own ftp-inbound-adapter, creating a FtpInboundFileSynchronizingMessageSource with a synchronizer of type FtpInboundFileSynchronizer.
It works quite well, but what about the same in outbound ?
It seems more complicated, and i cannot find anywhere somthing like a FtpOutboundFileSynchronizing... something. The spring-integration-ftp-2.0.4.RELEASE.jar seem to contains only inbound classes. I can see for example the package org.springframework.integration.ftp.inbound but no org.springframework.integration.ftp.outbound.
Is there another jar to get somewhere ?
Could you please help ?
thanks a lot!
-
Jul 18th, 2011, 11:01 AM
#2
The outbound support relies on the higher level remote file support provided by the FILE module.
So what you want to look at is org.springframework.integration.file.remote.handle r.FileTransferringMessageHandler in the FILE module
-
Jul 18th, 2011, 11:02 AM
#3
The outbound support relies on the higher level remote file support provided by the FILE module.
So what you want to look at is org.springframework.integration.file.remote.handle r.FileTransferringMessageHandler in the FILE module
-
Jul 21st, 2011, 04:44 AM
#4
Thanks!
Thanks alot Oleg, looking at this right now.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules