http://xa63tpfoaqt3zru2ehxjjfbpadwj4ha6qsdvtcqtyr3b7hmt4iaq.b32.i2p/archive.html
The server accepts posts (uploaded through schedule and put ), writing them to a temporary directory
under the syndie root, and running bulkimport on them after they've all been read. The HTTP post received is not a mime-encoded post, but a fairly simple concatenation
of all of the data to be uploaded (with metadata messages first): POST /import.cgi\r\n
Content-length: $total\r\n
\r\n
$headerSize // 2 bytes
$header // $headerSize bytes, for...