【VS2019】Web项目发布时提示无法连接FTP服务器
使用 Visual Studio 2019 时出现的问题
环境:win10 ltsc
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。场景
- 发布Web项目到FTP时 失败,并提示 _无法打开网站"ftp://..."。未安装与 FTP 服务器进行通信所需的组件(或"Unable to open the Web site 'ftp://...'. The components for communicating with FTP servers are not installed.")*_
- 可以直接使用文件管理器正常访问
ftp
地址
参考
- The components for communicating with FTP servers are not installed.——
paaccess - Publish with FTP does not work —— kurtdevocht
解决方法
安装32位的 Visual C++ Redistributable Packages for Visual Studio 2013
,然后重启电脑即可
下载链接:vcredist_x86

更多精彩