-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update commons-validator + add 10Gbit/s speed
- Loading branch information
Showing
7 changed files
with
47 additions
and
57 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,20 @@ | ||
 | ||
|
||
In snap below speed is in MByte/sec ( Mbyte/sec = 8 Mbit/sec) ! | ||
|
||
 | ||
|
||
In snap above speed is in MByte/sec ( Mbyte/sec = 8 Mbit/sec) ! | ||
|
||
Pure Java FTP server. Free portable cross-platform. | ||
Run as root/admin ! | ||
1) Fully multi-threaded. | ||
2) Multi platform support. | ||
3) High speed - up to 920 Mbit/s (115 Mbyte/s) on 1Gbit/s channel when used SSD-drives on both sides. | ||
4) Can run in GUI-mode: # java -jar pj-ftp-server.jar | ||
5) Can run in CMD-mode (used cmd-mode-config.properties): # java -jar pj-ftp-server.jar cmd | ||
6) IP-filter (access list) support. | ||
7) Writable=true/false support | ||
8) Support listening on different local interfaces | ||
9) Speed limit support | ||
10) Anonymous-mode support | ||
11) Different free TCP-ports support | ||
12) Folder-select support | ||
13) Logging support | ||
14) Support limit max concurrent logins | ||
15) Support limit max concurrent logins per IP | ||
Need JRE-1.8: https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters