This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] corkscrew 2.0 -- Tunnel TCP connections through HTTP proxies


Included in Debian stable:

  http://packages.debian.org/corkscrew

Jari

sdesc: "Tunnel TCP connections through HTTP proxies"
ldesc: "A simple tool to tunnel TCP connections through an HTTP proxy
supporting the CONNECT method. It reads stdin and writes to stdout
during the connection, just like netcat. It can be used for instance
to connect to an SSH server running on a remote 443 port through a
strict HTTPS proxy."
category: Net Web
requires: cygwin

1) manual

  wget        \
    http://cygwin.cante.net/corkscrew/corkscrew-2.0-1-src.tar.bz2 \
    http://cygwin.cante.net/corkscrew/corkscrew-2.0-1.tar.bz2 \
    http://cygwin.cante.net/corkscrew/setup.hint

2) automatic

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir corkscrew ; cd corkscrew
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/corkscrew/get.sh \
          http://cygwin.cante.net/corkscrew/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]