网站公告列表

业界咨讯 安全新闻 软件咨讯 Q Q 技巧 病毒公告 VISTA
网络安全 WIN XP WIN2003 服 务 器 系统综合 Linux系统
手机咨讯 硬件咨讯 数码咨讯 设计技巧 网络组建 软件应用
专家评测 网站建设 数 据 库 下载中心 整站原码 养眼享受
您现在的位置: ChinaBeta.cn 中文IT资讯 >> 软件下载 >> 趣味|另类 >> 趣味工具 >> 软件信息
下 载 排 行
普通软件 极品列车时刻表 (19446)
普通软件 Adobe Flash Pl (2325)
普通软件 UltraISO Premi (239)
普通软件 Damn Small Lin (194)
普通软件 TUGZip v3.5.0. (167)
推荐软件 [BT下载]Window (99)
普通软件 ZoneAlarm 7.0. (88)
普通软件 Floola v2.9 -  (86)
推荐软件 Winamp Pro 5.5 (73)
推荐软件 Online Armor P (72)
推荐软件 Windows 2008 S (69)
普通软件 UltraEdit-32 1 (63)
普通软件 XnView 1.93.2 (57)
普通软件 迅雷 v5.7.12.4 (54)
普通软件 Symantec Endpo (50)
普通软件 7-Zip 4.58 Alp (50)
推荐软件 Mozilla FireFo (48)
推荐软件 McAfee VirusSc (45)
热 门 软 件
推荐软件 Windows 2008 Se最新软件
普通软件 迅雷 v5.7.12.49
推荐软件 [BT下载]Windows
普通软件 Symantec Endpoi
普通软件 UltraISO Premiu
普通软件 UltraEdit-32 14
普通软件 Adobe Flash Pla
普通软件 7-Zip 4.58 Alph
普通软件 TUGZip v3.5.0.0
推荐软件 Winamp Pro 5.53
推 荐 软 件

