sshj
sshj copied to clipboard
ssh, scp and sftp for java
Hello, I'm using your cool lib to connect to several SFTP server and it works fine, never had a problem. Now I have to connect to a WINDOWS AXWAY MFT,...
So, I was trying to reach the sftp server to list some files, but when I tried I received this message: ` 2024-06-27 08:50:13.809 INFO 9144 --- [ XNIO-1 task-1]...
Recently, our provider changed their SFTP server and we started to receive below error while downloading files, which was not there before in the old SFTP server. Any help would...
i keep getting `SFTPException: Maximum concurrent transfers exceeded for the current context` while processing files I'm using latest dependencies of sshj v0.38.0 with springboot 3.0.3 ``` com.hierynomus sshj 0.38.0 ```...
Hi, I am using this library to scp files to remote. Up to now this worked without problem (e.g using openssh or bitvise on the remote side) Now I try...
Addendum for #908 as discussed in [^1]. Resolves #907. [^1]: https://github.com/hierynomus/sshj/pull/908/files#r1600044608
in my case, i need to get the file absolute path in the ftp system. now other things is ok, bug i don`t know how to get sftp home path....
Fixes #955 We are getting this exception frequently, when the network to the server is poor (ie., there are a lot of dropped packets at the server, for example): ```...
Hi! We are struggling with handling several public cert files for different certificate authorities which we are using. For this moment we implemented Pritunl-zero opensource solution to grant ssh access...
Does this library respond to TCP keep alive or SSH keep alive?