⑴ 如何连接FTP,FTP连接失败的五大主要原因
一、如何连接ftp
1、找到桌面上的“FlashFXP5”,双击打开FTP软件。
二、FTP连接失败的五大原因:
一、FTP服务器的域名解析问题,当连接FTP时地址栏填写了服务器的域名,如果DNS服务器解析出问题,就无法得到对方的IP地址,因此无法连接FTP。
二、错误的用户名和密码。许多FTP服务器禁止了匿名连接,这样是为了安全起见,连接时输入错误的用户名和密码或者不输入用户名和密码导致连接失败。
三、传输模式错误。许多服务器在安装了防火墙后设置了被动模式传输,用户在连接时需要采用被动模式(pasv)或者自动模式。
四、FTP服务器错误。对方服务器宕机,可以通过PING命令来测试FTP服务器是否存活。
五、错误的端口或者自身电脑防火墙不允许。许多安全软件禁止了FTP连接,自身电脑无法连接FTP端口。
⑵ FTP重要文件传输错误
用FileZilla-3.17.0.1 设置下字符集 gbk 或者 gb8030 多试试
⑶ Ftp连接不上,连接超时,无法连接到服务器
你的ftp空间是申请的吗 可能是服务器的问题 找客服呀
自己只要能上网就能登陆ftp
我自己做过ftp服务器
⑷ 服务器FTP上传出现200、227、550错误代码没有上传权限该如何解决
是你上传的文件夹有中文字符出现导致的,IIS不支持文件夹中文字符,你改成英文就好了
⑸ ftp上传出错,错误代码:200 227 125 550。持续了几次,最后上传成功了。 这个问题是什么原因造成的呢
550 Requested action not taken. File unavailable (e.g., file not found, no access).
请求操作未被执行,文件不可用。
问题出现的原因:
上传文件的是无法写入文件,导致找不到文件!
而无法上传文件,是因为用户没有写入文件的权限!
由于项目变换了环境,设置环境的文件夹并没有给予用户写入权限,用户无法将文件写入根目录,这就造成了上传文件路径的错误。
解决办法:
这个问题针对我的程序而言是:直接给用户重新赋予权限就好,重新检查一遍上传路径,重新跑一跑程序就ok!
首先检查用户对应的角色名,然后看路径设置是否正确,有没有相关的权限,如果这些都没问题,然后就尝试下面的操作:
重起FTP服务,最好从服务里面重启(不能根本解决);
重新设置Server-U帐号和目录访问里的文件路径(如果还不行,尝试下面操作);
删除用户,重新建。
⑹ FTP错误列表的常见的错误信息
-----------------------------------
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. $XrkxmL=
文件状态信息.
-----------------------------------
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.
被请求文件操作成功完成 63
-----------------------------------
257 PATHNAME created.
路径已建立
-----------------------------------
331 User name okay, need password.
用户名存在,需要输入密码
-----------------------------------
332 Need account for login.
需要登陆的账户
-----------------------------------
350 Requested file action pending further inFORMation U
对被请求文件的操作需要进一步更多的信息
-----------------------------------
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
请求操作未被执行。 文件名不允许
-----------------------------------
⑺ 打开FTP服务器上的文件夹时发生错误,
应该是权限问题
⑻ Ftp 错误代码 550,如何解决
FTP连接过程中,提示530
Login
authentication
failed错误是因为填写错了ftp密码。
解决方法:
登陆客户中心,客户中心
>
会员中心
>
产品与服务(不同的主机提供商可能不同仅供参考)进入购买的那个套餐,下面有个登陆详情然后输入新密码就行了,这样ftp就可以用了。
FTP登录常见提示错误:
1.connected.
waiting
for
response.
220
serv-u
ftp
server
v4.0
for
winsock
ready...
user
anonymous
530
sorry,
no
anonymous
access
allowed.
quit
不允许匿名登录
2.connected.
waiting
for
response.
220
serv-u
ftp
server
v4.0
for
winsock
ready...
user
test
331
user
name
okay,
need
password.
pass
xxxxxx
530
not
logged
in.
quit
一般是密码输入错误时出现的信息。
3.connecting
to
xxx.xxx.xxx.xxx,
port
21
error:
connection
timed
out
这个表明对方未开机,也可能是对方不在能访问的范围内。可能小区的服务器检修中。
4.connecting
to
xxx.xxx.xxx.xxx
port
21
error:
connection
refused
这个一般表明对方已开机,但未开启ftp服务(没有开serv-u),也可能为对方不提供在这个端口上的服务
5.connecting
to
xxx.xxx.xxx.xxx,
port
21
connected.
waiting
for
response.
disconnected
from
server.
connection
attempt
failed.
waiting
for
retry...
出现极有可能是重试时间定的太短被服务器封了。
6.connecting
to
xxx.xxx.xxx.xxx,
port
21
connected.
waiting
for
response.
user
xxx
331
user
name
okay,
need
password
pass
xxxxxx
530
not
logged
in,
unauthorized
ip
address.
quit
没有登记ip,或者登记的ip和现在的不一样,重新登记即可。
7.227
entering
passive
mode
(218,3,87,224,10,232)
retr
hfdx-tsoaf.sub.rar
550
sorry,
insufficient
credit
for
download
-
upload
first.
传输已失败.传输队列已完成但流量不够了,重新购买。