* AccessDenyMsg [#pb15ece3]
* AllowOverwrite [#j8b7b830]
~
** 名前 [#t7151539]
AccessDenyMsg -- 認証を失敗した場合のレスポンスをカスタマイズする
** 名前 [#w4cf5cc3]
AllowOverwrite -- ファイルの上書きを許可
~
** 概要 [#j22675eb]
''AccessDenyMsg'' [ "message" ]~
''AllowOverwrite'' [ on|off]~
~
デフォルト~
    ログインタイプに依存~
    AllowOverwrite off~
コンテキスト~
    server config, <VirtualHost>,<Anonymous>,<Global>~
    server config, <VirtualHost>, <Anonymous>, <Directory>, <Global>, .ftpaccess~
モジュール~
    mod_auth~
    mod_xfer~
互換性~
    1.2.2 以降~
    0.99.0 以降~
~
** 説明 [#o746b5ce]
通常,認証が失敗したすぐ後に 530 応答メッセージが FTP クライアントに送信され,標準の拒否のメッセージを表示します.通常,パスワードが間違っている場合は "Login incorrect" を表示します.このメッセージを AccessDenyMsg ディレクティブによってカスタマイズする事が出来ます.メッセージ引数の中でマジッククッキー "%u" を使うことによってログインの際にクライアントから指定されたユーザ名と置換されます.~
AllowOverwrite ディレクティブは,転送されたファイルが既存のファイルを上書きする事を許可します.デフォルトでは,FTP クライアントは既存のファイルを上書きする事が出来ません.~
~
** 参照 [#y1f3035f]
~
** 例 [#ia44ac75]
AccessDenyMsg "Guest access denied for %u"~
~
** オリジナルドキュメント [#k4b69b31]
http://www.proftpd.org/docs/directives/linked/config_ref_AccessDenyMsg.html~
http://www.proftpd.org/docs/directives/linked/config_ref_AllowOverwrite.html~
~
----
Hiroyuki Seino  http://www.seichan.org/ http://www.seichan.org/blog/~
Today:&counter(today); Yesterday:&counter(yesterday); All:&counter;