This program allows for FTP data transfer using python sockets to form a TCP connection between a server and client.
https://docs.google.com/document/d/1-LnhZq9gxOZPE9JdZmXLg6QADRQaAPyUi_7DKYeFiWw/edit?usp=sharing
Cody Cole - [email protected]
Matthew Li - [email protected]
Michael Yu - [email protected]
Sara Wu - [email protected]
Python
- Download the files.
- Create two terminals.
- In the first terminal, run the Server using the command "python3 pythonserv.py ". "The server is ready" message should show up.
- In the second terminal, run the Client using the command "python3 pythonclient.py ".
- In the Client terminal, enter one of the provided commands: (get , put , ls, quit).
- To close the connection, enter "quit" in the Client terminal.