<br>好多人不太会看FTP信息错误<br>如果下载不了,一定是出了错误,自己要知道是什么地方错了。为什么错。<br>下面说说几个非常典型的。530,说明密码错误。550,说明地址有错误,可能是盗连没有改。详细的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是服务器端相应的标记(注意在标记和等号间的空格)-----------------------------------<br>120 Service ready in nnn minutes.<br>服务在NNN时间内可用<br>-----------------------------------<br>125 Data connection already open; transfer starting.<br>数据连接已经打开,开始传送数据.<br>-----------------------------------<br>150 File status okay; about to open data connection.<br>文件状态正确,正在打开数据连接.<br>-----------------------------------<br>200 Command okay.<br>命令执行正常结束.<br>-----------------------------------<br>202 Command not implemented, superfluous at this site.<br>命令未被执行,此站点不支持此命令.<br>-----------------------------------<br>211 System status, or system help reply.<br>系统状态或系统帮助信息回应.<br>-----------------------------------<br>212 Directory status.<br>目录状态信息.<br>-----------------------------------<br>213 File status. $XrkxmL=<br>文件状态信息.<br>-----------------------------------<br>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. 帮助信息。关于如何使用本服务器或特殊的非标准命令。此回复只对人有用。<br>-----------------------------------<br>215 NAME system type. Where NAME is an official system name from the list in the Assigned Numbers document.<br>NAME系统类型。<br>-----------------------------------<br>220 Service ready for new user.<br>新连接的用户的服务已就绪<br>-----------------------------------<br>221 Service closing control connection.<br>控制连接关闭<br>-----------------------------------<br>225 Data connection open; no transfer in progress.<br>数据连接已打开,没有进行中的数据传送<br>-----------------------------------<br>226 Closing data connection. Requested file action successful (for example, file transfer or file abort).<br>正在关闭数据连接。请求文件动作成功结束(例如,文件传送或终止)<br>-----------------------------------<br>227 Entering Passive Mode (h1,h2,h3,h4,p1,p2).<br>进入被动模式<br>-----------------------------------<br>230 User logged in, proceed. Logged out if appropriate.<br>用户已登入。 如果不需要可以登出。<br>-----------------------------------<br>250 Requested file action okay, completed. _<br>被请求文件操作成功完成 63<br>----------------------------------- ,<br>257 "

ATHNAME" created.<br>路径已建立<br>-----------------------------------<br>331 User name okay, need password. ,<br>用户名存在,需要输入密码<br>-----------------------------------<br>332 Need account for login.<br>需要登陆的账户<br>-----------------------------------<br>350 Requested file action pending further inFORMation U<br>对被请求文件的操作需要进一步更多的信息<br>-----------------------------------<br>421 Service not available, closing control connection.This may be a reply to any command if the service knows it must shut down. (O&;<br>服务不可用,控制连接关闭。这可能是对任何命令的回应,如果服务认为它必须关闭<br>-----------------------------------<br>425 Can't open data connection.<br>打开数据连接失败<br>-----------------------------------<br>426 Connection closed; transfer aborted.<br>连接关闭,传送中止。<br>-----------------------------------<br>450 Requested file action not taken.<br>对被请求文件的操作未被执行<br>-----------------------------------<br>451 Requested action aborted. Local error in processing.<br>请求的操作中止。处理中发生本地错误。<br>-----------------------------------<br>452 Requested action not taken. Insufficient storage space in system.File unavailable (e.g., file busy).<br>请求的操作没有被执行。 系统存储空间不足。 文件不可用<br>-----------------------------------<br>500 Syntax error, command unrecognized. This may include errors such as command line too long..<br>语法错误,不可识别的命令。 这可能是命令行过长。<br>----------------------------------- }<br>501 Syntax error in parameters or arguments.<br>参数错误导致的语法错误<br>-----------------------------------<br>502 Command not implemented.<br>命令未被执行<br>-----------------------------------<br>503 Bad sequence of commands. )<br>命令的次序错误。<br>-----------------------------------<br>504 Command not implemented for that parameter.,<br>由于参数错误,命令未被执行<br>-----------------------------------<br>530 Not logged in.<br>没有登录<br>-----------------------------------<br>532 Need account for storing files.<br>存储文件需要账户信息!<br>-----------------------------------<br>550 Requested action not taken. File unavailable (e.g., file not found, no access).<br>请求操作未被执行,文件不可用。<br>----------------------------------- |<br>551 Requested action aborted. Page type unknown. +.+<br>请求操作中止,页面类型未知<br>-----------------------------------<br>552 Requested file action aborted. Exceeded storage allocation (for current directory or dataset).<br>对请求文件的操作中止。 超出存储分配<br>-----------------------------------<br>553 Requested action not taken. File name not allowed<br>请求操作未被执行。 文件名不允许<br>----------------------------------- .<br>-----------------------------------<br>这种错误跟http协议类似,大致是:<br>2开头--成功 A/<br>3开头--权限问题<br>4开头--文件问题<br>5开头--服务器问题<br>例如下面这个例子:<br>Sat Feb 15 00:13:02 2003 正在连接 140.184.83.197[IP=140.184.83.197:21]<br>Sat Feb 15 00:13:02 2003 Socket已连接 ,等待欢迎信息<br>Sat Feb 15 00:13:03 2003 220 5x5y.vicp.netfree Ftp Server 231<br>Sat Feb 15 00:13:03 2003 USER ftper<br>Sat Feb 15 00:13:03 2003 331 Password required for ftper.<br>Sat Feb 15 00:13:03 2003 PASS ********<br>Sat Feb 15 00:13:03 2003 530 Login incorrect.<br>Sat Feb 15 00:13:03 2003 有错误发生!<br>Sat Feb 15 00:13:03 2003 等待 5秒后重试这就是说明密码不正确。<br>希望对大家有帮助。