Re: [JSch-users] End of IO Stream Read Exception

2015-10-25 Thread Lothar Kimmeringer
Am 21.10.2015 um 23:31 schrieb Randy Grasmick: > Hello! I have been working on an SFTP suite for an Oracle database > for quite some time now and have reached to end of my rope with > this error: “com.jcraft.jsch.JSchException: Session.connect: > java.io.IOException: End of IO Stream Read.” I

Re: [JSch-users] com.jcraft.jsch.JSchException: verify: false

2015-10-25 Thread Lothar Kimmeringer
Am 23.10.2015 um 04:19 schrieb Fate Testarossa: > when i use jsch frequently connect and disconnect session,it shows : > > com.jcraft.jsch.JSchException: verify: false > at com.jcraft.jsch.Session.connect(Session.java:295) [...] > And when i also connect and disconnect channelsftp frequently

Re: [JSch-users] Illegal data get mixed into a sent file

2015-10-25 Thread Lothar Kimmeringer
Hi, Am 21.10.2015 um 10:22 schrieb Kagoshima Data Application Co., Ltd. T.Oohara: > We are using JSch library version 0.1.49 and we have a problem that > the illegal data will get mixed into a file we sent. [...] > We found the same problem would occur with JSch-0.1.53, do you think > this

Re: [JSch-users] Packet Fragmentation

2015-10-25 Thread Lothar Kimmeringer
Am 21.10.2015 um 12:53 schrieb Flavio Orfano: > I am trying to confirm if JSCH client allow packet fragmentation by > default. Would this be something configurable at this level or > would this be responsibility of lower level like IP? Packet fragmentation happens on the network interface level

Re: [JSch-users] Illegal data get mixed into a sent file

2015-10-25 Thread Kagoshima Data Application Co., Ltd. T.Oohara
Hello. > can you provide a test class reduced to the code that helps > reproducing the effect? We will be able to provide it. /* -*-mode:java; c-basic-offset:2; indent-tabs-mode:nil -*- */ /** * This program will demonstrate the sftp protocol support. *