Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/parinaz11/ftp-server-client-computer-network
- Owner: Parinaz11
- Created: 2024-01-28T11:14:24.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T04:09:47.000Z (10 months ago)
- Last Synced: 2024-06-28T11:18:52.245Z (7 months ago)
- Topics: client, ftp, ftp-client, ftp-server, ptyhon3, python, server, tkinter, tkinter-gui
- Language: Jupyter Notebook
- Homepage:
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.