Results 1 to 2 of 2

Thread: ftp:outbound : how to remove temp suffix behaviour

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Posts
    1

    Default ftp:outbound : how to remove temp suffix behaviour

    Hello everybody,
    I'm quite new to Spring Integration..
    I have a little problem. I need to send a file to a FTP server which "consume" (dispatching internally to other web apps..) all the files sent to it. I can not change this behaviour.
    In this environment, the out-of-the box ftp:outbound behaviour fails, being unable to remotely move the temporary upload file (the one with ".writing" suffix) to the final name one, because of target system file consumption.

    I need to switch off this behaviour but I can't find out how, because of a standard MessageHandler implementation, which first uploads the file with temp suffix and then renames it with the expected final name.

    Do you have any suggestion about it?
    Thanks a lot!

    Matteo

  2. #2

    Default

    Hi,

    same issue.

    Thanks!




    Emilio

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
  •