FTP応答コードは、3桁の数字で構成され、その意味の大まかな内容によって5つの種類に分けられます。
| 応答コード | RFC原文/日本語訳 |
| 421 | (Service not available, closing control connection.)This may be a reply to any command if the service knows itmust shut down. |
| サービスが提供されていません。接続を閉じます。~サービス側はサーバーのシャットダウンによりコマンドに応答する場合があります。 | |
| 425 | Can't open data connection. |
| 接続を開始できません。 | |
| 426 | Connection closed; transfer aborted. |
| 接続を閉じ、送信を中断しました。 | |
| 450 | Requested file action not taken.File unavailable (e.g., file busy). |
| 要求されたファイル処理は行われませんでした。ファイルが使用できません。(例:ファイルビジー) | |
| 451 | Requested action aborted: local error in processing. |
| 要求された処理が中断しました。処理の最中にローカルエラーが発生しました。 要求された処理が中断しました。処理中に内部でエラーが発生しました。 | |
| 452 | Requested action not taken.Insufficient storage space in system. |
| 要求された処理が実行されませんでした。サーバーに十分なメモリー容量がありません。 | |
| 500 | Syntax error, command unrecognized.This may include errors such as command line too long. |
| 構文エラー、コマンドが認識出来なかったなど。これには、コマンド行が長すぎる等も含まれます。 | |
| 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.File unavailable (e.g., file not found, no access). |
| 要求された処理は実行されませんでした。ファイルが無効(例:ファイルが存在しない、アクセスできないなど) | |
| 551 | Requested action aborted. Page type unknown. |
| 要求された処理は中断しました。ページタイプが不明など。 | |
| 552 | "Requested file action aborted.Exceeded storage allocation (for current directory or dataset)." |
| 要求されたファイル処理は中断されました。(現在のディレクトリや、データセットに対し確保されたメモリー容量を超えました。 | |
| 553 | Requested action not taken.File name not allowed. |
| 要求された処理は行われませんでした。ファイル名が不正です。 |