Skip to content

rueger/yanfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yanfs

Download Build Status

Migrated from https://java.net/projects/yanfs/sources/svn/show

This project represents a Java implementation of the XDR, RPC, NFSv2, and NFSv3 protocols in client side form.

WebNFS was the original name for this implementation but the name has changed to reflect the expanded scope of the project to include a server side implementation.

Maven

Dependency

<dependency>
  <groupId>com.sun</groupId>
  <artifactId>yanfs</artifactId>
  <version>1.3</version>
</dependency>

Repository

The release is hosted at JCentral (http://jcenter.bintray.com/com/sun/yanfs/1.3/) which is usually included by recent maven releases. If not use:

<repository>
	<id>bintray-jcenter</id>
	<name>bintray</name>
	<url>http://jcenter.bintray.com</url>
	<snapshots>
		<enabled>false</enabled>
	</snapshots>
</repository>

Packages

No packages published

Languages

  • Java 86.0%
  • M4 14.0%