Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.475.776 Times

Http Tunnel freeware
Filter: All | Freeware | Demo
 

Http Tunnel

< 1 2 3 4 5 > 
Added: November 06, 2010 | Visits: 1.058

POE::Component::Server::HTTP POE::Component::Server::HTTP is a foundation of a POE HTTP Daemon. SYNOPSIS use POE::Component::Server::HTTP; use HTTP::Status; my $aliases = POE::Component::Server::HTTP->new( Port => 8000, ContentHandler => { / => &handler1, /dir/ => sub { ... }, /file => sub { ... } }, Headers =>... Platforms: *nix

License: Freeware Size: 16.38 KB Download (99): POE::Component::Server::HTTP Download

Added: July 13, 2010 | Visits: 1.592

Cubehub Tunnel Cubehub is a simple UDP over TCP tunnel application written in Java. It is designed to help people behind a firewall to connect through a TCP connection and play Quake and other UDP-based games. SOCKS 4 and 5 are protocols that are supposed to allow users to send data through a firewall.... Platforms: *nix

License: Freeware Size: 194.56 KB Download (192): Cubehub Tunnel Download

Added: June 06, 2010 | Visits: 3.251

HTTP Anti Virus Proxy HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. HTTP Anti Virus Proxy aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid... Platforms: *nix

License: Freeware Size: 542.72 KB Download (210): HTTP Anti Virus Proxy Download

Added: February 25, 2010 | Visits: 1.111

HTTP Time Protocol The HTTP Time Protocl (HTP) system is a set of utilities to set and maintain the system clock from the HTTP/1.1 (RFC 2616) "Date:" header. HTP requires Libconfig. The purpose of HTP is provide a simple to use system that can be used on any system that is connected to the internet and can access... Platforms: *nix

License: Freeware Size: 13.31 KB Download (114): HTTP Time Protocol Download

Added: September 22, 2010 | Visits: 1.737

Ping Tunnel Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies. At first glance, this might seem like a rather useless thing to do, but it can actually come in your help in some... Platforms: *nix

License: Freeware Size: 48.13 KB Download (175): Ping Tunnel Download

Added: May 25, 2010 | Visits: 2.233

Curl HTTP Client Curl HTTP Client is a PHP class that implements an HTTP client using the PHP Curl library extension. Frequently, in my daytime job I have to fetch data from various url’s, either by sending get or post request, binding to different IP address etc. Long time I used my own socket based HTTP... Platforms: *nix

License: Freeware Size: 3.07 KB Download (126): Curl HTTP Client Download

Added: November 26, 2010 | Visits: 2.198

ssh tunnel on demand ssh tunnel on demand provides a script that creates an SSH tunnel on demand. ssh tunnel on demand is a script that makes it possible for a user to create an SSH tunnel to a server and connect to it without needing an account on the box or any experience with SSH. It was written for users that... Platforms: *nix

License: Freeware Size: 13.31 KB Download (198): ssh tunnel on demand Download

Added: October 16, 2010 | Visits: 994

HTTP::Async HTTP::Async is a Perl module that can process multiple HTTP requests in parallel without blocking. SYNOPSIS Create an object and add some requests to it: use HTTP::Async; my $async = HTTP::Async->new; # create some requests and add them to the queue. $async->add( HTTP::Request->new( GET... Platforms: *nix

License: Freeware Size: 15.36 KB Download (137): HTTP::Async Download

Added: February 02, 2010 | Visits: 1.007

wgrab http file fetcher wgrab http file fetcher provides a small, fast, and cross platform wget alternative. wgrab is an HTTP file fetcher similar to wget that is designed to be small, fast, and cross-platform compatible natively. The compiled wgrab is approximately 1/10th the size of wget, making it ideal for... Platforms: *nix

License: Freeware Download (99): wgrab http file fetcher Download

Added: November 12, 2010 | Visits: 1.173

HTTP::Webdav HTTP::Webdav is a Perl interface to Neon HTTP and WebDAV client library. SYNOPSIS use HTTP::Webdav ; $sess = HTTP::Webdav -> new ; $sess -> server ("www.ecos.de", 80) ; $sess -> get ("/", STDOUT) ; $sess -> put ("/dav/foo.htm", STDIN) ; # remove property test3 # set value of property... Platforms: *nix

License: Freeware Size: 32.77 KB Download (116): HTTP::Webdav Download

Added: August 07, 2010 | Visits: 1.353

Dwarf HTTP Server Dwarf HTTP Server is a full-featured and ready-to-use web server with the Java Servlet API 2.2 and Java Server Pages 1.1 implementation. Dwarf HTTP Server can be used either standalone or embed in a larger hosting application, free of charge for the binary redistribution Since the server is... Platforms: *nix

License: Freeware Size: 931.84 KB Download (110): Dwarf HTTP Server Download

Added: November 04, 2010 | Visits: 960

HTTP-FUSE-KNOPPIX HTTP-FUSE-KNOPPIX is a "pile-up" KNOPPIX linux distribution. HTTP-FUSE KNOPPIX downloads pieces of Root Filesystem from a HTTP server when the piece is requested, although normal KNOPPIX requires whole 700MB ISO image at first. The piece is "piled up" on your PC. The first minimum parts of... Platforms: *nix

License: Freeware Size: 5.8 MB Download (97): HTTP-FUSE-KNOPPIX Download

Added: October 21, 2010 | Visits: 864

HTTP::OAI::Repository HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL. Using the OAI-PERL library in a repository context requires the user to build the OAI responses to be sent to OAI harvesters. SYNOPSIS use HTTP::OAI::Harvester; use... Platforms: *nix

License: Freeware Size: 36.86 KB Download (92): HTTP::OAI::Repository Download

Added: November 07, 2010 | Visits: 928

HTTP::Server::Simple::Mason HTTP::Server::Simple::Mason is an abstract baseclass for a standalone mason server. SYNOPSIS my $server = MyApp::Server->new(); $server->run; package MyApp::Server; use base qw/HTTP::Server::Simple::Mason/; sub mason_config { return ( comp_root => /tmp/mason-pages ); } INTERFACE... Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): HTTP::Server::Simple::Mason Download

