上一篇:DNS MX记录一定要放在A记录之前 >>
一个自动ftp的脚本
#!/usr/bin/expect
spawn ftp ftp.internic.net
expect "Name"
send "anonymous\r"
expect "Password:"
send "nothing\r"
expect "ftp>"
send "cd domain\r"
expect " ftp>"
send "get named.root\r"
expect " ftp>"
send "quit\r"
#脚本的目的是登陆ftp.internic.net网站取得named.root文件然后退出#登录.
spawn ftp ftp.internic.net
expect "Name"
send "anonymous\r"
expect "Password:"
send "nothing\r"
expect "ftp>"
send "cd domain\r"
expect " ftp>"
send "get named.root\r"
expect " ftp>"
send "quit\r"
#脚本的目的是登陆ftp.internic.net网站取得named.root文件然后退出#登录.
下一篇:dns全攻略 >>
相关文章:
- · 用Windows Server 2003搭建安全文件服务器(1)
- · Win2003上网配置DNS的技巧
- · Windows 2000中任务时间表的帐号问题
- · WIN2000服务器安全配置(四)
- · WIN2000服务器安全配置(三)
- · WIN2000服务器安全配置(二)
- · WIN2000服务器安全配置(一)
- · 在Windows XP家庭版安装IIS
- · 个人服务器架设全攻略(17)
- · 个人服务器架设全攻略(15)
- · 个人服务器架设全攻略(14)
- · 个人服务器架设全攻略(81)
- · 个人服务器架设全攻略(10)
- · 个人服务器架设全攻略(04)
- · 个人服务器架设全攻略(69)
- · 个人服务器架设全攻略(26)
- · 个人服务器架设全攻略(02)
- · 个人服务器架设全攻略(16)
- · 个人服务器架设全攻略(09)
- · 个人服务器架设全攻略(59)
- · 个人服务器架设全攻略(03)
- · 个人服务器架设全攻略(89)
- · 个人服务器架设全攻略(42)
- · 个人服务器架设全攻略(06)
- · 个人服务器架设全攻略(91)
- · 个人服务器架设全攻略(80)
- · 个人服务器架设全攻略(05)
- · 个人服务器架设全攻略(13)
- · 个人服务器架设全攻略(01)
- · 个人服务器架设全攻略(12)
- · 个人服务器架设全攻略(07)
- · 个人服务器架设全攻略(08)
- · 个人服务器架设全攻略(90)
- · 政府Web网站的创建与管理(下)(2)
- · Win 2K动态DNS的安全考虑(1)
- · Apache服务器的安装教程(1)
- · 基于Jave的Web服务工作机制(3)
- · 解析Web接口描述语言WSDL(5)
