Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ludup authored Feb 20, 2024
1 parent fa4e7de commit 58bf7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Include the server module to develop your own SSH/SFTP server.
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>maverick-synergy-server</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</dependency>

<!-- You may also need this repository if the version is a SNAPSHOT -->
Expand All @@ -100,7 +100,7 @@ We also have done a lot of the hard work for you implementing a virtual file sys
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>maverick-virtual-filesystem</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</dependency>
```
Creating a server is made equally as easy as the client API. You just need to make a few desisions about how users authenticate and what they can do, for example, the code below creates a simple SFTP server that provides users with their own home folder. To the user, all they see is their own sandboxed home directoy.
Expand Down

0 comments on commit 58bf7d3

Please sign in to comment.