A java ftp server which supports multi-ftpUser and orgnization management.
- Start this project.
- Open http://localhost:8080
- Login with
admin/admin123
(can be changed inapplication.properties
) - Add some user accounts.
- Use a FTP client to open
ftp://localhost:2121
and login with these accounts.
All configurations are within application.properties
.
server.port
- http management interface portftp.port
- port number of FTP serviceftp.save-path
- root of all files.
For more configurations check out class com.hyd.ftpserver.ftpserver.FtpServerConfig