Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/parinaz11/ftp-server-client-computer-network

A FTP program with Python & Tkinter in which the client can do operations such as connecting to server, downloading, uploading and deleting files.
https://github.com/parinaz11/ftp-server-client-computer-network

client ftp ftp-client ftp-server ptyhon3 python server tkinter tkinter-gui

Last synced: about 2 months ago
JSON representation

A FTP program with Python & Tkinter in which the client can do operations such as connecting to server, downloading, uploading and deleting files.

Awesome Lists containing this project

README

        

# File Transfer Protocol
A File Transfer Protocol (FTP) with client and server using Python and Tkinter GUI.

## Guide
Run the server program and then run the client program. A little window pops up in which you can enter a message and see the results.
You can enter instructions such as HELP, DOWNLOAD , UPLOAD , DELETE , PWD, QUIT.

This was our final project for Computer Network course in university.