由于某些原因,当我将ssh放入Linux服务器时,SecureCRT显示了错误的字符/编码。
例如,以下是人的路线
Gateway
The gateway address or ’*’ if none set.
使用不同的终端软件(ZOC终端)
Gateway
The gateway address or ’*’ if none set.
ZOC终端chraacter集是ANSI/Windows/拉丁语I,我为SecureCRT尝试过,但没有产生任何不同。
知道吗?
我使用securecrt或xshell。
1. use securecrt or xshell login server.
2. rz -bye # upload file succ
3. gohost 127.0.0.1 # login one server or other server
4. rz -bye # upload fail
我的gohost代码:
#!/usr/bin/expect
set ip [lindex $argv 0]
set password "mypasswd"
set timeout 10
spawn ssh $i