Updated README.md
This commit is contained in:
parent
25330ab6c8
commit
68424363a1
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
A Python implementation of a FTP client - server. Supports both TCP and UDP protocols. Tested on Python 3.11 and Python 3.10.
|
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
|
## Dependencies
|
||||||
|
|
||||||
Zero. Only python standard libs were used.
|
Zero. Only python standard libs were used.
|
||||||
@ -10,6 +12,8 @@ Zero. Only python standard libs were used.
|
|||||||
|
|
||||||
### Client
|
### 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.
|
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>`.
|
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
BIN
project_coen366.pdf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user