Skip to content

colecody27/FTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

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

About

FTP server and client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages