FTP常用故障代码注解
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常用故障代码注解的更多相关文章
- lombok 简化java代码注解
lombok 简化java代码注解 安装lombok插件 以intellij ide为例 File-->Setting-->Plugins-->搜索"lombok plug ...
- Java Android 注解(Annotation) 及几个常用开源项目注解原理简析
不少开源库(ButterKnife.Retrofit.ActiveAndroid等等)都用到了注解的方式来简化代码提高开发效率. 本文简单介绍下 Annotation 示例.概念及作用.分类.自定义. ...
- J2EE进阶(十三)Spring MVC常用的那些注解
Spring MVC常用的那些注解 前言 Spring从2.5版本开始在编程中引入注解,用户可以使用@RequestMapping, @RequestParam,@ModelAttribute等等这样 ...
- spring常用的一些注解以及注解注入总结
常用的spring注解有如下几种: @Controller@Service@Autowired@RequestMapping@RequestParam@ModelAttribute@Cacheable ...
- 详解Spring MVC 4常用的那些注解
Spring从2.5版本开始在编程中引入注解,用户可以使用@RequestMapping, @RequestParam, @ModelAttribute等等这样类似的注解.到目前为止,Spring的版 ...
- 工作中总结的常用PHP代码
[目录] ◆PHP常用的代码 ◆HTML常用代码 [值传递 和 引用传递] [单例模式] [魔术常量] [代码调试(自定义一个简单的debug函数)] [thinkphp多表查询] [获取客户端IP地 ...
- Deeplearning原文作者Hinton代码注解
[z]Deeplearning原文作者Hinton代码注解 跑Hinton最初代码时看到这篇注释文章,很少细心,待研究... 原文地址:>http://www.cnblogs.com/BeDPS ...
- 在MAC下调试运行暗黑全世界客户端及部分代码注解(基于Firefly)
原地址:http://www.myexception.cn/program/1399860.html 在MAC下调试运行暗黑全世界客户端及部分代码注解(基于Firefly) 在MAC下调试运行暗黑世界 ...
- IOS开发效率之为Xcode添加常用的代码片段
IOS开发效率之为Xcode添加常用的代码片段 原文地址:http://blog.csdn.net/pingchangtan367/article/details/30041285 tableview ...
随机推荐
- PayPal网站付款标准版(for PHP)
简单整理一下PHP项目整合PayPal支付功能. 一.表单的构建: <form method="post" name="form" action=&quo ...
- 【原创】纯干货,Spring-data-jpa详解,全方位介绍。
本篇进行Spring-data-jpa的介绍,几乎涵盖该框架的所有方面,在日常的开发当中,基本上能满足所有需求.这里不讲解JPA和Spring-data-jpa单独使用,所有的内容都是在和Spring ...
- Hibernate,JPA注解@Entity
通过@Entity注解将一个类声明为一个实体bean(即一个持久化POJO类), @Id注解则声明了该实体bean的标识属性. 其他的映射定义是隐式的. 就是说一个持久化POJO类,除了主键ID需要@ ...
- C#:控制台程序调用中间库创建窗体
1.类库项目引用System.Windows.Forms并添加引用后,才可创建窗体. 2.控制台应用程序调用中间库(DLL)中的方法创建窗体:中间类库使用反射下的Assembly加载包含窗体的类库及创 ...
- Maven invalid task...
执行maven构建项目报错: Invalid task '‐DgroupId=*': you must specify a valid lifecycle phase, or a goal in th ...
- ubuntu12.04下安卓编译环境搭建总结
前言: 因为工作需要,经常要编译安卓下的动态库,公司有已经搭建好环境的服务器,但是第一自己想自己搭建一下了解一个整个过程,另外,公司的服务器也经常出现问 题,导致编译不了,所以就想自己搭建环 ...
- YTU 3002: 出栈顺序(栈和队列)
3002: 出栈顺序(栈和队列) 时间限制: 1 Sec 内存限制: 128 MB 提交: 80 解决: 20 题目描述 给出一个入栈序列,和一个出栈序列,判断该出栈序列是否正确. 输入 输入包含 ...
- 多校赛3- Painter 分类: 比赛 2015-07-29 19:58 3人阅读 评论(0) 收藏
D - Painter Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status P ...
- Unity-Animator深入系列---剪辑播放后位置预判(Animator.Target)
回到 Animator深入系列总目录 animator.SetTarget(...);可以在播放前预判剪辑播放后的位置,但只限于人形动画 参数1是预判的关节,参数2是映射的剪辑时间 调用后通过targ ...
- SortedDictionary和SortedList
使用上两者的接口都类似字典,并且SortedList的比如Find,FindIndex,RemoveAll常用方法都没提供. 数据结构上二者差异比较大,SortedList查找数据极快,但添加新元素, ...