curl -v -F filename=file.txt -F upload=@hts-log.txt
Sie müssen registriert sein, um Links zu sehen.
* Trying 192.168.178.4:13579...
* TCP_NODELAY set
* Connected to 192.168.178.4 (192.168.178.4) port 13579 (#0)
> POST / HTTP/1.1
> Host: 192.168.178.4:13579
> User-Agent: curl/7.68.0
> Accept: /
> Content-Length: 1038
> Content-Type: multipart/form-data; boundary=------------------------41a934c94638e44a
> Expect: 100-continue
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 100 Continue
* We are completely uploaded and fine
* Mark bundle as not supporting multiuse
< HTTP/1.1 404 Not Found
< Content-Length: 0
< Date: Tue, 24 Jan 2023 18:22:45 GMT
< Server: Sky
<
* Connection #0 to host 192.168.178.4 left intact