Net FTPS client seems to accept invalid certificates?

2023-04-27 Thread Elric V
Hi there, I'm a bit stumped by strange observed behaviour, which I will try to describe, and hopefully someone else can help make sense of this. Server: proftpd with TLS enabled (TLSRequired on). Certificate: self signed garbage. Client: FTPSClient in Explicit mode. Oddly enough, when I conne

Re: [VFS] Status of JSch and SFTP support

2023-05-01 Thread Elric V
On 2023-04-30 09:55, Jon wrote: JSch is aging and appears to be abandoned at this point. Any insight or recommendations would be greatly appreciated. I've been using mwiede's continuation of jsch for a few years now, with success. Their fork can be found on github and in maven central etc: ht

Re: Issue in the Compress library extracting sparse tarballs

2023-11-27 Thread Elric V
On 21/11/2023 21:05, Xudong Yang wrote: java -jar commons-compress-1.25.0.jar ruff-aarch64-apple-darwin.tar Exception in thread "main" java.io.IOException: Truncated TAR archive at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.read(TarArchiveInputStream.java:694)