Copyright © 2006 Gene Michael Stover. All rights reserved. Permission to copy, store, & view this document unmodified & in its entirety is granted.
Unfinished. A work in progress. As of 2006 November 16, just a prototype & proof of concept.
It runs on Windows only because it uses WinINET & WinHTTP.
Here is a copy of the license agremeent that is on the source code. The same agreement appears in each source code file.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ``Software''), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL GENE MICHAEL STOVER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of Gene Michael Stover shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Gene Michael Stover.
httpxtran - HTTP transactions from the command line
[-g]
[-m METHOD]
[-i PAYLOAD]
[-o OUTPUT]
[-p PROXY]
[-l LOGIN]
[-x PASSWORD]
URL
httpxtran performs transactions over HTTP. It can send a payload & save the reply to a destination file. This functionality can be used to download individual files from HTTP servers, to upload files to servers, or to execute a poor man's remote procedure call system over HTTP (if you prepare the payload & extra headers carefully).
url identifies the remote resource. This is required.
fixme: The source code is not ready for distribution. Download, unpack, attempt to comprehend, attempt to compile, & attempt to use at your own risk.
The entire source code (for Microsloth Winders only) is in httpxtran.zip.
Here is a list of individual files, both source code & executables.
Gene Michael Stover 2008-04-20