]> source.dussan.org Git - jgit.git/commit
Simplify SshdFtpChannel 58/187358/1
authorThomas Wolf <thomas.wolf@paranor.ch>
Sun, 31 Oct 2021 16:29:04 +0000 (17:29 +0100)
committerThomas Wolf <thomas.wolf@paranor.ch>
Thu, 4 Nov 2021 19:20:37 +0000 (20:20 +0100)
commit3a7db8b7820a3ed3ad2e8b6be90beb9042618e74
tree45335d34e90ad0302306fd9dae0f9ea4a35d96e2
parentc6d48ab2f8ac776eb0eb8b385a869d9c0ab9dbf8
Simplify SshdFtpChannel

Apache MINA sshd has simpler API for reading directories, and it has a
functional interface suitable for us. So no need to use our own
interface, or to deal with low-level abstractions like CloseableHandle.

Change-Id: Ic125c587535670504983f157a696b41ed6a76bb7
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF
org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/transport/sshd/SshdSession.java