Hi, I have to implement SFTP using a Java program. I am looking for a package that implements a SFTP Client(preferably with sample code on usage). I need this in order to do SFTP file upload from my Java program. Any help would be appreciated. Thanks in advance. Regards, Preetha.
On 28 Apr, Preetha Suri wrote:> I am looking for a package that implements a SFTP Client(preferably with > sample code on usage). I need this in order to do SFTP file upload from my > Java program.Well, MindTerm does what you need. It is not free though. /MaF -- Martin Forssen <maf at appgate.com> Development Manager Phone: +46 31 7744361 AppGate Network Security AB
Sshtools maybe? Looks like you'd have to implement your own SFTP client, but the tools are there. http://www.sshtools.com/ ShiFT would serve as the example code, I believe. Eric -----Original Message----- From: Preetha Suri [mailto:Preetha.Suri at sisl.co.in] Sent: Monday, April 28, 2003 10:43 To: openssh-unix-dev at mindrot.org Subject: SFTP in Java Hi, I have to implement SFTP using a Java program. I am looking for a package that implements a SFTP Client(preferably with sample code on usage). I need this in order to do SFTP file upload from my Java program. Any help would be appreciated. Thanks in advance. Regards, Preetha. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev at mindrot.org http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
Preetha, I have found the JSch package to have a very good SFTP implementation in the later versions (1.2 and later). And even more attractive is that it's under a BSD style license. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vince Brimhall Senior Software Engineer Web Services 801.861.1724 vbrimhall at novell.com Novell, Inc., The leading provider of Net Business Solutions http://www.novell.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>>> Preetha Suri <Preetha.Suri at sisl.co.in> 4/28/2003 9:42:40 AM >>>Hi, I have to implement SFTP using a Java program. I am looking for a package that implements a SFTP Client(preferably with sample code on usage). I need this in order to do SFTP file upload from my Java program. Any help would be appreciated. Thanks in advance. Regards, Preetha. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev at mindrot.org http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
My apologies. I should have included the URI in the original reply. http://www.jcraft.com/jsch/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vince Brimhall Senior Software Engineer Web Services 801.861.1724 vbrimhall at novell.com Novell, Inc., The leading provider of Net Business Solutions http://www.novell.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>>> Preetha Suri <Preetha.Suri at sisl.co.in> 4/28/2003 9:42:40 AM >>>Hi, I have to implement SFTP using a Java program. I am looking for a package that implements a SFTP Client(preferably with sample code on usage). I need this in order to do SFTP file upload from my Java program. Any help would be appreciated. Thanks in advance. Regards, Preetha. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev at mindrot.org http://www.mindrot.org/mailman/listinfo/openssh-unix-dev