From ac4b929b09d639d40787086ab16f7b6a9c22a973 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 17 May 2023 11:29:44 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bf73fd..0a1b474 100644 --- a/README.md +++ b/README.md @@ -834,9 +834,9 @@ wsgidav --port=8080 --root=. --auth=anonymous On another server: ```sh # Upload a file to your workstation -curl -T file.dat https://structured-foo-bar-lights.trycloudflare.com +curl -T file.dat https://example-foo-bar-lights.trycloudflare.com # Create a directory remotely -curl -X MKCOL https://structured-foo-bar-lights.trycloudflare.com/sources +curl -X MKCOL https://example-foo-bar-lights.trycloudflare.com/sources # Create a directory hirachy remotely find . -type d | xargs -I{} curl -X MKCOL https://example-foo-bar-lights.trycloudflare.com/sources/{} # Upload all *.c files (in parallel):