您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. ganymed-ssh2-build251beta1.zip

  2. Ganymed SSH-2 for Java is an open source library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution a
  3. 所属分类:Java

    • 发布日期:2012-09-01
    • 文件大小:611328
    • 提供者:wujinshan_28
  1. ganymed-ssh2-build251beta1.zip

  2. 将ganymed-ssh2-build251beta1.jar包引入以后,大概使用方法如下: import ch.ethz.ssh2.Connection; import ch.ethz.ssh2.Session; public class Test { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub Connection conn = null;
  3. 所属分类:Java

    • 发布日期:2012-11-16
    • 文件大小:611328
    • 提供者:zhangbest2009
  1. ganymed-ssh2-build251beta1.zip

  2. 在java里可以通过Ganymed SSH-2, Expect4j等实现ssh登录,由于Ganymed SSH-2是纯java实现,并且可以实现scp,sftp等,因此我们采用Ganymed SSH-2
  3. 所属分类:Java

    • 发布日期:2012-07-27
    • 文件大小:578560
    • 提供者:hb0914
  1. java程序里实现ssh, scp, sftp

  2. 在java里可以通过Ganymed SSH-2, Expect4j等实现ssh登录,由于Ganymed SSH-2是纯java实现,并且可以实现scp,sftp等,因此我们采用Ganymed SSH-2 1> 下载安装 从http://code.google.com/p/ganymed-ssh-2/ 下载,我们用的是ganymed-ssh2-build251beta1.zip。 在eclipse里新建一个测试工程,并将解压后的ganymed-ssh2-build251beta
  3. 所属分类:Java

    • 发布日期:2012-07-27
    • 文件大小:578560
    • 提供者:hb0914