Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.09 KB

CPSC471_FTP

This program allows for FTP data transfer using python sockets to form a TCP connection between a server and client.

Report

https://docs.google.com/document/d/1-LnhZq9gxOZPE9JdZmXLg6QADRQaAPyUi_7DKYeFiWw/edit?usp=sharing

Team Members

Cody Cole - [email protected]

Matthew Li - [email protected]

Michael Yu - [email protected]

Sara Wu - [email protected]

Programming Lanugage

Python

Instructions

  1. Download the files.
  2. Create two terminals.
  3. In the first terminal, run the Server using the command "python3 pythonserv.py ". "The server is ready" message should show up.
  4. In the second terminal, run the Client using the command "python3 pythonclient.py ".
  5. In the Client terminal, enter one of the provided commands: (get , put , ls, quit).
  6. To close the connection, enter "quit" in the Client terminal.

Example Run Screenshot 2023-11-30 at 4 32 04 PM