您的位置: 网站首页 > 千军万马 > Linux操作系统 > 附录 > 【附录3 FTP代码解释】

附录3 FTP代码解释

 

 

 

 

附录C

 

 


FTP代码解释

在进行FTP文件传输的过程中服务器所反馈的代码解释如下:

1120 Service ready in nnn minutes.

服务在nnn时间内可用。

2125 Data connection already opentransfer starting.

数据连接已经打开,开始传送数据。

3150 File status okayabout to open data connection.

文件状态正确,正在打开数据连接。

4200 Command okay.

命令执行正常结束。

5202 Command not implemented, superfluous at this site.

命令未被执行,此站点不支持此命令。

6211 System status or system help reply.

系统状态或系统帮助信息回应。

7212 Directory status.

目录状态信息。

8213 File status.

文件状态信息。

9214 Help message.On how to use the server or the meaning of a particular non-standard command. This reply is useful only to the human user.

帮助信息。关于如何使用本服务器或特殊的非标准命令。此回复只对人有用。

10215 NAME system type. Where NAME is an official system name from the list in the Assigned Numbers document.

NAME系统类型。其中NAMEAssigned Number文档中所列的正式系统名称。

11220 Service ready for new user.

新连接的用户的服务已就绪。

12221 Service closing control connection.

控制连接关闭。

13225 Data connection open; no transfer in progress.

数据连接已打开,没有进行中的数据传送。

14226 Closing data connection. Requested file action successful (for example, file transfer or file abort).

正在关闭数据连接。请求文件操作成功结束(例如,文件传送或终止)。

15227 Entering Passive Mode (h1,h2,h3,h4,p1,p2).

进入被动模式。

16230 User logged in, proceed. Logged out if appropriate.

用户已登录,如果不需要可以登出。

17250 Requested file action okay, completed.

被请求文件操作成功完成。

18257 "PATHNAME" created.

路径已建立。

19331 User name okay, need password.

用户名存在,需要输入密码。

20332 Need account for login.

需要登录的账户。

21350 Requested file action pending further information

请求的文件操作正在等待进一步的信息。

22421 Service not available, closing control connection.This may be a reply to any command if the service knows it must shut down.

服务不可用,控制连接关闭。这可能是对任何命令的回应,如果服务认为它必须关闭。

23425 Can't open data connection.

打开数据连接失败。

24426 Connection closed; transfer aborted.

连接关闭,传送中止。

25450 Requested file action not taken.

对被请求文件的操作未被执行。

26451 Requested action aborted. Local error in processing.

请求的操作中止。处理中发生本地错误。

27452 Requested action not taken. Insufficient storage space in system.File unavailable (e.g., file busy).

请求的操作没有被执行。系统存储空间不足。文件不可用。

28500 Syntax error, command unrecognized. This may include errors such as command line too long.

语法错误,不可识别的命令。这可能是命令行过长。

29501 Syntax error in parameters or arguments.

参数错误导致的语法错误。

30502 Command not implemented.

命令未被执行。

31503 Bad sequence of commands.

命令的次序错误。

32504 Command not implemented for that parameter.

由于参数错误,命令未被执行。

33530 Not logged in.

没有登录。