Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 644 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 644 Bytes

hydrogen-ftp-server

A java ftp server which supports multi-ftpUser and orgnization management.

How to use

  1. Start this project.
  2. Open http://localhost:8080
  3. Login with admin/admin123 (can be changed in application.properties)
  4. Add some user accounts.
  5. 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