資源簡介
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\sc
?????文件????????894??2015-07-21?14:15??Xshell+Xftp\sc
?????文件????????934??2014-10-21?11:43??Xshell+Xftp\sc
?????文件???????1021??2014-10-21?11:40??Xshell+Xftp\sc
?????文件????????959??2015-07-21?14:15??Xshell+Xftp\sc
?????文件????????948??2014-10-21?11:39??Xshell+Xftp\sc
?????文件???????1213??2014-03-27?13:43??Xshell+Xftp\Theme\NsTheme.ini
............此處省略18個文件信息
評論
共有 條評論