Skip to content

Commit

Permalink
New Version & date
Browse files Browse the repository at this point in the history
  • Loading branch information
ndepomereu committed Feb 22, 2018
1 parent ef68462 commit 48f8038
Show file tree
Hide file tree
Showing 27 changed files with 782 additions and 602 deletions.
2 changes: 1 addition & 1 deletion kremote-files-1.0-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Add the jar libraries of the `/lib` subdirectory to your IDE project or developm

Or for Maven users:

```xml
```xml
<groupId>com.remote-files</groupId>
<artifactId>kremote-files</artifactId>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion kremote-files-1.0-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ The interface to implement depends on your authentication need:

After restarting you server, type the http address of the `ServerFileManager` servlet in a browser:

http://www.yourhost.com/path-to-servlet/ServerFileManager
`http://www.yourhost.com/path-to-servlet/ServerFileManager`

It will display your configuration and a status line that should display: `OK & Running`.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>
</dependencies>
<organization>
<name>KawanSoft</name>
<url>http://www.kawansoft.com</url>
</organization>
<url>https://www.kremote-files.com</url>
<description>KRemote Files is a secure Open Source framework that allows to program very easily file uploads/downloads? remote file access and RPC through HTTP
<description>KRemote Files is a secure Open Source framework that allows to program very easily file uploads/downloads, remote file access and RPC through HTTP
File transfers include powerful features like file chunking and automatic
recovery mechanism.</description>
<inceptionYear>January 2018</inceptionYear>
Expand Down
Loading

0 comments on commit 48f8038

Please sign in to comment.