Skip to content

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

Notifications You must be signed in to change notification settings

Parinaz11/FTP-server-client-Computer-Network

Repository files navigation

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 <file_path/file_name>, UPLOAD <file_path/file_name>, DELETE <file_path/file_name>, PWD, QUIT.

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors