mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 11:36:53 +03:00
-
This commit is contained in:
6
docs/Upload-files-by-script.md
Normal file
6
docs/Upload-files-by-script.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user