1 # Copyright 2007 the original author or authors. 2 # 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 6 # 7 # http://www.apache.org/licenses/LICENSE-2.0 8 # 9 # Unless required by applicable law or agreed to in writing, software 10 # distributed under the License is distributed on an "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 14 # 15 # Mapping of reply code -> reply text 16 110=Restart marker reply. 17 120=Service ready in nnn minutes. 18 125=Data connection already open; transfer starting. 19 150=File status okay; about to open data connection. 20 200=Command okay. 21 202=Command not implemented, superfluous at this site. 22 211={0}. 23 212={0}. 24 213={0}. 25 214={0}. 26 215={0} system type. 27 220=Service ready for new user. 28 221=Service closing control connection. 29 225=Data connection open; no transfer in progress. 30 226=Closing data connection. Requested file action successful. 31 226.WithFilename=Closing data connection. Requested file action successful. Filename={0}. 32 227=Entering Passive Mode {0}. 33 230=User logged in, proceed. 34 250=Requested file action okay, completed. 35 257={0} created. 36 331=User name okay, need password. 37 332=Need account for login. 38 350=Requested file action pending further information. 39 421=Service not available, closing control connection. 40 # This may be a reply to any command if the service knows it must shut down. 41 425=Can't open data connection. 42 426=Connection closed; transfer aborted. 43 450=Requested file action not taken. 44 # File unavailable (e.g., file busy). 45 451=Requested action aborted: local error in processing. 46 452=Requested action not taken. 47 # Insufficient storage space in system. 48 500=Syntax error, command unrecognized. 49 # This may include errors such as command line too long. 50 501=Syntax error in parameters or arguments. 51 502=Command not implemented. 52 503=Bad sequence of commands. 53 504=Command not implemented for that parameter. 54 530=Not logged in. 55 532=Need account for storing files. 56 550=Requested action not taken. 57 # File unavailable (e.g., file not found, no access). 58 551=Requested action aborted: page type unknown. 59 552=Requested file action aborted. 60 # Exceeded storage allocation (for current directory or dataset). 61 553=Requested action not taken. 62 # File name not allowed. 63