资源简介

Xshell 是一个极好用的免费 SSH 客户端,可以作为 Telnet、Rlogin、SSH、SFTP、Serial 等协议的安全终端模拟软件,让你轻松管理远程主机。使用了 Xftp 以后,MS windows 用户能安全地在 UNIX/Linux 和 Windows PC 之间传输文件。Xftp 能同时适应初级用户和高级用户的需要。它采用了标准的 Windows 风格的向导,它简单的界面能与其他 Windows 应用程序紧密地协同工作,此外它还为高级用户提供了众多强劲的功能特性。

资源截图

代码片段和文件信息

def Main():
xsh.Session.Open(“C:\\...\\NetSarang\\Xshell\\Sessions\\New Session.xsh“)
xsh.Screen.Synchronous = True #True or False
xsh.Session.Sleep(1000)

#*** WaitForString ***
xsh.Screen.WaitForString(“aaa“) # input “aaa“ in Terminal

#*** Send ***
xsh.Screen.Send(“cat /etc/passwd“)
xsh.Screen.Send(‘\r‘)
xsh.Session.Sleep(1000)

#*** Get Clear ***
ScreenRow = xsh.Screen.CurrentRow - 1
ReadLine = xsh.Screen.Get(ScreenRow 1 ScreenRow 40)
Items = ReadLine.split(‘:‘);
xsh.Dialog.MsgBox(Items[2])
xsh.Screen.Clear()

#*** Property ***
xsh.Screen.Synchronous = False
MsgProp = “Col:“ + str(xsh.Screen.CurrentColumn) + “ “
MsgProp = MsgProp + “Row:“ + str(xsh.Screen.CurrentRow) + “ “
MsgProp = MsgProp + “TermCol:“ + str(xsh.Screen.Columns) + “ “
MsgProp = MsgProp + “TermRow:“ + str(xsh.Screen.Rows) 
xsh.Dialog.MsgBox(MsgProp)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        823  2016-08-13 22:21  Xshell+Xftp\!卸载.bat

     文件       3391  2016-06-21 18:00  Xshell+Xftp\!绿化.bat

     文件     165656  2016-07-28 13:27  Xshell+Xftp\CrashRpt.dll

     文件       8214  2014-05-22 16:41  Xshell+Xftp\crashrpt_lang.ini

     文件     983832  2016-07-28 13:27  Xshell+Xftp\CrashSender.exe

     文件        306  2006-08-09 16:11  Xshell+Xftp\example.tkm

     文件       9484  2003-07-16 15:34  Xshell+Xftp\filexfer.dat

     文件     295936  2016-07-28 13:24  Xshell+Xftp\Languages\XagentCHS.dll

     文件    1229824  2016-07-28 13:25  Xshell+Xftp\Languages\XftpCHS.dll

     文件     393728  2016-07-28 13:26  Xshell+Xftp\Languages\XshellCHS.dll

     文件     763392  2016-07-28 13:26  Xshell+Xftp\Languages\XshellCoreCHS.dll

     文件     257024  2016-07-28 13:26  Xshell+Xftp\Languages\XtransportCHS.dll

     文件     136408  2016-03-25 17:39  Xshell+Xftp\NsCopyHook2.dll

     文件     674072  2016-07-28 13:27  Xshell+Xftp\nslicense.dll

     文件      58928  2013-08-08 10:21  Xshell+Xftp\NsNotifier.exe

     文件     163608  2016-07-28 13:27  Xshell+Xftp\nsprofile2.dll

     文件      44824  2016-07-28 13:27  Xshell+Xftp\nsregister.exe

     文件     843032  2016-07-28 13:27  Xshell+Xftp\nsresource.dll

     文件      59160  2016-07-28 13:27  Xshell+Xftp\nssftp.dll

     文件     114456  2016-07-28 13:27  Xshell+Xftp\nssock2.dll

     文件    1359640  2016-07-28 13:27  Xshell+Xftp\nsssh3.dll

     文件     258328  2016-07-28 13:27  Xshell+Xftp\nsutil2.dll

     文件     101656  2016-07-28 13:27  Xshell+Xftp\nsverchk.exe

     文件        950  2014-10-21 11:43  Xshell+Xftp\scriptSample\Screen\xshell_screen.js

     文件        894  2015-07-21 14:15  Xshell+Xftp\scriptSample\Screen\xshell_screen.py

     文件        934  2014-10-21 11:43  Xshell+Xftp\scriptSample\Screen\xshell_screen.vbs

     文件       1021  2014-10-21 11:40  Xshell+Xftp\scriptSample\Session\xshell_session.js

     文件        959  2015-07-21 14:15  Xshell+Xftp\scriptSample\Session\xshell_session.py

     文件        948  2014-10-21 11:39  Xshell+Xftp\scriptSample\Session\xshell_session.vbs

     文件       1213  2014-03-27 13:43  Xshell+Xftp\Theme\NsTheme.ini

............此处省略18个文件信息

评论

共有 条评论