JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under
ant编程使用标签sshexec时需要下载jschjsch-0.1.42.jar,而不要下载早起版本的JAR包,比如下载jsch-0.1.29.jar,使用时就会报如下错误: BUILD FAILED E:\TP2.201203.1.0\build_coreversion_ssh.xml:15: Problem: failed to create task or type sshexec Cause: Could not load a dependent class com/jcraft/js
Ant运行build.xml执行服务器scp,异常解决jsch.jar BUILD FAILED D:\workspace\xmol\build.xml:193: Problem: failed to create task or type scp Cause: Could not load a dependent class com/jcraft/jsch/Logger It is not enough to have Ant's optional JARs you need the J A