项目作者: yiding-he

项目描述 :
A java ftp server which supports multi-user and orgnization management.
高级语言: Java
项目地址: git://github.com/yiding-he/hydrogen-ftp-server.git
创建时间: 2018-05-20T08:40:51Z
项目社区:https://github.com/yiding-he/hydrogen-ftp-server

开源协议:Apache License 2.0

下载


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