Results 1 to 4 of 4

Thread: How to manage an ftp-outbound-adapter programmatically ?

  1. #1
    Join Date
    Aug 2009
    Location
    Paris, France
    Posts
    32

    Default 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!

  2. #2
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    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

  3. #3
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    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

  4. #4
    Join Date
    Aug 2009
    Location
    Paris, France
    Posts
    32

    Default 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
  •