友情链接平台 【免备案】香港独立IP虚拟主机 直接用IP地址访问网站 199元一年 【弹窗联盟】全部6块其余5块

  
                    

网站页面信息

标题:WGET 1.11.4 for Windows (win32) Go to users.ugent.be
描述:
关键字:
sponsored links:
连接:
图片:1 个图片, 0 个没有Alt标签    查看所有图片
网站历史:创建于:- 年龄:-  查看历史记录

网站流量与估价

网站流量:IP ≈0   PV ≈0
网站估价:¥128   日广告收入: ¥0  (注:不包含域名价值,不代表公司价值)

网站排名

Alexa全球排名:当日: -  一周: -  三个月: -  查看详情
Google Page Rank:
 0
真假PR鉴别:   (提示:若此处显示网站与查询网站不同,则疑为劫持PR)
Sogou Rank: 0  
百度快照日期:2008-6-10  查看详情

搜索引擎收录

搜索引擎收录情况反向链接
 谷歌Google:-  查看详情 -  查看详情
 百度Baidu:0  查看详情 0  查看详情
 微软Bing:0  查看详情 0  查看详情
 搜搜Soso:101  查看详情 173  查看详情
 雅虎Yahoo:0  查看详情 0  查看详情
 有道Youdao:0  查看详情 0  查看详情
 搜狗Sogou:-  查看详情 -  查看详情

服务器信息

Web服务器:Apache/2.2.9 (Debian)
IP地址:157.193.40.15    有约 1 个站点运行在此服务器上  查看详情
IP所在地:欧洲
 BELGIUM, OOST-VLAANDEREN, GENT, : 纬度51.049999237061, 经度: 3.7170000076294

域名注册信息

注册人:
Email:
ICANN注册机构:
创建时间:
修改时间:
过期时间:
状态:
Name Server:
Whois Server:

Alexa 排名走势数据

流量统计: 当日 一周平均 三个月平均
排名: - - -
PV: 0 0 0
日独立IP: ≈0 ≈0 ≈0

网站在各国/地区的排名

国家排名

国家/地区访问比例

国家访问比例

下属子站点被访问比例

子站点域名访问比例

Alexa 排名走势图

Alexa Reach走势图

域名 Whois 记录

网站缩略图

WGET 1.11.4 for Windows (win32)
sponsored links:

网站访问速度测试

1.00秒 很快
重新测速
国内Ping速度测试      国内TraceRoute路由测试
美国Ping速度测试      美国TraceRoute路由测试

网站关键字指数 (越高越热门)

NO.关键字指数

域名 users 其他后缀注册情况   查看更多

后缀 注册时间 到期时间 是否注册
.com
.net
.org
.cn
.com.cn
.asia
.mobi

同类相似网站

查看更多

模拟搜索引擎蜘蛛抓取

