Issues
- update to jsch 0.2.21LDEV-5134Resolved issue: LDEV-5134Pothys - MitrahSoft
- Since upgrading to Lucee 5.4.3.2 we can not get sFTP to connect successfully to a serverLDEV-4684
- update to jsch 0.2.11 - better support for private keys with windows line endingsLDEV-4664Resolved issue: LDEV-4664Zac Spitzer
- FTP Secure - Algorithm negotiation failLDEV-4621
- add low level ftp and sftp debuggingLDEV-4318Zac Spitzer
- switch to jsch fork (mwiede/jsch)LDEV-4299Resolved issue: LDEV-4299
- add ftp and sftp services to build github actionLDEV-4075Zac Spitzer
- CFFTP (secure) resets connections (ssh-dss)LDEV-3166Resolved issue: LDEV-3166Zac Spitzer
- add support for sftp to tag cfftpLDEV-821Resolved issue: LDEV-821Michael Offner
9 of 9
update to jsch 0.2.21
Fixed
Description
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Zac SpitzerZac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Zac Spitzer
Zac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Priority
Created 4 November 2024 at 10:18
Updated 20 November 2024 at 10:17
Resolved 20 November 2024 at 10:17
Activity
Show:
Pothys - MitrahSoft20 November 2024 at 10:17
I've checked this ticket with Lucee version 6.2.0.164. Now jsch was updated to the version 0.2.21 and works fine.
Zac Spitzer8 November 2024 at 18:32
Zac Spitzer4 November 2024 at 10:27
was
0.2.17
the latest release has a nice performance improvement for file transfershttps://github.com/mwiede/jsch/pull/692
before this update:
time to deflate: 119.6 seconds
deflated size: 70mb
after this update:
time to deflate: 2.4 seconds
deflated size: 6.2mb
https://github.com/mwiede/jsch/releases/tag/jsch-0.2.21
0.2.21
Update Deflate.java by @mjmst74 in #692
0.2.20
#529 Update Hostkey.getFingerprint() method to output more moden format first introduced with OpenSSH 6.8.
#622 Add stack trace to log message when an exception occurs during authentication.
0.2.19
Enforce DHGEX prime modulus bit length meets configured constraints.
#604 Fix possible rekeying timeouts.
0.2.18
Handle negated patterns according to ssh_config(5) by @bmiddaugh in #565