HTTP,FTP,SMTP错误码

Wesley13
• 阅读 661

HTTP

100

Continue
继续

101

Switching Protocols
切换协议

200

OK
正常

201

Created
已创建

202

Accepted
已接受

203

Non-Authoritative Information
非权威性信息

204

No Content
无内容

205

Reset Content
重置内容

206

Partial Content
部分内容

300

Multiple Choices
多种选择

301

Moved Permanently
永久重定向

302

Found
临时重定向

303

See Other
见其他

304

Not Modified
未修改

305

Use Proxy
使用代理

307

Temporary Redirect
临时重定向

400

Bad Request
请求出现语法错误

401

Unauthorized
未验证

403

Forbidden
资源不可用

404

Not Found
无法找到指定位置的资源

405

Method Not Allowed
不允许的请求方法

406

Not Acceptable
无法接受

407

Proxy Authentication Required
代理需要验证

408

Request Timeout
请求超时

409

Conflict
冲突

410

Gone
不再可用

411

Length Required
需要提供长度

412

Precondition Failed
先决条件失败

413

Request Entity Too Large
请求实体太大

414

Request URI Too Long URI
请求 URI 太长

416

Requested Range Not Satisfiable
所请求的范围无法满足

500

Internal Server Error
内部服务器错误

501

Not Implemented
服务器不支持实现请求所需要的功能

502

Bad Gateway
Web 服务器用作网关或代理服务器时收到了无效响应

503

Service Unavailable
服务不可用

504

Gateway Timeout
网关超时

505

HTTP Version Not Supported
HTTP版本不受支持

FTP

110

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是服务器端相应的标记(注意在标记和等号间的空格)。

120

Service ready in nnn minutes.
服务在NNN时间内可用

125

Data connection already open; transfer starting.
数据连接已经打开,开始传送数据。

150

File status okay; about to open data connection.
文件状态正确,正在打开数据连接。

200

Command okay.
命令执行正常结束。

202

Command not implemented, superfluous at this site.
命令未被执行,此站点不支持此命令。

211

System status, or system help reply.
系统状态或系统帮助信息回应。

212

Directory status.
目录状态信息。

213

File status.
文件状态信息。

214

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.
帮助信息。关于如何使用本服务器或特殊的非标准命令。此回复只对人有用。

215

NAME system type. Where NAME is an official system name from the list in the Assigned Numbers document.
NAME系统类型。

220

Service ready for new user.
新连接的用户的服务已就绪。

221

Service closing control connection.
控制连接关闭。

225

Data connection open; no transfer in progress.
数据连接已打开,没有进行中的数据传送。

226

Closing data connection. Requested file action successful (for example, file transfer or file abort).
正在关闭数据连接。请求文件动作成功结束(例如,文件传送或终止)。

227

Entering Passive Mode (h1,h2,h3,h4,p1,p2).
进入被动模式。

230

User logged in, proceed. Logged out if appropriate.
用户已登入。 如果不需要可以登出。

250

Requested file action okay, completed.
被请求文件操作成功完成。

257

"PATHNAME" created.
路径已建立。

331

User name okay, need password.
用户名存在,需要输入密码。

332

Need account for login.
需要登陆的账户。

350

Requested file action pending further information
对被请求文件的操作需要进一步更多的信息。

421

Service not available, closing control connection.This may be a reply to
any command if the service knows it must shut down.
服务不可用,控制连接关闭。这可能是对任何命令的回应,如果服务认为它必须关闭。

425

Can't open data connection.
打开数据连接失败。

426

Connection closed; transfer aborted.
连接关闭,传送中止。

450

Requested file action not taken.
对被请求文件的操作未被执行。

451

Requested action aborted. Local error in processing.
请求的操作中止。处理中发生本地错误。

452

Requested action not taken. Insufficient storage space in system.File unavailable (e.g., file busy).
请求的操作没有被执行。 系统存储空间不足。 文件不可用。

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.
没有登录。

SMTP

200

(nonstandard success response, see rfc876)
(非标准的成功响应,见rfc876)

211

System status, or system help reply
系统状态,或系统帮助回复

214

Help message
帮助信息

220

Service ready
<域名> 服务就绪

221

Service closing transmission channel
<域名> 服务正在关闭传输通道

250

Requested mail action okay, completed
请求的邮件操作OK,完成

251

User not local; will forward to
非本地用户;将转向到

354

Start mail input; end with .
开始输入邮件;以.结束

421

Service not available, closing transmission channel
<域名> 服务不可用,正在关闭传输通道

450

Requested mail action not taken: mailbox unavailable
请求的邮件操作未被接受:邮箱不可用

451

Requested action aborted: local error in processing
请求的操作已中断:处理中发生内部错误

