tbzuploader is a command line tool which detects uploadable files and posts them via HTTP while conforming to the standardized HTTP Status Codes. Upload Protocol tbzuploader conforms to the generally accepted upload protocol. 201 Created If the HTTP upload is successful, the server responds with 201...
If the HTTP upload was not successful (such as an login page, outage, programming error or overload), the server responds with other status codes (such as500 Internal Server Error). tbzuploader will then retry to post the files next time. ...