• 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

  • 相关阅读:
    noi放苹果
    二分 网线主管
    hdu 1421 dp
    hdu 1087 最大上升子序列的和(dp或线段树)
    快速排序+查找
    zoj 1425 最大交叉匹配
    hdu 3501 容斥原理或欧拉函数
    hdu 4671 异面直线的距离
    hdu 3320 计算几何(三维图形几何变换)
    hdu 2857 点在直线上的投影+直线的交点
  • 原文地址:https://www.cnblogs.com/sunyongyue/p/superputty_special_version.html
Copyright © 2020-2023  润新知