Hi, is there any way to upload files to the filesystem under /edit via http or something else from an unix host via scripts?
curl -F ‘data=@file01.json’ ip/upload works for any file
Thanks, but just got “curl: (52) Empty reply from server”. Do i need to mask it for paths? And how to use the @, ist that right?
curl -F ‘data=/xxx/xxx/@35.clk’ wled.local/upload
Right! Thanks a lot!
The only mistake were the wrong ’ after i copied it with cut&paste.