Added: January 11, 2010 | Visits: 706

HTTP::WebTest::XMLParser HTTP::WebTest::XMLParser is a Perl module to parse webscript in XML representation. SYNOPSIS use HTTP::WebTest::XMLParser; my ($tests, $opts) = HTTP::WebTest::XMLParser->parse($xmldata); use HTTP::WebTest; my $wt = new HTTP::WebTest; $wt->run_tests($tests, $opts);... Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): HTTP::WebTest::XMLParser Download

Added: May 06, 2010 | Visits: 1.001

HTTP::Handle HTTP::Handle is a HTTP Class designed for streaming. SYNOPSIS use HTTP::Handle; my $http = HTTP::Handle->new( uri => "http://www.google.com/" ); $http->connect(); my $fd = $http->fd(); while (<$fd>) { print "--> $_"; } The HTTP::Handle module allows you to make HTTP requests and... Platforms: *nix

License: Freeware Size: 5.12 KB Download (102): HTTP::Handle Download

Added: January 15, 2010 | Visits: 1.350

HTTP Navigator 2.2 HTTP Navigator provides a set of PHP classes to simplify sending and receiving HTTP messages. HTTP Navigator is a set of PHP classes, based on Perls LWP, that simplifies sending and receiving HTTP messages. Features include: cookie handling, basic authentication, chunked encoding, and... Platforms: *nix

License: Freeware Download (134): HTTP Navigator 2.2 Download

Added: April 26, 2010 | Visits: 934

HTTP::GetImages HTTP::GetImages is a spider to recover and store images from web pages. SYNOPSIS use HTTP::GetImages; $_ = new HTTP::GetImages ( dir => ., todo => [http://www.google.com/,], dont => [http://www.somewhere/ignorethis.html,http://and.this.html], chat => 1, ); $_->print_imgs;... Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): HTTP::GetImages Download

Added: September 09, 2010 | Visits: 1.113

HTTP::BrowserDetect HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string. SYNOPSIS use HTTP::BrowserDetect; my $browser = new HTTP::BrowserDetect($user_agent_string); # Detect operating system if ($browser->windows) { if ($browser->winnt)... Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): HTTP::BrowserDetect Download

Added: February 09, 2010 | Visits: 2.811

Gnome SSH Tunnel Manager Gnome SSH Tunnel Manager (gSTM) provides a convenient front-end for the cumbersome ssh commandline. Tunnel configurations are stored in a simple XML format with support for both local and remote port redirection. Tunnels can be individually started and stopped from the simple main dialog with... Platforms: *nix

License: Freeware Size: 1.3 MB Download (151): Gnome SSH Tunnel Manager Download

< 1 2 3 4 5 >