| Author |
Java API for sending files to thirdparties
|
Prabha Dhandapani
Ranch Hand
Joined: Sep 11, 2003
Posts: 70
|
|
Hello all, I need to design a Java API for sending of jobs(XMLS files, HTML files, etc) to third party job boards as a batch process . I would appreciate if someone can share your design thoughts and the efficient tools and technologies that I can make use of for this process.Would also appreciate if someone can point me to some books that talk about designs for these kinda processes. Many Thanks, Prabha
|
 |
Stan James
(instanceof Sidekick)
Ranch Hand
Joined: Jan 29, 2003
Posts: 8791
|
|
|
FTP was designed just for this. Google for "Java FTP client" and see what you find. I think there are good ones out there.
|
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
|
 |
 |
|
|
subject: Java API for sending files to thirdparties
|
|
|