推荐软件 ESET Smart Secu最新软件
推荐软件 微软官方发布雅黑最新软件
推荐软件 System Repair E最新软件
推荐软件 VeryCD 电驴(eas最新软件
推荐软件 Windows 2008 Se最新软件
推荐软件 360安全卫士v4.1最新软件
推荐软件 恶意软件清理助手最新软件
推荐软件 畅游巡警 V1.0 B最新软件
推荐软件 Norton 360 v2.0最新软件
推荐软件 UltraEdit-32 v1最新软件

PuTTY 0.59 Beta
运行环境: Win9x/NT/2000/XP/2003 文件大小: 0 K
软件等级: ★★★ 软件类别: 国外软件
开 发 商: 未知 软件语言: 多国语言
相关链接: 软件演示地址  软件注册地址 软件属性:       
下载次数: 本日:   本周:
     本月:   总计:
授权方式: 免费版
解压密码:
软件添加: 审核:hahack 录入:hahack 添加时间: 2007-1-25
::软件简介:: 更多详情,参与讨论,请进入『AK网盟』论坛: http://ChinaBeta.Cn/bbs
PuTTY 是一套免费的 SSH / Telnet 程序,它可以连接上支持 SSH Telnet 联机的站台,并且可自动取得对方的系统指纹码 (Fingerprint).建立联机以后,所有的通讯内容都是以加密的方式传输,因此你再也不用害怕使用 Telnet 在 Internet 或公司的内部网络传输资料时被他人获知内容了!

These features are new in beta 0.59 (released 2007-01-24):

  • PuTTY can now connect to local serial ports as well as making network connections.
  • Windows PuTTY now supports "local proxying", where a network connection is replaced by a local command. (Unix PuTTY has supported this since it was first released in 0.54.) Also, Plink has gained a "-nc" mode where the primary channel is replaced by an SSH tunnel, which makes it particularly useful as the local command to run.
  • Improved speed of SSH on Windows (particularly SSH-2 key exchange and public-key authentication).
  • Improved SFTP throughput.
  • Various cryptographic improvements in SSH-2, including SDCTR cipher modes, a workaround for a weakness in CBC cipher modes, and Diffie-Hellman group exchange with SHA-256.
  • Support for the Arcfour cipher in SSH-2.
  • Support for sending terminal modes in SSH.
  • When Pageant is running and an SSH key is specified in the configuration, PuTTY will now only try Pageant authentication with that key. This gets round a problem where some servers would only allow a limited number of keys to be offered before disconnecting.
  • Support for SSH-2 password expiry mechanisms, and various other improvements and bugfixes in authentication.
  • A change to the SSH-2 password camouflage mechanism in 0.58 upset some Cisco servers, so we have reverted to the old method.
  • The Windows version now comes with documentation in HTML Help format. (Windows Vista does not support the older WinHelp format. However, we still provide documentation in that format, since Win95 does not support HTML Help.)
  • On Windows, when pasting as RTF, attributes of the selection such as colours and formatting are also pasted.
  • Ability to configure font quality on Windows (including antialiasing and ClearType).
  • The terminal is now restored to a sensible state when reusing a window to restart a session.
  • We now support an escape sequence invented by xterm which lets the server clear the scrollback (CSI 3 J). This is useful for applications such as terminal locking programs.
  • Improvements to the Unix port:
    • now compiles cleanly with GCC 4
    • now has a configure script, and should be portable to more platforms
  • Bug fix: 0.58 utterly failed to run on some installations of Windows XP.
  • Bug fix: PSCP and PSFTP now support large files (greater than 4 gigabytes), provided the underlying operating system does too.
  • Bug fix: PSFTP (and PSCP) sometimes ran slowly and consumed lots of CPU when started directly from Windows Explorer.
  • Bug fix: font linking (the automatic use of other fonts on the system to provide Unicode characters not present in the selected one) should now work again on Windows, after being broken in 0.58. (However, it unfortunately still won't work for Arabic and other right-to-left text.)
  • Bug fix: if the remote server saturated PuTTY with data, PuTTY could become unresponsive.
  • Bug fix: certain large clipboard operations could cause PuTTY to crash.
  • Bug fix: SSH-1 connections tended to crash, particularly when using port forwarding.
  • Bug fix: SSH Tectia Server would reject SSH-2 tunnels from PuTTY due to a malformed request.
  • Bug fix: SSH-2 login banner messages were being dropped silently under some circumstances.
  • Bug fix: the cursor could end up in the wrong place when a server-side application used the alternate screen.
  • Bug fix: on Windows, PuTTY now tries harder to find a suitable place to store its random seed file PUTTY.RND (previously it was tending to end up in C: or C:WINDOWS).
  • Bug fix: IPv6 should now work on Windows Vista.
  • Numerous other bugfixes, as usual.


::下载地址:: 一切资源均是免费,为了更好的为大家服务,支持本站!

下载地址1   
::相关软件::
没有相关软件
::下载说明::(如果有暂时不能下载的,可能为下载高峰,请开单线程梢后在下载。谢谢!)

* 为了达到最快的下载速度,推荐使用 网际快车.讯雷下载 软件,站统一解压密码: www.akhack.org www.chinabeta.cn
* 如果您发现该软件不能下载,请通知管理员或点击【此处报错】,谢谢!
* 未经本站明确许可,任何网站不得非法盗链及抄袭本站资源;如引用页面,请注明来自本站,谢谢您的支持! 为确保所下软件能正常使用,请使用 WinRAR v3.5 或以上版本解压本站软件,ISO、BIN等格式为光盘镜像请安装 Daemon Tools 后使用,下载后请自行查毒.
请勿在本站下载任何内容用于商业目的,并且在您下载完成那一刻起,24小时内删除你在本站下载的软件或者其它内容!您保证做到本页中要求的全部内容,下载本站或者任何资源就表示您全部同意这个协议,并且免除本站的一切责任,否则请勿下载任何资源

网友评论:(评论内容只代表网友观点,与本站立场无关!) 发表评论

关于我们  中国·国家信息产业部{粤ICP备06006652号}{陇ICP备06002562号}
版权所有:『AK网盟基地』站长:Hahack | QQ:80505955 | E-mail:Hahack@Gmail.com
Copyright (C) 2005-2007  akhack.org|chinabeta.cn All Rights Reserved