FTP错误列表 出处:http://bbs.enet.com.cn/UserControl?act=13&threadID 作者: ‖秒杀』‖ 

详细的FTP错误列表

 Restart marker reply. In this case, the text is exact and not left to the particular 

implementation; it must read MARK yyyy = mmmm where yyyy is User-process data stream marker, 

and mmmm server's equivalent marker (note the spaces between markers and 重新启动标志回应。

这种情况下,信息是精确的并且不用特别的处理;可以这样看:标记 yyyy = mmm 中 yyyy是 用户进程数

据流标记,mmmm是服务器端相应的标记(注意在标记和等号间的空格)

-----------------------------------
Service ready in nnn minutes.
服务在NNN时间内可用
-----------------------------------
Data connection already open; transfer starting.
数据连接已经打开,开始传送数据.
-----------------------------------
File status okay; about to open data connection.
文件状态正确,正在打开数据连接.
-----------------------------------
Command okay.
命令执行正常结束.
-----------------------------------
Command not implemented, superfluous at this site.
命令未被执行,此站点不支持此命令.
-----------------------------------
System status, or system help reply.
系统状态或系统帮助信息回应.
-----------------------------------
Directory status.
目录状态信息.
-----------------------------------
File status. $XrkxmL=
文件状态信息.
-----------------------------------
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. 帮助信息。关于如何使用本服务器或特殊的 非标准命令。此回复只对人有用。
-----------------------------------
NAME system type. Where NAME is an official system name from the list in the Assigned Numbers document.
NAME系统类型。
-----------------------------------
Service ready for new user.
新连接的用户的服务已就绪
-----------------------------------
Service closing control connection.
控制连接关闭
-----------------------------------
Data connection open; no transfer in progress.
数据连接已打开,没有进行中的数据传送
-----------------------------------
Closing data connection. Requested file action successful (for example, file transfer or file abort).
正在关闭数据连接。请求文件动作成功结束(例如,文件传送或终止)
-----------------------------------
Entering Passive Mode (h1,h2,h3,h4,p1,p2).
进入被动模式
-----------------------------------
User logged in, proceed. Logged out if appropriate.
用户已登入。 如果不需要可以登出。
-----------------------------------
Requested file action okay, completed. _
被请求文件操作成功完成
----------------------------------- ,
PATHNAME created.
路径已建立
-----------------------------------
User name okay, need password. ,
用户名存在,需要输入密码
-----------------------------------
Need account for login.
需要登陆的账户
-----------------------------------
Requested file action pending further inFORMation U
对被请求文件的操作需要进一步更多的信息
-----------------------------------
Service not available, closing control connection.This may be a reply to any command if the service knows it must shut down. (O&;
服务不可用,控制连接关闭。这可能是对任何命令的回应,如果服务认为它必须关闭
-----------------------------------
Can't open data connection.
打开数据连接失败
-----------------------------------
Connection closed; transfer aborted.
连接关闭,传送中止。
-----------------------------------
Requested file action not taken.
对被请求文件的操作未被执行
-----------------------------------
Requested action aborted. Local error in processing.
请求的操作中止。处理中发生本地错误。
-----------------------------------
Requested action not taken. Insufficient storage space in system.File unavailable (e.g., file busy).
请求的操作没有被执行。 系统存储空间不足。 文件不可用
-----------------------------------
Syntax error, command unrecognized. This may include errors such as command line too long..
语法错误,不可识别的命令。 这可能是命令行过长。
----------------------------------- }
Syntax error in parameters or arguments.
参数错误导致的语法错误
-----------------------------------
Command not implemented.
命令未被执行
-----------------------------------
Bad sequence of commands. )
命令的次序错误。
-----------------------------------
Command not implemented for that parameter.,
由于参数错误,命令未被执行
-----------------------------------
Not logged in.
没有登录
-----------------------------------
Need account for storing files.
存储文件需要账户信息!
-----------------------------------
Requested action not taken. File unavailable (e.g., file not found, no access).
请求操作未被执行,文件不可用。
-----------------------------------
Requested action aborted. Page type unknown. +.+
请求操作中止,页面类型未知
-----------------------------------
Requested file action aborted. Exceeded storage allocation (for current directory or dataset).
对请求文件的操作中止。 超出存储分配
-----------------------------------
Requested action not taken. File name not allowed
请求操作未被执行。 文件名不允许
----------------------------------- .
-----------------------------------
这种错误跟http协议类似,大致是:
2开头--成功 A
3开头--权限问题
4开头--文件问题
5开头--服务器问题
例如下面这个例子:
Sat Feb 正在连接 61.143.241.231 [IP=61.143.241.23121]
Sat Feb Socket已连接 ,等待欢迎信息
Sat Feb www.DFBBS.COMfree Ftp Server
Sat Feb USER ftper
Sat Feb Password required for ftper.
Sat Feb PASS
Sat Feb Login incorrect.
Sat Feb 有错误发生!
Sat Feb 等待 5秒后重试
本篇文章来源于 黑基网-中国最大的网络安全站点 原文链接:http://www.hackbase.com/tech/2013-07-24/67659.html

