->back to toppage

課題内容 --telnet--

telnetコマンドを使って任意のWWWサーバにアクセスし,任意のURLのページデータ (htmlソースプログラム)を画面を表示せよ。(報告書にはそのURLとページデータの先頭の20行程度を添付せよ)


実行結果

今回は自分のページにアクセスしてみた.
	[Kazuya-OSHIRO:~] j04013% telnet www.ie.u-ryukyu.ac.jp 80
	Trying 2001:2f8:1c:d048::850d:3006...
	telnet: connect to address 2001:2f8:1c:d048::850d:3006: Host is down
	Trying 133.13.48.6...
	Connected to news.ie.u-ryukyu.ac.jp.
	Escape character is '^]'.
	GET /~j04013/ura.html HTTP/1.0

	HTTP/1.1 200 OK
	Date: Thu, 26 Jan 2006 09:26:05 GMT
	Server: Apache/1.3.33 (Unix)  (Vine/Linux) mod_ssl/2.8.22 OpenSSL/0.9.7d PHP/5.0.6-dev
	Last-Modified: Fri, 04 Nov 2005 06:09:29 GMT
	ETag: "23688b9-451-436afb19"
	Accept-Ranges: bytes
	Content-Length: 1105
	Connection: close
	Content-Type: text/html

	<html>
	<head>
	<META http-equiv="Content-Type" content="text/html;
	charset=ISO-2022-JP">  
	<title>9</title>
	</head>
	<body bgcolor="#999966" text="#000000" link="#333300" alink="#ffff99"
	vlink="#663300">
	<center><img src="./images/Xepher2.gif"></center>
	<hr color="#333300">
	<center><font color="#800000">注意:動作確認はi-modeのみで行っておりますのでご了承ください。</font></center><br>
	<marquee direction="left">配信中!!</marquee><br><br> 
	<div align="center">様々なブツ</div>
	<center>s
	1:<a href="./files/VFTmacXX0140IF.swf" accesskey="1">tokei
	</a><br>
	2:<a href="./files/OblivioN.3gp"
	accesskey="2">
	OblivioN.3gp
	</a><br><br>
	
	・・・(以下略)
	

->go to toppage
-> next problem