Skip to content

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

License

Notifications You must be signed in to change notification settings

yiding-he/hydrogen-ftp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published