Webtunnel 0.0.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Webtunnel 0.0.4 (Default branch)
# 1  
Old 03-06-2009
Webtunnel 0.0.4 (Default branch)

Webtunnel is a network utility that encapsulates arbitrary data in HTTP and transmits it through a Web server. In that regard, it is similar to httptunnel. However, its server component runs in the context of a Web server as a CGI application (with optional FastCGI support), so it does not need its own port. It supports most things that the Web server supports, such as authentication, HTTP 1.1, HTTPS, and client certificates. It uses simple requests and responses so it works seamlessly through forward and reverse proxies.License: Artistic LicenseChanges:
This release adds an option to output log messages to a file instead of STDERR. It has improved command line usage and includes a verbose help option.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
HTS(1)							      General Commands Manual							    HTS(1)

NAME
hts - httptunnel server SYNOPSIS
hts [options] [host:][port] DESCRIPTION
This manual page briefly documents the hts command. hts listens for incoming httptunnel connections at PORT (default port is 8888), and optionally binds to ip address HOST. When a connection is made, I/O is redirected to the destination specified by the --device or --forward-port switch. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options are included below. -h, --help Show summary of options. -c, --content-length BYTES use HTTP PUT requests of BYTES size (k, M, and G postfixes recognized) -d, --device DEVICE use DEVICE for input and output -F, --forward-port HOST:PORT connect to PORT at HOST and use it for input and output -k, --keep-alive SECONDS send keepalive bytes every SECONDS seconds (default is 5) -M, --max-connection-age SEC maximum time a connection will stay open is SEC seconds (default is 300) -s, --stdin-stdout use stdin/stdout for communication (implies --no-daemon) -S, --strict-content-length always write Content-Length bytes in requests -V, --version output version information and exit -w, --no-daemon don't fork into the background -p, --pid-file LOCATION write a PID file to LOCATION AUTHOR
This manual page was contributed by Teemu Hukkanen <tjhukkan@iki.fi>, and was originally written for the Debian GNU/Linux system. HTS(1)