Results 1 to 2 of 2

Thread: FTP File from Remote Server

  1. #1
    Join Date
    Sep 2008
    Location
    Bangalore, India
    Posts
    9

    Default FTP File from Remote Server

    Hi,

    In my project, the data feed XML which is in gz format is downloaded from remote server using curl utility. e.g.

    curl -o feed.gz http://www.example.com/feed.gz

    Is there any adapter to achieve this using Spring Batch or Spring Integration?

  2. #2
    Join Date
    Sep 2008
    Location
    Bangalore, India
    Posts
    9

    Default

    Ok. I got this working using RestTemplate and Custom HttpMessageConverter.

Posting Permissions

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