calen.html --------------- フレーム本体 calen.cgi ---------------- カレンダープログラム regist.cgi --------------- 書込み用プログラム init.cgi ----------------- 設定ファイル admin.cgi ---------------- 管理用プログラム check.cgi ---------------- 動作チェック用プログラム lib/CGI/Minimal.pm ------- データ受理モジュール [配布元] lib/Jcode.pm ------------- 文字変換モジュール [配布元] lib/holiday.pl ----------- 祝日プログラム log/new.dat -------------- 新着データファイル tmpl/*.html -------------- テンプレートファイル img/*.gif ---------------- アイコン画像(お天気系)[配布元] img/*.gif ---------------- アイコン画像(パンダ他)[配布元]
public_html / index.html (トップページ等)
|
+-- calen / calen.html ....... 最初にアクセスするところ
| calen.cgi [705]
| admin.cgi [705]
| regist.cgi [705]
| check.cgi [705]
| init.cgi [604]
|
+-- lib / Jcode.pm
| | holiday.pl
| |
| +-- Jcode / *.*
| +-- CGI / *.*
|
+-- log [707] /
|
+-- upl [707] /
|
+-- img / *.gif
|
+-- tmpl / *.html
| ファイル名 | パーミッション | 転送モード | |
|---|---|---|---|
| 一般サーバ |
suEXECサーバ CGIWrapサーバ |
||
|
calen.cgi admin.cgi regist.cgi check.cgi |
755 or 705 | 701 or 700 | アスキー |
| init.cgi | 644 or 604 | 600 | アスキー |
|
logディレクトリ uplディレクトリ |
777 or 707 | 701 or 700 | - |
| lib/*.pm lib/*.pl tmpl/*.html |
- | - | アスキー |
| img/*.gif | - | - | バイナリ |
Tips:ファイル転送の仕方は以下のページを参考にしてください。
|
|
|