All - If ne_put takes a resource at 'path' how do you I preform a PUT on a resource that's in memory?
* Perform a PUT request on resource at 'path', reading the entity * body to submit from 'fd'. */ int ne_put(ne_session *sess, const char *path, int fd); Thanks. ..Chris _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
