secureCRT的顯示linux顏色

 設置Options->SessionOptions ->Emulation,然後把Terminal類型改成xterm,並點中ANSIColor複選框。

字體設置:Options->SessionOptions->Appearance->font然後改成你想要的字體就可以了。

注意:

1:字符集選擇utf8,這樣可以避免顯示漢字亂碼

2:選擇字體的時候,需要選擇turetype的字體(如新宋體),不然會出現漢字亂碼

3:scrollback buffer 調大(5000),這樣你就可以看到以前顯示內容,這樣方便很多

4:terminal要選擇xtem,這樣你ssh到服務器上才能 顯示顏色 ,並把ANSI Color打上勾

5:我選擇的顏色方案Windows或Traditional。

用SecureCRT (Linux)來上傳和下載數據

設置一下上傳和下載的默認目錄就行

options–>session options–>filetransfer 下可以設置上傳和下載的目錄

剩下的你只要在用SecureCRT 登陸linux終端的時候:

發送文件到windows客戶端:sz file1 file2

zmodem接收可以自行啓動

從客戶端上傳文件到linux服務端:

只要服務端執行 : rz(rz -y)

然後在 SecureCRT 裏選文件發送,協議 zmodem

簡單吧,如果你以前一直使用ssh,而又沒有對外開放ftp服務,你就直接使用這種方式來傳輸你的文件

SecureCRT 的幫助中copy的:

ZModem is a full-duplex file transferprotocol that supports fast data transfer rates and effective error detection.ZModem is very user friendly, allowing either the sending or receiving party toinitiate a file transfer. ZModem supports multiple file ("batch")transfers, and allows the use of wildcards when specifying filenames. ZModemalso supports resuming most prior ZModem file transfer attempts.

rz,sz是便是Linux/Unix同Windows進行ZModem文件傳輸的命令行工具

PS:Linux上rz/sz這兩個小工具安裝lrzsz-x.x.xx.rpm即可,Unix可用源碼自行 編譯,Solaris spac的可以到sunfreeware下載執行碼

發佈了62 篇原創文章 · 獲贊 6 · 訪問量 16萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章