feat(udp): use true byte representation

- added an option to make client without debug
This commit is contained in:
2023-12-01 16:51:11 -05:00
parent d78eb940cd
commit 5519be9222
3 changed files with 17 additions and 3 deletions

View File

@@ -9,6 +9,9 @@ server:
client:
docker exec -it project-ftp_client-1 python client.py --directory /client_directory --debug 1
client-no-debug:
docker exec -it project-ftp_client-1 python client.py --directory /client_directory
clean:
docker-compose down --volumes