Hi, I am using jsch 0.1.44 to export a file over ssh. I am able to connect and start writing the file output. At some point however, the process stops in the following state:
Thread: scheduler_Worker-2 : priority:5, demon:false, threadId:70, threadState:TIMED_WAITING, lockName:com.jcraft.jsch.channels...@1060d1e java.lang.Object.wait(Native Method) com.jcraft.jsch.Session.write(Session.java:1174) com.jcraft.jsch.ChannelSftp.sendWRITE(ChannelSftp.java:2073) com.jcraft.jsch.ChannelSftp.access$100(ChannelSftp.java:36) com.jcraft.jsch.ChannelSftp$1.write(ChannelSftp.java:667) com.jcraft.jsch.ChannelSftp$1.write(ChannelSftp.java:700) A search on the mailing list didn't really turn up any resolution. Any idea what this could be? -- --- John L Cheng ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ JSch-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jsch-users
