-
How do you do upload with HFS3? Is there some documentation somewhere? I'm just mucking around with a local server. The following would work with HFS2 curl -v -F key1=value1 -F [email protected] localhost:8011 But with HFS3 I get
< HTTP/1.1 401 Unauthorized
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
this is the easiest way |
Beta Was this translation helpful? Give feedback.
this is the easiest way
curl -T file url/
url includes the folder
of course you need to give upload permission to that folder