INDEX
- FTP Reply Code
- 1** : 事前応答
- 110 Restart marker reply
- 120 Service ready in nnn minutes.
- 125 Data connection already open; transfer starting.
- 150 File status okay; about to open data connection.
- 2** : 完了
- 200 Command okay.
- 202 Command not implemented, superfluous at this site.
- 211 System status, or system help reply.
- 212 Directory status.
- 213 File status.
- 214 Help message.
- 215 "NAME" system type.
- 220 Service ready for new user.
- 221 Service closing control connection.
- 225 Data connection open; no transfer in progress.
- 226 Closing data connection.
- 227 Entering Passive Mode.
- 230 User logged in, proceed.
- 250 Requested file action okay, completed.
- 257 "PATHNAME" created.
- 3** : 中間
- 331 User name okay, need password.
- 332 Need account for login.
- 350 Requested file action pending further information.
- 4** : 一時的エラー
- 421 Service not available, closing control connection.
- 425 Can't open data connection.
- 426 Connection closed; transfer aborted.
- 450 Requested file action not taken.
- 451 Requested action aborted. Local error in processing.
- 452 Requested action not taken.
- 5** : 永続的エラー
- 500 Syntax error, command unrecognized.
- 501 Syntax error in parameters or arguments.
- 502 Command not implemented.
- 503 Bad sequence of commands.
- 504 Command not implemented for that parameter.
- 530 Not logged in.
- 532 Need account for storing files.
- 550 Requested action not taken.
- 551 Requested action aborted. Page type unknown.
- 552 Requested file action aborted.
- 553 Requested action not taken.
FTP Reply Code
FTP のリプライコードは三桁の十進数で構成されており、これは桁毎に意味を持っています。左から一桁目はリクエストの成否を、二桁目はエラーの種類を、三桁目はその種類に応じたより詳細な情報を示します。
参考資料
- RFC-959
1** : 事前応答
要求された処理は開始された
110 Restart marker reply
リスタートマーカー応答
120 Service ready in nnn minutes.
サービスは nnn 分で準備できる
125 Data connection already open; transfer starting.
転送を開始する
150 File status okay; about to open data connection.
データ接続をオープンする
2** : 完了
要求された処理は正常に終了した
200 Command okay.
コマンドは成功した
202 Command not implemented, superfluous at this site.
コマンドは実装されていない
211 System status, or system help reply.
システム状態, ヘルプの応答
212 Directory status.
ディレクトリ状態
213 File status.
ファイル状態
214 Help message.
ヘルプメッセージ
215 "NAME" system type.
システムの名称
220 Service ready for new user.
新規ユーザーへの準備が完了した
221 Service closing control connection.
サービスはコントロール接続をクローズしている (ログアウト)
225 Data connection open; no transfer in progress.
転送は行われていない
226 Closing data connection.
データ接続をクローズしている (ファイル処理の成功)
227 Entering Passive Mode.
パッシブモードに入る
230 User logged in, proceed.
ログイン
250 Requested file action okay, completed.
要求されたファイル操作は問題なく終了した
257 "PATHNAME" created.
"PATHNAME" が生成された
3** : 中間
コマンドは受け付けられたが、要求を完了するには追加アクションが必要
331 User name okay, need password.
パスワードを入力
332 Need account for login.
ログインには課金情報が必要
350 Requested file action pending further information.
要求されたファイル操作は他の情報を待っている
4** : 一時的エラー
エラー状態は一時的であり、再実行出来る
421 Service not available, closing control connection.
コントロール接続をクローズする (シャットダウン)
425 Can't open data connection.
データ接続をオープンできない
426 Connection closed; transfer aborted.
転送は中断した
450 Requested file action not taken.
要求されたファイル操作は行われなかった
451 Requested action aborted. Local error in processing.
要求された操作は中断した (ローカルエラー)
452 Requested action not taken.
要求された操作は行われなかった (記憶容量不足)
5** : 永続的エラー
コマンドは受け付けられず、要求された処理は行われない
500 Syntax error, command unrecognized.
文法エラー, コマンドは認識出来なかった
501 Syntax error in parameters or arguments.
引数, パラメータに文法エラーがある
502 Command not implemented.
コマンドは実装されていない
503 Bad sequence of commands.
コマンドの順序が不正
504 Command not implemented for that parameter.
コマンドのパラメータが実装されていない
530 Not logged in.
ログインしていない
532 Need account for storing files.
ファイル蓄積には課金情報が必要
550 Requested action not taken.
ファイルが使用不能
551 Requested action aborted. Page type unknown.
ページタイプが不明
552 Requested file action aborted.
要求されたファイル操作は中断した (容量オーバー)
553 Requested action not taken.
要求された処理は行われなかった
最終更新時間:2008年11月14日 02時28分00秒 指摘や意見などあればSandBoxのBBSへ。