updog icon indicating copy to clipboard operation
updog copied to clipboard

Is it possible to upload files via the CLI?

Open TheAlmightyDada opened this issue 2 years ago • 2 comments

As above.

TheAlmightyDada avatar Oct 25 '22 14:10 TheAlmightyDada

you can upload directly to the REST api using post request.

nadavf24 avatar Mar 20 '23 18:03 nadavf24

curl http://<ip:port>/upload -F 'file=@<path to local file>' -F "path=<path to remote directory>"

So0ni avatar Jun 18 '24 08:06 So0ni