im a noob

for what kind of  use a  HTTP-based network filesystem?¿

2015-01-09 11:40 GMT-06:00 Roberto De Ioris <[email protected]>:

>
> > Thanks!
> >
> > I tried some api, and works wonderful.
> >
> > Is there an example to follow so I can upload a file to the server?
> > Thanks.
>
>
> If you do not want to use the supplied FUSE client, you only need to call
> POST (to create the file) and various PUT to populate it:
>
> POST /foobar HTTP/1.1
> X-Spock-mode: 448
>
> then
>
> PUT /foobar HTTP/1.1
> Range: bytes=0-100
> Content-Length: 100
>
> ... 100 bytes of data ...
>
> and so on
>
>
> --
> Roberto De Ioris
> http://unbit.com
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>



-- 
Andres Vargas
www.zodman.com.mx
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to