Topic: Problems to SFTP MySecureShell using sshtools's SftpClient Java API
I am using SftpClient API in my java code perform operations like ls etc.
SftpClient constructor take SshClient object to connect to target (Linux box in my case) and getting java.io.EOFException.
Can anybody help me on this, how to get this work in java code using SftpClient Java API .
Thanks in advance,
Deepak