home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ht2_20.zip / README < prev    next >
Text File  |  1999-03-19  |  2KB  |  45 lines

  1. httptunnel creates a bidirectional virtual data path tunnelled in HTTP
  2. requests.  The requests can be sent via an HTTP proxy if so desired.
  3.  
  4. This can be useful for users behind restrictive firewalls.  If WWW
  5. access is allowed through an HTTP proxy, it's possible to use
  6. httptunnel and, say, telnet or PPP to connect to a computer outside
  7. the firewall.
  8.  
  9. If you still don't understand what this is all about, maybe you
  10. can find some useful information in the FAQ file.
  11.  
  12. httptunnel is free software.  See COPYING for terms and conditions.
  13. If you like it, I would appreciate if you sent a post card to:
  14.     Lars Brinkhoff
  15.     Emilsborg 1016
  16.     412 79  Goteborg
  17.     Sweden
  18.  
  19. I take no responsibility for what you do with this software.  It has
  20. the potential to do dangerous things, like disabling the protection
  21. you system administrator has set up for the local network.  Read the
  22. DISCLAIMER file.
  23.  
  24. There are two programs: hts and htc.  hts is the httptunnel server
  25. and htc is the client.
  26.  
  27. Documentation about how to use the programs should be searched in this
  28. order:
  29.     source code
  30.     --help output
  31.         FAQ
  32.     README
  33.  
  34. Having said that, here's a (probably outdated) example:
  35.     At host REMOTE, start hts like this:
  36.         hts -F localhost:23 8888
  37.     At host LOCAL, start htc like this:
  38.         htc -F 2323 -P PROXY:8000 REMOTE:8888
  39.     or, if using a buffering HTTP proxy:
  40.         htc -F 2323 -P PROXY:8000 -B 48K REMOTE:8888
  41.  
  42.     Now you can do this at host LOCAL:
  43.         telnet localhost 2323
  44.     and you will hopefully get a login prompt from host REMOTE.
  45.