A FTP server with a JavaFX HCI, contains both client and server in Java.
- Filezilla Type HCI
- Creating and launching a local FTP server
- Multiple client connections on the server
- Compatible with any JVM platform
Launch the FTP server
java ftp-server server
Launch FTP clients
java ftp-server client
Enter the IP address of the FTP Server and the password on the HCI window on clients.
Use the UNIX command (ls, pwd, cd...)
to move in the FTP hierarchy or use the GUI created by JavaFX.
Download and/or upload file thanks to the button or drag an drop files to your directories.