452

Requested action not taken: insufficient system storage
请求的操作未被执行:系统空间不足

500

Syntax error, command unrecognised
语言错误,命令未知

501

Syntax error in parameters or arguments
参数或变量的语法错误

502

Command not implemented
命令尚未实现

503

Bad sequence of commands
错误的命令顺序

504

Command parameter not implemented
命令参数尚未实现

521

does not accept mail (see rfc1846)
<域名> 不接受邮件(见rfc1846)

530

Access denied
禁止访问

550

Requested action not taken: mailbox unavailable
请求的操作未被执行:邮箱不可用

551

User not local; please try
非本地用户;请尝试

552

Requested mail action aborted: exceeded storage allocation
请求的邮件操作已中断:超出了分配的空间

553

Requested action not taken: mailbox name not allowed
请求的操作未被执行:不允许的邮箱名称

554

Transaction failed
传输失败

点赞
收藏
评论区
推荐文章
blmius blmius
2年前
MySQL:[Err] 1292 - Incorrect datetime value: ‘0000-00-00 00:00:00‘ for column ‘CREATE_TIME‘ at row 1
文章目录问题用navicat导入数据时,报错:原因这是因为当前的MySQL不支持datetime为0的情况。解决修改sql\mode:sql\mode:SQLMode定义了MySQL应支持的SQL语法、数据校验等,这样可以更容易地在不同的环境中使用MySQL。全局s
Jacquelyn38 Jacquelyn38
2年前
2020年前端实用代码段,为你的工作保驾护航
有空的时候,自己总结了几个代码段,在开发中也经常使用,谢谢。1、使用解构获取json数据let jsonData  id: 1,status: "OK",data: 'a', 'b';let  id, status, data: number   jsonData;console.log(id, status, number )
皕杰报表之UUID
​在我们用皕杰报表工具设计填报报表时,如何在新增行里自动增加id呢?能新增整数排序id吗?目前可以在新增行里自动增加id,但只能用uuid函数增加UUID编码,不能新增整数排序id。uuid函数说明:获取一个UUID,可以在填报表中用来创建数据ID语法:uuid()或uuid(sep)参数说明:sep布尔值,生成的uuid中是否包含分隔符'',缺省为
Wesley13 Wesley13
2年前
Java获得今日零时零分零秒的时间(Date型)
publicDatezeroTime()throwsParseException{    DatetimenewDate();    SimpleDateFormatsimpnewSimpleDateFormat("yyyyMMdd00:00:00");    SimpleDateFormatsimp2newS
Wesley13 Wesley13
2年前
mysql设置时区
mysql设置时区mysql\_query("SETtime\_zone'8:00'")ordie('时区设置失败,请联系管理员!');中国在东8区所以加8方法二:selectcount(user\_id)asdevice,CONVERT\_TZ(FROM\_UNIXTIME(reg\_time),'08:00','0
Wesley13 Wesley13
2年前
00:Java简单了解
浅谈Java之概述Java是SUN(StanfordUniversityNetwork),斯坦福大学网络公司)1995年推出的一门高级编程语言。Java是一种面向Internet的编程语言。随着Java技术在web方面的不断成熟,已经成为Web应用程序的首选开发语言。Java是简单易学,完全面向对象,安全可靠,与平台无关的编程语言。
Stella981 Stella981
2年前
Django中Admin中的一些参数配置
设置在列表中显示的字段,id为django模型默认的主键list_display('id','name','sex','profession','email','qq','phone','status','create_time')设置在列表可编辑字段list_editable
Stella981 Stella981
2年前
Docker 部署SpringBoot项目不香吗?
  公众号改版后文章乱序推荐,希望你可以点击上方“Java进阶架构师”,点击右上角,将我们设为★“星标”!这样才不会错过每日进阶架构文章呀。  !(http://dingyue.ws.126.net/2020/0920/b00fbfc7j00qgy5xy002kd200qo00hsg00it00cj.jpg)  2
Wesley13 Wesley13
2年前
MySQL部分从库上面因为大量的临时表tmp_table造成慢查询
背景描述Time:20190124T00:08:14.70572408:00User@Host:@Id:Schema:sentrymetaLast_errno:0Killed:0Query_time:0.315758Lock_
Python进阶者 Python进阶者
3个月前
Excel中这日期老是出来00:00:00,怎么用Pandas把这个去除
大家好,我是皮皮。一、前言前几天在Python白银交流群【上海新年人】问了一个Pandas数据筛选的问题。问题如下:这日期老是出来00:00:00,怎么把这个去除。二、实现过程后来【论草莓如何成为冻干莓】给了一个思路和代码如下:pd.toexcel之前把这