vfs
A collection of file system related libraries.
-
mysqlfsis ajava.niofile system implemented on top of two DB tables. -
webdavis an adapter to access ajava.niofile system using WebDAV. -
ftpdis an adapter to access ajava.niofile system using FTP. -
examplesis a program to showcase the libraries working together.
Quick Start
./gradlew :examples:shadowJar
java -jar examples/build/libs/examples-1.0.jar
Use --help on the latter to get summary information of options.
Without other options the command connects as user root without password to the default MySQL instance on localhost. In the test schema it adds two tables, direntry and blocks.
Maven Central
Maven dependency:
<dependency>
<groupId>com.impact</groupId>
<artifactId>vfs-webdav</artifactId>
<version>1.0</version>
</dependency>
Gradle:
implementation 'com.impact:vfs-webdav:1.0'