• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java FTP File Transfer

 
Ranch Hand
Posts: 577
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everyone,

I don't find if some discussion has already been gone on this or currently under progress. So, I thought of putting this issue forward.

We'd like to use Java FTP file transfer program to transfer a text file from system A (FTP Client) to system B (FTP Server). I have done some investigation on the internet and found out that JDK provides RFC959 and other third party vendors like JScape provides APIs to implement this. I don't think our company is going to purchase a new license from JScape or some other third party vendor to purchase FTP library as this requirement is specific within the organisation.

Can someone please suggest me what is the better way to tackle this problem? Should I go ahead and use JDK classes to transfer the file? What are the demerits in doing so? Please throw some light on this.

Thanks and Regards,
Naren
 
Ranch Hand
Posts: 776
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For the client side you might take a look at the Apache network packages. We use it all the time.

Guy
 
Look! It's Leonardo da Vinci! And he brought a tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic