资源简介
最新版本的git辅助工具,加速同步下载github的仓库代码。支持http socket5等方式。
代码片段和文件信息
/***********************************************************************
* connect.c -- Make socket connection using SOCKS4/5 and HTTP tunnel.
*
* Copyright (c) 2000-2006 2012 Shun-ichi Goto
* Copyright (c) 2002 J. Grant (English Corrections)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not write to the Free Software
* Foundation Inc. 59 Temple Place - Suite 330 Boston MA 02111-1307 USA.
*
* ---------------------------------------------------------
* PROJECT: My Test Program
* AUTHOR: Shun-ichi GOTO
* CREATE: Wed Jun 21 2000
* ---------------------------------------------------------
*
* Getting Source
* ==============
*
* Recent version of ‘connect.c‘ is available from
* http://www.taiyo.co.jp/~gotoh/ssh/connect.c
*
* Related tool ssh-askpass.exe (alternative ssh-askpass on UNIX)
* is available:
* http://www.taiyo.co.jp/~gotoh/ssh/ssh-askpass.exe.gz
*
* See more detail:
* http://www.taiyo.co.jp/~gotoh/ssh/connect.html
*
* How To Compile
* ==============
*
* On UNIX environment:
* $ gcc connect.c -o connect
*
* On SOLARIS:
* $ gcc -o connect -lresolv -lsocket -lnsl connect.c
*
* on Win32 environment platform SDK (for iphlpapi.lib) is required:
* $ cl connect.c advapi32.lib iphlpapi.lib ws2_32.lib
* or
* $ bcc32 connect.c advapi32.lib iphlpapi.lib ws2_32.lib
* or for mingw32
* $ gcc connect.c -o connect -lwsock32 -liphlpapi
*
* on Mac OS X environment:
* $ gcc connect.c -o connect -lresolv
* or
* $ gcc connect.c -o connect -DBIND_8_COMPAT=1
*
* How To Use
* ==========
*
* You can specify proxy method in an environment variable or in a
* command line option.
*
* usage: connect [-dnhst45] [-R resolve] [-p local-port] [-w sec]
* [-H [user@]proxy-server[:port]]
* [-S [user@]socks-server[:port]]
* [-T proxy-server[:port]]
* [-c telnet proxy command]
* host port
*
* “host“ and “port“ is for the target hostname and port-number to
* connect to.
*
* The -H option specifys a hostname and port number of the http proxy
* server to relay. If port is omitted 80 is used. You can specify this
* value in the environment variable HTTP_PROXY and pass the -h option
* to use it.
*
* The -S option specifys the hostname and port number of
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 93008 2014-09-24 02:06 connect.c
文件 112640 2014-09-24 02:37 connect.exe
相关资源
- QtWifiTestDemo
- Keil配置Git教程
- DigitalDisplay(数字显示)
- Git思维导图
- spss教程之logit回归
- git使用GUI进行5秒汉化
- Unity UGUI自定义树形菜单TreeViewGitHub配
- Serial_to_Ethernet_Connector 使用说明
- Git GUI 最新2.14.2汉化补丁+教程
- Serial_Digital_Scope V2串口示波器完美和谐
- MB_Client_Four_Connections.rar
- MB_Client_Two_Connections.rar
- sourceTree使用及产品证书
- CustomHttpURLConnectionImpl
- 全国地铁数据-转自github
- Win10 Git Bash闪退的解决方案文件
- Introduction to Digital Filters
- Bentley MicroStation CONNECT版Update410.00.00
- GitHack改进版git源码泄露恢复工具
- Git内部培训PPT.pptx
- easyconnect检查与修复
- Tutorial-Enable browser connect for the lab.do
- https密钥和证书
- anyconnect-all-packages-4.7.04056-k9.txt
- 经典教程《Digital Watermarking and Stegan
- git gui界面中文语言包
- git学习指南
- github客户端
- digits 手写体数据集,k-近邻算法运用
- Logitech K380 Fn lock
评论
共有 条评论