File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Add the following artifact to your dependencies of your `pom.xml` for Windows64
44 <dependency >
55 <groupId >com.github.fracpete</groupId >
66 <artifactId >rsync4j-windows64</artifactId >
7- <version >3.3.0-6 </version >
7+ <version >3.3.0-7 </version >
88 </dependency >
99```
1010
@@ -15,6 +15,6 @@ dependency for the Java wrapper classes:
1515 <dependency >
1616 <groupId >com.github.fracpete</groupId >
1717 <artifactId >rsync4j-core</artifactId >
18- <version >3.3.0-6 </version >
18+ <version >3.3.0-7 </version >
1919 </dependency >
2020```
Original file line number Diff line number Diff line change 11Current release:
22
3- * 3.3.0-6 ([ zip] ( https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-6 /rsync4j-all-3.3.0-6 -bin.zip ) , [ spring-boot] ( https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-6 /rsync4j-all-3.3.0-6 -spring-boot.jar ) )
3+ * 3.3.0-7 ([ zip] ( https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-7 /rsync4j-all-3.3.0-7 -bin.zip ) , [ spring-boot] ( https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-7 /rsync4j-all-3.3.0-7 -spring-boot.jar ) )
44
55
66Last version with Windows 32-bit support: ** 3.2.3-12**
@@ -10,6 +10,7 @@ Old releases:
1010
1111* rsync 3.3.0
1212
13+ * 3.3.0-6 ([ zip] ( https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-6/rsync4j-all-3.3.0-6-bin.zip ) , [ spring-boot] ( https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-6/rsync4j-all-3.3.0-6-spring-boot.jar ) )
1314 * 3.3.0-5 ([ zip] ( https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-5/rsync4j-all-3.3.0-5-bin.zip ) , [ spring-boot] ( https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-5/rsync4j-all-3.3.0-5-spring-boot.jar ) )
1415 * 3.3.0-4 ([ zip] ( https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-4/rsync4j-all-3.3.0-4-bin.zip ) , [ spring-boot] ( https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-4/rsync4j-all-3.3.0-4-spring-boot.jar ) )
1516 * 3.3.0-3 ([ zip] ( https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-3/rsync4j-all-3.3.0-3-bin.zip ) , [ spring-boot] ( https://github.com/fracpete/rsync4j/releases/download/rsync4j-pom-3.3.0-3/rsync4j-all-3.3.0-3-spring-boot.jar ) )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ You can place your ssh key pairs in the following directory:
2222* rsync4j* uses the ` rsync.exe ` , ` ssh.exe ` and ` ssh-keygen.exe ` executables and
2323their dependencies from the 64-bit version of [ cywgin] ( https://cygwin.com/ ) .
2424
25- The dependencies, as of 2025-11-27 (OpenSSH 10.2p1 -1), are as follows:
25+ The dependencies, as of 2026-04-22 (OpenSSH 10.3p1 -1), are as follows:
2626
2727* cygcom_err-2.dll
2828* cygcrypto-3.dll
You can’t perform that action at this time.
0 commit comments