Visual Studio FTP发布不关闭连接?

发布于 2024-09-17 16:57:20 字数 170 浏览 6 评论 0原文

我正在使用 Visual Studio 2010 FTP 发布进行发布,一切正常。问题是我发布的页面只允许来自同一 IP 的 6 个连接。由于 Visual Studio 不会关闭连接,这些连接保持打开状态,我很快就超过了 6 个连接,无法上传。

除了使用另一个 FTP 程序之外,有人知道解决此问题的方法吗?

I am publishing using Visual Studio 2010 FTP publish and everything works fine. The problem is that the page I am publishing to does only allow 6 connections from the same IP. As Visual Studio does not close the connection these connections stay open and I exceed the 6 connections quickly and cannot upload.

Does anyone know a solution to this other than using another FTP-program?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

故人的歌 2024-09-24 16:57:20

我通过告诉我们的网络托管商如果我不活动 1 分钟就踢我来解决这个问题。因此VS创建的所有连接将在1分钟后终止。

I solved it by telling our web hoster to kick me if I am inactive for 1 min. So all connections created by VS will be terminated after 1 min.

娇妻 2024-09-24 16:57:20

您是否尝试过使用被动模式建立连接?
有关说明,请参阅

Have you tried setting up the connection using passive mode?
See this for instructions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文