search for: j2ssh

Displaying 1 result from an estimated 1 matches for "j2ssh".

Did you mean: j2sdk
2013 May 08
2
[Bug 2099] New: SshClient.connect() failure on port 22
...t 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, int...