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
- Host: GitHub
- URL: https://github.com/phantomydn/jvfsftpd
- Owner: PhantomYdn
- License: apache-2.0
- Created: 2014-03-06T21:09:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-07T01:00:05.000Z (over 12 years ago)
- Last Synced: 2025-02-01T21:12:52.452Z (over 1 year ago)
- Language: Java
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```