• 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

What is the best 3pt available for SSH/SFTP plugin through java

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Prolem:
We are currently using jsch.0.1.25 for ssh/sftp plugin. We are using channelSftp.get method for importing files from remote server and at times it fails without any specific error indication. We are facing this problem consistantly for files greater than 100mb and when bandwidth is ~=10 mbps.

Now tell me, is there something really wrong with this jsch package?
Is there any other better 3PT available (open source) for the same purpose.
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try secure ftp factory. supports ftp, ftps, sftp and scp protocols.

http://www.jscape.com/sftp/
 
Naveen Hegde
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Richard,
Thanks for your information.
I have downloaded those libraries and trying now.
The only concern is: does sftp, ssh factories provided by www.jscape.com need license to use? or is it a kind of open source?

Please reply.

- Thanks
 
Hey, sticks and stones baby. And maybe a wee mention of my stuff:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic