Releases: fracpete/rsync4j
Releases · fracpete/rsync4j
Release v3.2.3-12
Added support under Linux/Mac to customize the locations of the underlying binaries using the following environment variables (#33):
RSYNC4J_RSYNC
RSYNC4J_SSH
RSYNC4J_SSHPASS
RSYNC4J_SSHKEYGEN
Release v3.2.3-11
- upgraded OpenSSH to 9.1p1-1
- updated cygwin to 2022-11-17
Release v3.2.3-10
- updated openssh to 9.0p1-1
- updated argparse4j to 0.9.0, commons-io to 2.11.0
- quoting paths now under windows if a single quote is present in path (#30)
Release v3.2.3-9
Release v3.2.3-8
- upgraded OpenSSH to 8.8p1-1 (Win32/64)
Release v3.2.3-7
- added experimental support for using
sshpass
to supply password inSsh
andRsync
class (by setting an instance of theSshPass
class)
Release v3.2.3-6
- renamed modules/resource poaths (and added module information to jars) to avoid problems with Java 11's module finder (see #23):
windows-x86
->windows32
windows-x86_64
->windows64
Release v3.2.3-5
--list-only
no longer requires a target (#22)
Release v3.2.3-4
- upgraded OpenSSH to 8.7p1-1 (Windows only)
Release v3.2.3-3
- updated OpenSSH to 8.5p1-1
- Rsync/Ssh/SshKeyGen: annotated get/set methods with the corresponding command-line option flags of the executable to make it easier to translate command-lines into Java code
- Rsync:
--partial-dir
/--chown
flags were not translated into rsync command--acls
/-A
was missing completely
- Ssh: cipherSpec got incorrectly translated into
-C
, corrected to-c
(lower-case)