This commit is contained in:
CaCO3
2023-01-05 23:09:32 +01:00
parent 1ce20be3d6
commit 701e2f3804

View File

@@ -0,0 +1,6 @@
# Scripted File Upload
To upload a file eg. using `curl`, you first have to delete it and then upload it:
```
curl -d '' http://192.168.1.153/delete/html/index.html
curl --data-binary @ota_page.html http://192.168.1.153/upload/html/index.html
```