File: control

package info (click to toggle)
corkscrew 2.0-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 296 kB
  • ctags: 20
  • sloc: sh: 2,915; ansic: 256; makefile: 42
file content (17 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: corkscrew
Section: net
Priority: optional
Maintainer: Thomas Seyrat <tomasera@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.6.2

Package: corkscrew
Architecture: any
Depends: ${shlibs:Depends}
Description: tunnel TCP connections through HTTP proxies
 corkscrew is 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.