Skip to content

A faster webdav implementation for commons-vfs2 using the excellent sardine lib

Notifications You must be signed in to change notification settings

Riduidel/commons-vfs-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commons VFS extensions

Build Status

A set of commons-vfs extensions allowing better behaviour of that excellent library by relying upon some third-party libraries.

Currently

  • commons-vfs-webdav-sardine
  • commons-vfs-truezip-zip

Notice these artifacts are available, according to POM, under the LGPL license and in a repository near you : jsut add one artifact to your POM and it should work. As an example, commons-vfs-webdav-sardine can be added to your project simply by adding that dependency

<dependency>
  	<groupId>fr.perigee</groupId>
  <artifactId>commons-vfs-webdav-sardine</artifactId>
  <version>0.0.2</version>
</dependency>

Only version currently available are 0.0.1 and 0.0.2. I suggest you use the 0.0.2 only.

About

A faster webdav implementation for commons-vfs2 using the excellent sardine lib

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages