Hi,
We're using com.enterprisedt.net.ftp.ssh.SSHFTPClient class to connect to clients. Works great. However, last week I'm getting some odd errors from a client that we have been connecting to for some time. Here is the stack trace:
java.lang.NullPointerException
at com.enterprisedt.net.j2ssh.sftp.SftpSubsystemClient.readFile(Unknown Source)
at com.enterprisedt.net.j2ssh.sftp.SftpFileInputStream.read(Unknown Source)
at java.io.InputStream.read(InputStream.java:89)
at com.enterprisedt.net.j2ssh.SftpClient.A(Unknown Source)
at com.enterprisedt.net.j2ssh.SftpClient.get(Unknown Source)
at com.enterprisedt.net.j2ssh.SftpClient.get(Unknown Source)
at com.enterprisedt.net.ftp.ssh.SSHFTPClient.get(Unknown Source)
Are there any immediate ideas to resolve this? We are using version 1.3.2 (Believe it or not).
Thanks!