SuperPutty 1.3 special version
2012-08-01 14:08 Sun Yongyue 阅读(5505) 评论(0) 编辑 收藏 举报Introduction
=============
SuperPutty (code.google.com/p/superputty) is a Windows GUI Application that allows the PuTTY SSH Client to be opened in Tabs. Additionally there is support for SCP to transfer files.
SuperPutty is written in C# and runs on any Windows platform supporting the .NET Framework 2.0 or newer.
Special Version
===============
I like this program and add some features base on r234 of verion 1.3
This special version could be download from here http://cnblogs.com/sunyongyue .Plz report bugs on the website. Source code would be release later.
Special Features
================
1) ZModem support (for leputty)
2) JScript macro support
3) Others (drag-drop for folder, bla bla ...)
Macro Sample
================
1 import System; 2 import SuperPutty; 3 4 package SuperPutty { 5 public class JS { 6 function run(s, hd) 7 { 8 JSMacroUtils.Sleep(1000); 9 JSMacroUtils.SendCmd(hd, "clear"); 10 JSMacroUtils.SendCmd(hd, "ls"); 11 return 0; 12 } 13 } 14 }
File |
MD5 |
SuperPutty.exe |
37f29e4e9d601f16845d38a514e5b8e1 |
WeifenLuo.WinFormsUI.Docking.dll |
67cef1fffd831877ac27798e7ff6ed5a |
log4net.dll |
edeea31121109fc1cfa72bd5dc905ff3 |
Readme |
f043e26dd835ed49914c8321e396055f |