A FTP (or File Transfer Protocol) client that is used for the transfer of computer files between a client and server on network by using JAVA and Apache Commons Net™ library.
- Chunyan Bao
- David Post
- Dawei Zhang
- Kim Ma
- Ronnie Song
- Shengjia He
- Vikram Guhilot
- Java
- Apache Commons Net™ library
- IntelliJ
- Apache Maven
- Git
- Travis-CI
- Circle-CI
You can download executables and source code from the releases page.
Please go to our wiki page for more details.
unpack the FTP-Client-Linux.tar.gz
, change your working directory, then run.
$ cd FTP-Client-Linux
$ ./run.sh
ps: chmod +x run.sh
or replace #!/bin/sh
to #!/bin/bash
in run.sh
if needed.
unpack the FTP-Client-Windows.exe
, open FTP-Client-Windows folder, then launch run.exe
by double click.