Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 245 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 245 Bytes

FTP-C-with-GUI

This project is a FTP sever with GUI client program.

Server

Just put in command "make", and run startserver.

Cilent

First install python3-tkinter, and then "make". Run python3 gui_client.py to use the gui client program.