Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 612 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 612 Bytes

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.