Title:WGET 1.11.4 for Windows (win32)
Description:
Keywords:
Body:
?xml version="1.0" encoding="UTF-8"?
WGET 1.11.4 for Windows (win32)
WGET for Windows (win32) - current version: 1.11.4
updated February 18 2010
license
GNU wget
OpenSSL
downloads
where is 1.12?
previous versions
usage
basic options
FTP
proxy
passwords
SSL certificates
wget.ini file
Read below to download and
for some help with wget.
license information and compiler details
Licenseh3
GNU wget
From the
official wget homepage:
"GNU Wget is a free software package for retrieving files using
HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a
non-interactive commandline tool, so it may easily be called from scripts,
cron jobs, terminals without Xsupport, etc."
While you can get Windows binaries from
Heiko Herold's page,
the binaries here are tweaked a bit so they operate somewhat better on Windows.
The following changes, compared to the official distribution, were
retained/added since 1.8.2:
Statically linked with (masm optimized) OpenSSL 0.9.8k, which makes
wget.exe completely stand-alone.
Compressed with UPX 1.07 for smaller filesize
It seems the rfc1738 problems on Windows (see below) were fixed in wget 1.9,
so there is no longer a need to edit the source code.
OpenSSL
Wget now supports Secure Socket Layer (SSL, https://...) among other things.
Most available binaries are dynamically linked against OpenSSL, and require you
to have a couple of dll's in your path. The binary on this site is statically
linked with OpenSSL (which makes it larger in size, but stand-alone).
Note the license addendum:
"In addition, as a special exception, the Free Software Foundation
gives permission to link the code of its release of Wget with the
OpenSSL project's "OpenSSL" library (or with modified versions of it
that use the same license as the "OpenSSL" library), and distribute
the linked executables. You must obey the GNU General Public License
in all respects for all of the code used other than "OpenSSL". If you
modify this file, you may extend this exception to your version of the
file, but you are not obligated to do so. If you do not wish to do
so, delete this exception statement from your version."
Furthermore, compiling (statically) with OpenSSL is cumbersome in VC++.
If you were to try this yourself, necessary steps would include:
Getting the OpenSSL source
and untarring it somewhere besides wget source.
Configuring for win32 - this involves Perl (e.g.
ActivePerl).
(ms\do_masm.bat will help)
Compiling static libraries (ms\nt.mak, not
ms\ntdll.mak)...
runtime libraries should be matched between recent OpenSSL and wget
source distributions, but do check (should be /MT).
configure.bat --msvc in the wget tree.
Adding the OpenSSL include and lib directories
to compiler include and linker library paths respectively.
Downloads!
Latest version is 1.11.4, compiled with MS Visual C++ and
linked with OpenSSL 0.9.8k. Page will be updated with new releases of wget.
Wget tends to see a couple of incremental bugfix releases (i.e. 1.11.x).
I am currently using wget 1.11.x on a daily basis.
gt; gt;
wget.exe (401408 bytes)
lt; lt; :
win32 binary with OpenSSL support.
MD5: bd126a7b59d5d1f97ba89a3e71425731br /
SHA1: 457b1cd985ed07baffd8c66ff40e9c1b6da93753
Where is 1.12?h2
Latest official version of wget is currently wget 1.12, however this version
does not currently compile for Windows. I am looking into this, but a Windows
version of wget 1.12 may still take some time.
The suggested mingw32 compile path is not a viable option to me right now,
mainly because of the lack of IPv6 and 64-bit support.
Previous versions
wget 1.10.2 (Dec 2 2005)
wget-1.10.2.exe (332800 bytes):
win32 binary compiled with MS Visual C++ and with OpenSSL 0.9.7i support.
wget 1.9.1 (Jun 03 2004)
wget-1.9.1.exe (308736 bytes):
win32 binary compiled with MS Visual C++ 6.0 and with OpenSSL 0.9.7c support.
Usage
wget is a command line program. You start it from the command prompt, either
command.com in Windows 9x/Me or cmd.exe in Windows 2000/XP. The command prompt
can be found in the Start Menu (Accessories).
wget.exe must be placed in your path (e.g. c:\windows) if you want to be
able to run it from any directory.
To retrieve a file: wget http://users.ugent.be/~bpuype/wget/wget.exe
wget in action...
Basic options
First off, the official
manual
has all command line options and parameters.
Display all help: wget --help
Completely mirror a site: wget -mr http://...
-m: mirror
-r: recursive
Mirror without following links to other servers, parent directories:
wget -mrnp http://...
-np: no-parent
Retrieve a html file and convert relative links to absolute ones:
wget -k http://users.ugent.be/~bpuype/wget
-k: 'k'onvert links
Resume partially downloaded files (if supported by the server):
wget -c http://...
-c: continue
Read url's from a file and retrieve them:
wget -i file_with_urls.txt
-i: input-file
Ask for url's (read from stdin):
wget -i -. Enter url's on the command line, press enter after
each url, and terminate with ^Z (press CTRL-Z) on an empty line.
FTP
--glob=off
Don't treat (, *, ? etc. as globbing
characters. Use when transfering files with names that contain these
characters.
--passive-ftp
Use passive mode for data connection (try this if you're behind a firewall,
NAT box...)
Proxy
To make wget use a proxy, you must set up an environment variable before
using wget. Type this at the command prompt:
set http_proxy=http://iproxy.myprovider.net:8080i
...where you use the correct proxy hostname and port for your ISP or
network. You can use ftp_proxy to proxy ftp requests.
--proxy=on
--proxy=off
Turn proxy usage on/off once variable is set; default is on when variable
is present.
Environment variables can be set permanently for the entire system, or
on a per-user basis. Procedure for Windows XP
(similar for NT, 2000, Vista, 7). For Windows 95, 98, ME, add them
to autoexec.bat (use msconfig to do this easily).
Passwords
To retrieve with passwords (http or ftp), you can use the following url
syntax:
wget http://iusernamei:ipasswordi@www.example.net/somedir/somefile
wget ftp://iusernamei:ipasswordi@ftp.example.net/somedir/somefile
Additionally, you can also use --http-user, --http-password
as well as --ftp-user, --ftp-password:
wget ftp://ftp.example.net/somefile --ftp-user=iusernamei --ftp-password=ipasswordi
If username or password contain non-alphanumeric characters, you need to
escape them when passing them in urls (rfc1738 %HH) syntax. For example, with
a username of user@domain and password of pass, your
url becomes http://user%40domain:pass@www.example.net/somefile.
When using escaped urls in batch files, remember that % itself is a special
character, and needs to be escaped itself (by using %% instead of %).
SSL certificates
Current versions of OpenSSL do not come with root certificates. This means
when trying to download over SSL, wget will give you errors such as
Unable to locally verify the issuer's authority.
ERROR: certificate common name `dnsname' doesn't match requested host name
`dnsname'.
Either you can use the suggested --no-check-certificate to
skip authentication - only use this if you only need encryption functionality,
and not authentication.
The alternative is to get a set of root certificates and pass it to wget with
--ca-certificate ifile.crti. The problem is then to get
a correct root certificate bundle first. The following link has a perl script
which will download root certificates from Mozilla and convert them to a
wget usable certificate bundle (you'll need Perl, typically
ActivePerl).
http://www.floodgap.com/software/ttytter/mk-ca-bundle.txt
Do not trust other people to give you a set of root certificates.
This means you should not trust this site (but it no longer offers certificates
anyway). Audit any sources you download root certificates from, audit the
tools you use to process certificates (including the mk-ca-bundle.pl script
linked above).
The official source for root certificates is your Windows install media and
Windows Update (remember to update the root certificates regularly), though
this set is not used by wget and many other Windows tools.
Furthermore, the Windows makefiles for wget refer to the certificate
bundles available at http://curl.haxx.se/docs/caextract.html (which
are extracted from Mozilla as well).
Default options (.ini file)
You can put either a wget.ini file in the same directory as
wget.exe, or use an environment variable called wgetrc to point to the file
if it is in another location (set wgetrc=\path\to\wget.ini).
Syntax
for wget.ini (or .wgetrc) can be found in the official documentation.
daily averages (estimated): 960 visits; 747 downloads; visitors coming from
Google: 55%
visitors: 1563190 (Feb 2003 - Jan 2010)
[back]
Bart Puype

数据更新时间

正在更新   

常用工具

桌面软件: MyIP网站信息状态条  WebShot网页快照  SiteMapMaker网站地图生成 
网站信息: Alexa排名查询  PageRank查询/真假PR鉴别/PR劫持检测  外链检查  搜索引擎收录  搜索引擎反向链接  域名注册查询 
网页编辑: 颜色代码选择器  Html特殊符号 
网站调试: 蜘蛛抓取模拟  网站Header信息  网页源代码查看 
代码转换: 火星文查询  繁体/简体转换  Html/js代码转换  Html/UBB代码转换 
友情连接: CodeForge免费源码 CodeForge.com PCFans IT资讯 Ngnix Lighttpd GPhone中国    更多... (PR<5自动转内页)
网站地图: 1 2 3 4 5 6 7 8 9 10 20 30 40 50 60 70 80 90 100 110 120 130 140 150 160 170 180 190 200 250 300 350 400 450 500
免责声明 | 联系我们 | 交换友情链接 | 广告位招商QQ: 717-726-77
© 2009 MyIP.cn Dev by MYIP Elapsed:87.447ms 黑ICP备09072263号