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