我有一个Windows 2003服务器,我在IIS中configurationFTP。
我绝不是FTPconfiguration方面的专家,我不记得我可以做的任何特殊设置。
这最初起作用,但在某个时候它刚刚停止工作,我想不出任何可能改变的东西,可能会打破它。
这里是FileZilla给我的日志:
(审查保护无辜)
Status: Resolving address of www.xxxxxx.com Status: Connecting to xx.xx.xx.12:21... Status: Connection established, waiting for welcome message... Response: 220 Microsoft FTP Service Command: USER xxxxxxxx Response: 331 Password required for xxxxxxxx. Command: PASS ********** Response: 230 User xxxxxxxx logged in. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/xxxxxxxx" is current directory. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (xx,xxx,xxx,12,4,44). Command: LIST Response: 425 Can't open data connection. Error: Failed to retrieve directory listing
我已经尝试设置FileZilla连接使用主动和被动模式。 两者都行不通。
我不知道会发生什么事情……我用同样的方式configuration了大量的FTP服务器,而且都是正常工作。
有任何想法吗?
我有两个想法。 首先,你检查了文件系统权限,以确保他们login的用户可以列出目录的内容? 其次,你有没有尝试过其他的FTP程序? 如果没有,那么它有可能是一个FileZilla问题,而不是一个服务器问题。
尝试使用Windows FTP或您觉得在服务器上运行的任何FTP程序在计算机上进行本地testing。 如果问题是防火墙或networking模块,或者是服务器configuration问题,则会通知您。
此外,还有FTP日志将显示到服务器的所有连接和故障。 如果您转到FTP站点的属性,它将提供日志文件的path。 如果您没有看到任何连接,则可能是防火墙问题。 如果您确实看到了条目,请检查发生了什么types的故障。