# ftp-gui **Repository Path**: talent518/ftp-gui ## Basic Information - **Project Name**: ftp-gui - **Description**: FTP client of GUI version implemented by Java - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://github.com/talent518/ftp-gui - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-03-19 - **Last Updated**: 2026-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ftp-gui FTP client of GUI version implemented by Java(jdk 1.9 version). ### Compile and run 1. add java 1.9 environment variable: export PATH=/opt/java-se-9-ri/jdk-9/bin:$PATH 2. Compile: ./build.sh 3. Run: ./run.sh 4. Generate executable jar: ./package.sh ### Interface screenshots ![ftp-gui Interface screenshots](ftp-gui.png)