Displaying 2 results from an estimated 2 matches for "sshtools".
Did you mean:
setools
2013 May 08
2
[Bug 2099] New: SshClient.connect() failure on port 22
...hines, but SFTP through putty will establish connection to the
server successfully. We are using a simple stand alone program to
connect using sftp protocol.
SSH Version:
bash-3.2$ ssh -V
Sun_SSH_1.1.4, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
Java Version:
1.6.0_30
Sample Program:
import com.sshtools.j2ssh.SftpClient;
import com.sshtools.j2ssh.SshClient;
import com.sshtools.j2ssh.authentication.PasswordAuthenticationClient;
import com.sshtools.j2ssh.configuration.ConfigurationLoader;
import java.io.PrintStream;
public class fileTransfer
{
public static boolean connectToServer(String serverIp...
2003 Apr 28
4
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.