/ftp-server

A FTP server with a JavaFX HCI, contains both client and server in Java.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

FTP Server

GPLv3 License Language Java

A FTP server with a JavaFX HCI, contains both client and server in Java.

Features

  • Filezilla Type HCI
  • Creating and launching a local FTP server
  • Multiple client connections on the server
  • Compatible with any JVM platform

Installation

Launch the FTP server

  java ftp-server server

Launch FTP clients

  java ftp-server client

Usage

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.

Authors

License

GPL v3