-
SFTP API (4 messages)
- Posted by: vishal shah
- Posted on: July 22 2006 23:43 EDT
Hi All, I'm new to SFTP. I need to download file from SFTP server to my application server. I need to know which free API can be used to do it. Also, if I can get some sample codes, it will be a great help. Aditional info: I'm using Eclipse 3.1 with struts framework and Tomcat 5 app server. Waiting for the earliest reply. Regards, Vishal ShahThreaded Messages (4)
- Re: SFTP API by Christopher Stach II on July 23 2006 03:58 EDT
- Re: SFTP API by vishal shah on July 23 2006 21:20 EDT
- Re: SFTP API by jeff smith on December 22 2006 02:11 EST
- Re: SFTP API by vishal shah on July 23 2006 21:20 EDT
- Java SFTP API by John Tran on June 18 2009 03:56 EDT
-
Re: SFTP API[ Go to top ]
- Posted by: Christopher Stach II
- Posted on: July 23 2006 03:58 EDT
- in response to vishal shah
JSch -
Re: SFTP API[ Go to top ]
- Posted by: vishal shah
- Posted on: July 23 2006 21:20 EDT
- in response to Christopher Stach II
Thanks for the reply. I've already used JSch, but is there any other api available. Because, I found on the net that this api gives some errors. And is not 100% reliable. If I can get some other APIs also, it will be a great help. -
Re: SFTP API[ Go to top ]
- Posted by: jeff smith
- Posted on: December 22 2006 14:11 EST
- in response to vishal shah
I've found JSch reliable. The only difficulty in using it is there is scant documentation (not even good javadocs). I created this SSH/SFTP Swing application using it: http://www.softtechdesign.com/products/sshNav.htm -Jeff -
Java SFTP API[ Go to top ]
- Posted by: John Tran
- Posted on: June 18 2009 03:56 EDT
- in response to vishal shah
I use this SFTP API called Zehon, it's great, so easy to use with a lot of sample code. Here is the site http://www.zehon.com