Hi guys,
we use the SFTP library from jcraft and experience the following issue if try to rename a file:
Caused by: java.io.IOException: Pipe closed
at java.io.PipedInputStream.read(PipedInputStream.java:241)
at java.io.PipedInputStream.read(PipedInputStream.java:305)
at com.jcraft.jsch.ChannelSftp.fill(ChannelSftp.java:2323)
at...
2009-04-22 14:28:49 UTC in JSch