• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

FTP adapter in Spring

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
Actually am new to Spring.
I want to know about FTP adapter.

I have searched in google. But I didn't get it clearly.

Actually i want to do the following process via java code[Spring]
The code has to continuosly check a particular folder[It can be the local folder or system where the Java code resides] for the XML files.
If any file is placed in that folder the code has to take the file, and copy it to another folder and starts pasrsing the XML.
I have the code to parse the XML.

What I want to know is, whether FTP adapter is the only way to it ot any thing else is there to resolve this issue?
If FTP Adapter is the only way, please tell me how to do that.

Thanks in advance .
 
permaculture is giving a gift to your future self. After reading this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic