Hello,
Jsch does not throw exception when writing file and no space available on server
OutputStream outStream = chanel.put("file.bin"); byte buffer[] = data(); outStream.write(buffer, 0, buffer.length);
So we don't know if error occured
Log in to post a comment.