You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command to upload to miniserve : c:\bin\curl.exe -F "path=@c:\abc.txt" "http://192.168.100.2:8002/upload\?path\=/"
error: Request did not meet this resource's requirements.
any suggestions ?
The text was updated successfully, but these errors were encountered:
changchichung
changed the title
upload failed in windows powershell
upload failed , Request did not meet this resource's requirements
Jan 22, 2025
Server
OS: Ubuntu 24.04
minisever version: 0.23.0
command to start up miniserve :
/usr/local/bin/miniserve /opt/miniserve --mkdir -c archlinux --port 8002 --title mini.abc.com--upload-files --
client
OS: Windows 11
Powershell : 7.4.5
curl: curl 8.11.1 (x86_64-w64-mingw32)
command to upload to miniserve :
c:\bin\curl.exe -F "path=@c:\abc.txt" "http://192.168.100.2:8002/upload\?path\=/"
error:
Request did not meet this resource's requirements.
any suggestions ?
The text was updated successfully, but these errors were encountered: