An open API service indexing awesome lists of open source software.

https://github.com/phantomydn/jvfsftpd

Advanced FTP server on jave. Supports Virtual File Systems
https://github.com/phantomydn/jvfsftpd

Last synced: over 1 year ago
JSON representation

Advanced FTP server on jave. Supports Virtual File Systems

Awesome Lists containing this project

README

          

jvfsftpd
========

JVFSFTPd is highly pluggable FTP server based on jakarta VFS project and JAAS writen on JAVA language . JVFSFTPd may be configured whatever you wish.

Copy of SF.NET project. Updates for this projects will be hosted only on GitHub

Example of ftpd.xml configuration file:

```xml


127.0.0.1

21



true



c:/

c:/windows



10000

10000





c:/

c:/Program Files



100000

100000

```