摘要: 1. wget –debug wget可以使用debug信息来查看信息头,如下: [root@localhost ~]# wget --debug http://192.168.1.101:8080/UFE/service/test DEBUG output created by Wget 1.12 on linux-gnu. --2015-03-31 19:01:03-- http... 阅读全文
posted @ 2015-03-31 20:29 dorothychai 阅读(16337) 评论(0) 推荐(0) 编辑
摘要: #!/usr/local/bin/expect -f set timeout -1 set UFEIpAddr “” set User “” set UFEPwd "" set UFEDBPwd "" set SMNIpAddr "" set SMNPwd "" set SMNDBPwd "" spawn ssh $User@$UFEIpAddr expect { ... 阅读全文
posted @ 2015-03-31 19:06 dorothychai 阅读(207) 评论(0) 推荐(0) 编辑