Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harp077/pj-ftp-server
Pure Java FTP server. See releases at https://sourceforge.net/projects/pj-ftp-server/
https://github.com/harp077/pj-ftp-server
cli ftp ftp-server gui high-speed java java-ftp-server pure server
Last synced: 3 months ago
JSON representation
Pure Java FTP server. See releases at https://sourceforge.net/projects/pj-ftp-server/
- Host: GitHub
- URL: https://github.com/harp077/pj-ftp-server
- Owner: harp077
- Created: 2020-09-25T15:43:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T14:57:13.000Z (about 1 year ago)
- Last Synced: 2023-12-13T15:53:31.422Z (about 1 year ago)
- Topics: cli, ftp, ftp-server, gui, high-speed, java, java-ftp-server, pure, server
- Language: Java
- Homepage: https://sourceforge.net/projects/pj-ftp-server/
- Size: 396 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[![Release](https://img.shields.io/github/release/harp077/pj-ftp-server)](https://github.com/harp077/pj-ftp-server/releases)
[![Java 8+](https://img.shields.io/badge/Java-8%2B-teal)](https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html)
![Free](https://img.shields.io/badge/free-open--source-green.svg)
[![HitCount](https://hits.dwyl.com/harp077/pj-ftp-server.svg?style=flat)](http://hits.dwyl.com/harp077/pj-ftp-server)
[![GitHub followers](https://img.shields.io/github/followers/harp077?label=Follow&style=flat)](https://github.com/harp077)
![GitHub language count](https://img.shields.io/github/languages/count/harp077/pj-ftp-server)
![GitHub search hit counter](https://img.shields.io/github/search/harp077/pj-ftp-server/release)
Pure Java FTP server.
![ftp](pj-ftp-server.png?raw=true)
Pure Java FTP server. Free portable cross-platform.
Run as root/admin !
1) Fully multi-threaded.
2) Multi platform support.
3) Can run in GUI-mode: # java -jar pj-ftp-server.jar
4) Can run in CMD-mode (used cmd-mode-config.properties): # java -jar pj-ftp-server.jar cmd
5) IP-filter (access list) support.
6) Writable=true/false support
7) Support listening on different local interfaces
8) Speed limit support
9) Anonymous-mode support
10) Different TCP-ports support
11) Logging support
12) Support limit max concurrent logins
13) Support limit max concurrent logins per IP
14) Need JRE-1.8:
https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html
Source = https://github.com/harp077/pj-ftp-server