FTP常用故障代码注解的更多相关文章

  1. lombok 简化java代码注解

    lombok 简化java代码注解 安装lombok插件 以intellij ide为例 File-->Setting-->Plugins-->搜索"lombok plug ...

  2. Java Android 注解(Annotation) 及几个常用开源项目注解原理简析

    不少开源库(ButterKnife.Retrofit.ActiveAndroid等等)都用到了注解的方式来简化代码提高开发效率. 本文简单介绍下 Annotation 示例.概念及作用.分类.自定义. ...

  3. J2EE进阶(十三)Spring MVC常用的那些注解

    Spring MVC常用的那些注解 前言 Spring从2.5版本开始在编程中引入注解,用户可以使用@RequestMapping, @RequestParam,@ModelAttribute等等这样 ...

  4. spring常用的一些注解以及注解注入总结

    常用的spring注解有如下几种: @Controller@Service@Autowired@RequestMapping@RequestParam@ModelAttribute@Cacheable ...

  5. 详解Spring MVC 4常用的那些注解

    Spring从2.5版本开始在编程中引入注解,用户可以使用@RequestMapping, @RequestParam, @ModelAttribute等等这样类似的注解.到目前为止,Spring的版 ...

  6. 工作中总结的常用PHP代码

    [目录] ◆PHP常用的代码 ◆HTML常用代码 [值传递 和 引用传递] [单例模式] [魔术常量] [代码调试(自定义一个简单的debug函数)] [thinkphp多表查询] [获取客户端IP地 ...

  7. Deeplearning原文作者Hinton代码注解

    [z]Deeplearning原文作者Hinton代码注解 跑Hinton最初代码时看到这篇注释文章,很少细心,待研究... 原文地址:>http://www.cnblogs.com/BeDPS ...

  8. 在MAC下调试运行暗黑全世界客户端及部分代码注解(基于Firefly)

    原地址:http://www.myexception.cn/program/1399860.html 在MAC下调试运行暗黑全世界客户端及部分代码注解(基于Firefly) 在MAC下调试运行暗黑世界 ...

  9. IOS开发效率之为Xcode添加常用的代码片段

    IOS开发效率之为Xcode添加常用的代码片段 原文地址:http://blog.csdn.net/pingchangtan367/article/details/30041285 tableview ...

随机推荐

  1. Perl 和 Python 的比较 【转】

    转自:http://blog.chinaunix.net/xmlrpc.php?r=blog/article&id=4662991&uid=608135 作为万年Perl 党表示最近开 ...

  2. Temporary TempDB Tables [AX 2012]

    Temporary TempDB Tables [AX 2012] 1 out of 4 rated this helpful - Rate this topic Updated: November ...

  3. java代码实现rabbitMQ请求

    1.下载rabbitMQ的客户端,下载地址 http://www.rabbitmq.com/download.html

  4. java 用socket制作一个简易多人聊天室

    代码: 服务器端Server import java.io.*; import java.net.*; import java.util.ArrayList; public class Server{ ...

  5. DelegateCommand.cs

    using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.W ...

  6. js的解析--预处理(三)

    js的解析与执行过程  分全局  {预处理阶段和执行阶段}  函数{预处理函数和执行阶段}   1/创建词法环境(环境上下文) LexicalEnvironment   === window { } ...

  7. Android Context完全解析

    Context类型 我们知道,Android应用都是使用Java语言来编写的,那么大家可以思考一下,一个Android程序和一个Java程序,他们最大的区别在哪里?划分界限又是什么呢?其实简单点分析, ...

  8. anroid开发者专用vpn

    http://android.vpn.ac.cn/

  9. 转载 WebBrowser介绍——Javascript与C++互操作

    注:本文来自于 http://www.cnblogs.com/lucc/archive/2010/11/24/1886087.html WebBrowser控件是Microsoft提供的一个用于网页浏 ...

  10. 3d中的向量

    向量基础知识 向量有且仅有的两个属性:方向长度(注意:向量性情中不包含位置信息) 向量相等就是其两个属性相等 向量处理标记位置:当向量的起始点与坐标原点重合,这样我们就可以用向量的终点坐标来描述一个处 ...