https://github.com/yiding-he/hydrogen-ftp-server
A java ftp server which supports multi-user and orgnization management.
https://github.com/yiding-he/hydrogen-ftp-server
ftp-server java java-ftp-server
Last synced: about 1 year ago
JSON representation
A java ftp server which supports multi-user and orgnization management.
- Host: GitHub
- URL: https://github.com/yiding-he/hydrogen-ftp-server
- Owner: yiding-he
- License: apache-2.0
- Created: 2018-05-20T08:40:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T07:49:58.000Z (over 4 years ago)
- Last Synced: 2025-02-16T00:23:53.405Z (over 1 year ago)
- Topics: ftp-server, java, java-ftp-server
- Language: Java
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hydrogen-ftp-server
A java ftp server which supports multi-ftpUser and orgnization management.
## How to use
1. Start this project.
1. Open http://localhost:8080
1. Login with `admin/admin123` (can be changed in `application.properties`)
1. Add some user accounts.
1. Use a FTP client to open `ftp://localhost:2121` and login with these accounts.
## Configuration
All configurations are within `application.properties`.
* `server.port` - http management interface port
* `ftp.port` - port number of FTP service
* `ftp.save-path` - root of all files.
For more configurations check out class `com.hyd.ftpserver.ftpserver.FtpServerConfig`