【VS2015】无法连接FTP服务器

使用 Visual Studio 2015 时出现的问题

环境:win7

场景

  • 发布Web项目到FTP时 失败,并提示 无法打开网站”ftp://…”。未安装与 FTP 服务器进行通信所需的组件(或”Unable to open the Web site ‘ftp://…’. The components for communicating with FTP servers are not installed.”)*
  • 可以直接使用文件管理器正常访问ftp地址

参考

解决方法

安装32位Visual C++ Redistributable Packages for Visual Studio 2013 ,然后重启电脑即可

下载链接:vcredist_x86

考虑把问题翻译成英文以后查,的确能搜到更多的信息