1.windows 防火墙开放ftp服务 The following 4 steps will allow both non-secure and SSL FTP traffic through firewall.运行cmd,之后:1.如果你的FTP是RC0之后的版本的话,直接跳到第3步骤:如果你的是RC0版本的话,需要在cmd里输入以下命令行然后按回车执行命令:sc sidtype ftpsvc unrestricted2.执行1步骤之后重启FTP服务:net stop ftpsvc & ne
1.windows 防火墙开放ftp服务 The following 4 steps will allow both non-secure and SSL FTP traffic through firewall. 运行cmd,之后: 1.如果你的FTP是RC0之后的版本的话,直接跳到第3步骤:如果你的是RC0版本的话,需要在cmd里输入以下命令行然后按回车执行命令: sc sidtype ftpsvc unrestricted 2.执行1步骤之后重启FTP服务: net stop ftpsvc