Skip to content

University project for the Network programming Exam. This project is a simple file exchanger using UDP protocol. This applicative feature two different files, one for the Client side and the other for the Server.

License

Notifications You must be signed in to change notification settings

NIK4658/File-transfer-UDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-Transfer-UDP 🌐 StatusBadge

File Exchanger using UDP protocol.


USAGE:

  1. Run one instance of Server.py.
  2. Run as many instances as you want of Client.py.

COMMANDS AVAIABLE

Use this command through the Client instance

  • list : Send a request to the server for a list containing the names of the files available for download.
  • get < filename > : Submit a DOWNLOAD request for a specific file.
  • put < filename > : Submit an UPLOAD Request for a specific file.

About

University project for the Network programming Exam. This project is a simple file exchanger using UDP protocol. This applicative feature two different files, one for the Client side and the other for the Server.

Topics

Resources

License

Stars

Watchers

Forks

Languages