Updated README.md

This commit is contained in:
minhtrannhat 2024-01-02 20:33:45 -05:00
parent 25330ab6c8
commit 68424363a1
Signed by: minhtrannhat
GPG Key ID: E13CFA85C53F8062
2 changed files with 5 additions and 1 deletions

View File

@ -2,14 +2,18 @@
A Python implementation of a FTP client - server. Supports both TCP and UDP protocols. Tested on Python 3.11 and Python 3.10.
All specfications regarding opcodes, return codes and payload are included in the pdf at the root of the repo `./project_coen366.pdf`
## Dependencies
Zero. Only python standard libs were used.
Zero. Only python standard libs were used.
## Running
### Client
Always start the FTP server before starting the FTP client.
You can run `python3 src/myftp/client.py --directory <insert valid directory that you have read/write permissions>` to start the client.
To run with debug info: `python3 src/myftp/client.py --debug 1 --directory <insert valid directory that you have read/write permissions>`.

BIN
project_coen366.pdf Normal file

Binary file not shown.