From 061d3a1d98c6f4f0442e58d62ddf0a1cfb783ac5 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 14 Feb 2023 19:34:57 +0100 Subject: [PATCH] +idea --- upctl/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 upctl/README.md diff --git a/upctl/README.md b/upctl/README.md new file mode 100644 index 0000000..bbad16a --- /dev/null +++ b/upctl/README.md @@ -0,0 +1,12 @@ +## upload control client (upctl) + +``` +upctl access.log + Uploaded: access.log +Download URL: http://localhost:8080/api/getfile/cc70324b-5c8e-4ca2-bb32-10aa0eeb6dbf/2023-02-14-19-18-access.log + +upctl access.log error.log + Uploaded: access.log + Uploaded: error.log +Download URL: http://localhost:8080/api/getfile/cc70324b-5c8e-4ca2-bb32-10aa0eeb6dbf/2023-02-14-19-18-data.zip +```