mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 23:30:55 +03:00
Updated Changelog (markdown)
@@ -1,13 +1,13 @@
|
|||||||
version 0.4.0-SNAPSHOT
|
version 0.4.0-SNAPSHOT
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
+ `DisconnectListener` -- possible to register a callback.
|
+ `DisconnectListener` callback.
|
||||||
+ `FileTransfer` interface refactored. Local source and destination paths can be any implementation of `LocalSourceFile` and `LocalDestFile`, respectively.
|
+ `FileTransfer` interface refactored. Local source and destination paths can be any implementation of `LocalSourceFile` and `LocalDestFile`, respectively.
|
||||||
+ Bug in case of SCP remote path having spaces fixed.
|
+ Bug in case of SCP remote path having spaces fixed.
|
||||||
+ Deprecated `Command#getOutputAsString()` and `Command#getErrorAsString()` -- recommend using `IOUtils#pipeStream(..)` instead.
|
+ Deprecated `Command#getOutputAsString()` and `Command#getErrorAsString()` -- recommend using `IOUtils#pipeStream(..)` instead.
|
||||||
+ `StreamCopier` interface updated, now uses builder pattern. `start()` to spawn, `copy()` to do it in current thread and block.
|
+ `StreamCopier` interface updated, now uses builder pattern. `start()` to spawn, `copy()` to do it in current thread and block.
|
||||||
+ Possible to specify an alternate path separator (for Windows SFTP servers).
|
+ Possible to specify an alternate path separator (for Windows SFTP servers).
|
||||||
+ Several internal refactorings that make the library much better...
|
+ Several internal refactorings that make the library nicer...
|
||||||
|
|
||||||
version 0.3.1
|
version 0.3.1
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user