updog
updog copied to clipboard
Is it possible to upload files via the CLI?
As above.
you can upload directly to the REST api using post request.
curl http://<ip:port>/upload -F 'file=@<path to local file>' -F "path=<path to remote directory>"