FTP日志里面的代码含义解释

作者:站长 发布于:2013-2-22 15:57 Friday

学会自己看FTP下载错误,这种错误跟http协议类似,大致是:

    2开头--成功
    3开头--权限问题
    4开头--文件问题
    5开头--服务器问题

    比较典型的有这两个

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

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

    532 Need account for storing files.
    存储文件需要账户信息

    550 Requested action not taken. File unavailable (e.g., file not found, no access).
    请求操作未被执行,文件不可用。

    551 Requested action aborted. Page type unknown.
    请求操作中止,页面类型未知

    552 Requested file action aborted. Exceeded storage allocation (for current directory or dataset).
    对请求文件的操作中止。 超出存储分配

    553 Requested action not taken. File name not allowed
    请求操作未被执行。 文件名不允许

 

服务器主体无法在当前安全上下文下访问数据库

作者:站长 发布于:2013-2-17 13:43 Sunday 分类:随笔录

问题描述:

用 SQL Server 2008 Management Studio 连接正常,但是点击展开数据库时,出现如下错误:

问题解决方案:

连接后,先别展开数据库,只是选择它;然后单击“视图”->“对象资源管理器详细信息”(或 F7),可以在右边看到有一个窗口;在右边这个窗口“名称”上右键,在弹出菜单中取消排序规则。如下图:

整理到的有关网络、编程的视频教程

作者:站长 发布于:2013-2-1 16:37 Friday

PHP视频教程从入门到精通

http://www.xuexinet.com/document/xuexidetail.asp?id=21

常用网络命令音频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=41

新概念SQL.Server.2000教程

http://www.xuexinet.com/document/xuexidetail.asp?id=71

Cisco官方出版的CCNA/CCNP教材

http://www.xuexinet.com/document/xuexidetail.asp?id=81

数据库原理视频教程在线播放[北京交通大学]

http://www.xuexinet.com/document/xuexidetail.asp?id=86

mysql数据库视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=87


ASP 数据库编程入门视频教程*

http://www.xuexinet.com/document/xuexidetail.asp?id=92

数据结构教学录像c++版

http://www.xuexinet.com/document/xuexidetail.asp?id=95

网页设计在线教程

http://www.xuexinet.com/document/xuexidetail.asp?id=103

PHP动态网页制作

http://www.xuexinet.com/document/xuexidetail.asp?id=195

ASP动态网页制作计

http://www.xuexinet.com/document/xuexidetail.asp?id=196

JSP动态网页制作

http://www.xuexinet.com/document/xuexidetail.asp?id=197


逐步精通数据库(sql server)

http://www.xuexinet.com/document/xuexidetail.asp?id=202

101-VF程序设计视频课程

http://www.xuexinet.com/document/xuexidetail.asp?id=207

VB程序设计视频讲座

http://www.xuexinet.com/document/xuexidetail.asp?id=213

边用边学C语言

http://www.xuexinet.com/document/xuexidetail.asp?id=238

边用边学Java程序设计基础

http://www.xuexinet.com/document/xuexidetail.asp?id=239

边用边学C++语言基础教程

http://www.xuexinet.com/document/xuexidetail.asp?id=240

边用边学Linux

http://www.xuexinet.com/document/xuexidetail.asp?id=242

常用网络命令视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=254

SQL数据库视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=260

微软开发者系列讲座---WEB Service高级应用

http://www.xuexinet.com/document/xuexidetail.asp?id=303

电子科大--- VB程序设计

http://www.xuexinet.com/document/xuexidetail.asp?id=317

