[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:42618] Re: cronでホームページにアクセス
- From: KIMURA Yasuhiro <yasu@xxxxxxxxxxx>
- Subject: [debian-users:42618] Re: cronでホームページにアクセス
- Date: Sun, 23 Jan 2005 14:35:21 +0900
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-antivirus: checked by AntiVir MailGate (version: 2.0.2-5; AVE: 6.29.0.8; VDF: 6.29.0.75; host: eastasia.home.utahime.org)
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-users@debian.or.jp
- X-spam-level: *
- X-spam-status: No, hits=1.3 required=10.0 tests=BASE64_ENC_TEXT,CARRIAGE_RETURNS,EIGHTBIT_BODY, HTML_FONT_COLOR_RED,IN_REP_TO,ISO2022JP_BODY,JAVASCRIPT, JAVASCRIPT_VERY_UNSAFE,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.44
- References: <20050123122839.0920.GUNSHOT@xxxxxxxxxxxxxx> <000401c50105$b8d4b860$0600a8c0@black> <20050123.134852.76035187.yasu@xxxxxxxxxxx>
- Message-id: <20050123.143442.103404105.yasu@xxxxxxxxxxx>
- X-mail-count: 42618
- X-mailer: Mew version 4.2rc1 on Emacs 21.3 / Mule 5.0 (SAKAKI)
From: KIMURA Yasuhiro <yasu@xxxxxxxxxxx>
Subject: [debian-users:42617] Re: cronでホームページにアクセス
Date: Sun, 23 Jan 2005 13:49:10 +0900
>> ありがとうございます。
>> libcurl2をインストールしてみました。
>>
>> curl http://www.google.com/
>>
>> だとダメなんですね。
>> curl2 libcurl2 等いろいろやってみたんですが、
>> libcurl2 で検索してみたんですが、使い方の説明とかどっかにないんですかねぇ・・・・
> マニュアルなら以下のところにあります。
> http://curl.haxx.se/docs/manpage.html
> というか
> % man curl
> で↑相当のものが表示されませんか?
試さずに言うのもなんなので、試してみました。sidですが、
angel:~# apt-get curl
を実行した後に↑の通りに実行したところ
yasu@angel[19]% curl http://www.google.com/
<HTML><HEAD><TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
The document has moved
<A HREF="http://www.google.co.jp/cxfer?c=PREF%3D:TM%3D1106457995:S%3DWu5E8S-_3zMPcFtN&prev=/">here</A>.
</BODY></HTML>
yasu@angel[20]%
のように、特に問題なく動いているようです。またこの場合-Lオプションを付
ければ、↓のようにリダイレクト先にまでアクセスしてくれます。
yasu@angel[24]% curl -L http://www.google.com/
<html><head><meta http-equiv="content-type" content="text/html; charset=Shift_JIS"><title>Google</title><style><!--
body,td,a,p,.h{font-family:;}
.h{font-size: 20px;}
.q{color:#0000cc;}
//-->
</style>
<script>
<!--
function sf(){document.f.q.focus();}
// -->
</script>
</head><body bgcolor=#ffffff text=#000000 link=#0000cc vlink=#551a8b alink=#ff0000 onLoad=sf()><center><img src="/intl/ja_jp/images/logo.gif" width=276 height=110 alt="Google"><br><br>
<form action=/search name=f><table border=0 cellspacing=0 cellpadding=4><tr><td nowrap><font size=-1><b>EFu</b> <a id=1a class=q href="/imghp?hl=ja&tab=wi&ie=UTF-8">C[W</a> <a id=2a class=q href="/nwshp?hl=ja&tab=wn&ie=UTF-8">j[X<span style="text-decoration:none;"><font color=#ff0000 size="-2"> New!</font></span></a> <a id=3a class=q href="/grphp?hl=ja&tab=wg&ie=UTF-8">O[v</a> <a id=4a class=q href="/dirhp?hl=ja&tab=wd&ie=UTF-8">fBNg</a> </font></td></tr></table><table cellspacing=0 cellpadding=0><tr><td width=25%> </td><td align=center><input type=hidden name=hl value=ja><input type=hidden name=ie value="Shift_JIS"><input maxLength=256 size=55 name=q value=""><br><input type=submit value="Google " name=btnG><input type=submit value="I'm Feeling Lucky" name=btnI></td><td valign=top nowrap width=25%><font size=-1> <a href=/advanced_search?hl=ja>IvV</a><br> <a href=/preferences?hl=ja>\ヲ</a><br> <a href=/language_tools?hl=ja>c[</a></font></td></tr><tr><td colspan=3 align=center><font size=-1><input id=all type=radio name=lr value="" checked><label for=all>EFuS</label><input id=il type=radio name=lr value=lang_ja><label for=il>{y[W</label></font></td></tr></table></form><br><br><font size=-1><a href=/ads/>Lf</a> - <a href=/jobs/>l芛/a> - <a href=/services/>rWlX \[V</a> - <a href=/intl/ja/about.html>Google </a> - <a href=http://www.google.com/ncr>Google.com in English</a></font><p><font size=-1>©2005 Googlyasu@angel[25]%
---
木村 康浩
Mail: yasu@xxxxxxxxxxx
WWW: http://www.utahime.org/