mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 15:50:57 +03:00
Updated Changelog (markdown)
@@ -6,6 +6,7 @@ version 0.3.1
|
|||||||
+ An alternate `AndroidConfig` to initialize `SSHClient` with on Android 2.3+ was added, which uses `JCERandom` instead of `BouncyCastleRandom`.
|
+ An alternate `AndroidConfig` to initialize `SSHClient` with on Android 2.3+ was added, which uses `JCERandom` instead of `BouncyCastleRandom`.
|
||||||
+ In SCP upload, detect when destination directory does not exist. This was previously detected as a warning (well, technically it is sent as one...) but should truly be an error. All SCP 'warnings' now treated as errors.
|
+ In SCP upload, detect when destination directory does not exist. This was previously detected as a warning (well, technically it is sent as one...) but should truly be an error. All SCP 'warnings' now treated as errors.
|
||||||
+ Bug with `StatefulSFTPClient#put` fixed - was doing a get instead of a put!
|
+ Bug with `StatefulSFTPClient#put` fixed - was doing a get instead of a put!
|
||||||
|
+ `SessionChannel` reuse now gets an explicit runtime error.
|
||||||
|
|
||||||
version 0.3.0
|
version 0.3.0
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user