unix操作系统(电子科技大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=319

网页设计(制作)

http://www.xuexinet.com/document/xuexidetail.asp?id=369

程序设计语言

http://www.xuexinet.com/document/xuexidetail.asp?id=410

计算机网络[北方交通大学]

http://www.xuexinet.com/document/xuexidetail.asp?id=491

面向对象C++(陈文宇)(电子科技大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=581

数据结构(罗吴蔓)

http://www.xuexinet.com/document/xuexidetail.asp?id=582

程序设计语言与编译

http://www.xuexinet.com/document/xuexidetail.asp?id=583

DOS 学习视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=615

计算机网页设计与制作视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=616

自己动手建立个人网站

http://www.xuexinet.com/document/xuexidetail.asp?id=619

c语言14讲

http://www.xuexinet.com/document/xuexidetail.asp?id=630

数据库应用程序设计

http://www.xuexinet.com/document/xuexidetail.asp?id=634

华南理工大学-c#和.net技术与应用

http://www.xuexinet.com/document/xuexidetail.asp?id=639

边学边用LINUX

http://www.xuexinet.com/document/xuexidetail.asp?id=654

VB编程与应用(黄文)宁波电大

http://www.xuexinet.com/document/xuexidetail.asp?id=668

数据结构(冯姚震)宁波电大

http://www.xuexinet.com/document/xuexidetail.asp?id=676

面向对象程序设计(黄寅)宁波电大

http://www.xuexinet.com/document/xuexidetail.asp?id=677

汇编程序设计(北大)

http://www.xuexinet.com/document/xuexidetail.asp?id=692

计算机网络(华中科大)

http://www.xuexinet.com/document/xuexidetail.asp?id=712

北京交通大学-PASCAL语言程序设计

http://www.xuexinet.com/document/xuexidetail.asp?id=715

ASP高级编程课程讲解

http://www.xuexinet.com/document/xuexidetail.asp?id=724

计算机体系结构(北京交通大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=790

计算机网络工程

http://www.xuexinet.com/document/xuexidetail.asp?id=857

Internet和Internet应用

http://www.xuexinet.com/document/xuexidetail.asp?id=858

网络数据库系统概论-SQL Server

http://www.xuexinet.com/document/xuexidetail.asp?id=859

动态网页制作视频教程ASP.PHP.JSP.Perl

http://www.xuexinet.com/document/xuexidetail.asp?id=908

浙大-计算机网络

http://www.xuexinet.com/document/xuexidetail.asp?id=930

计算机网络基础

http://www.xuexinet.com/document/xuexidetail.asp?id=931

中央电大-网络操作系统

http://www.xuexinet.com/document/xuexidetail.asp?id=933

浙大-计算机应用基础(2)

http://www.xuexinet.com/document/xuexidetail.asp?id=935

西南交通大学-通信原理

http://www.xuexinet.com/document/xuexidetail.asp?id=936

HTML的全局架构视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=938

C语言(北京交通大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=987

数据库应用基础(北京交通大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=988

计算机文化基础(北京交通大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=990

数据结构(北京交通大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=997

汇编语言(北京交通大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=998

网页制作技术(北京交通大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=1007

计算机与网络系统安全(北京交通大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=1008

面向对象程序设计与C++(北京交通大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=1009

ASP视频教程下载 北京大学尚俊杰

http://www.xuexinet.com/document/xuexidetail.asp?id=1033

金鹰电脑教程Flash编程视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1034

数据库概论(江南大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=1045

计算机组成与结构(江南大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=1048

计算机基础(江南大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=1049

信息技术专题

http://www.xuexinet.com/document/xuexidetail.asp?id=1077

Internet与Web站点设计

http://www.xuexinet.com/document/xuexidetail.asp?id=1078

四川电大 算法分析与设计(在线播放)

http://www.xuexinet.com/document/xuexidetail.asp?id=1080

计算机应用基础

http://www.xuexinet.com/document/xuexidetail.asp?id=1081

JAVA 入门视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1084

四川电大 计算机专业英语(在线播放)

http://www.xuexinet.com/document/xuexidetail.asp?id=1088

四川电大 信息系统测试(在线播放)

http://www.xuexinet.com/document/xuexidetail.asp?id=1090

四川电大 Asp程序设计基础(在线播放)

http://www.xuexinet.com/document/xuexidetail.asp?id=1091

WEB应用系统设计(东南大学)

http://www.xuexinet.com/document/xuexidetail.asp?id=1136

C++语言程序设计视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1142

BIOS视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1145

NET系统架构与开发

http://www.xuexinet.com/document/xuexidetail.asp?id=1146

磁盘阵列安装视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1147

计算机安全视频培训

http://www.xuexinet.com/document/xuexidetail.asp?id=1149
服务器群组微软件视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1152

电脑安装与维修实用技术

http://www.xuexinet.com/document/xuexidetail.asp?id=1153

计算机应用基础视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1157

局域网组网精彩视频教学

http://www.xuexinet.com/document/xuexidetail.asp?id=1161

动态网页制作视频教程ASP.PHP.JSP

http://www.xuexinet.com/document/xuexidetail.asp?id=1162

注册表使用视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1163

vpn服务的设置视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1165

ASP.NET学习视频教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1202

 

Powered by emlog 粤ICP备2022099484号 本站由耐思智慧提供计算服务