Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: FTP inbound channel adapter

  1. #1

    Default FTP inbound channel adapter

    Is there a simple ftp file download example to see.

    I tried a simple file transfer but the output file written were 0 bytes and INCOMPLETE suffix.

    What could be wrong. Any working example would be great to start looking.

    Thanks

  2. #2
    Join Date
    Jul 2010
    Posts
    139

    Default

    Have you checked out the samples repository?

  3. #3

    Default

    I did and I have done noting different but seems not working

    I come across this link.

    https://jira.springframework.org/browse/INT-1663


    may be i need to wait for a 2.0.1 release - dont know ???

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

    Default

    Yes its true, there was a bug that has been fixed. The code is available with nightly snapshots and will be available with 2.0.1 which should be today.
    Sorry about this.

  5. #5

    Default

    is that possible to provide a download link - for 2.0.1 or the nightly build ?

  6. #6
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    Are you using Maven?

  7. #7

    Default

    No, not for this work - shame I know. The good old ant :-)

  8. #8
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    Okay. If you just want to download the snapshot distribution zip, you can find it here: http://shrub.appspot.com/dist.spring.../snapshot/INT/

  9. #9

    Default

    Will do that and update after my test pass.

    thanks

  10. #10

    Default

    well am not sure this is working - may be something i am doing wrong.

    To down load a file all i need is to define the ftp:inbound-channel-adapter
    with local-directory,remote-directory,session-factory ?

    any simple example ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •