SuperPutty 1.3 special version


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.

 zmodem

 

 macro

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 }

 

download(下载)

 

File

MD5

SuperPutty.exe

37f29e4e9d601f16845d38a514e5b8e1

WeifenLuo.WinFormsUI.Docking.dll

67cef1fffd831877ac27798e7ff6ed5a

log4net.dll

edeea31121109fc1cfa72bd5dc905ff3

Readme

f043e26dd835ed49914c8321e396055f


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM