简体   繁体   中英

Visual studio FTP publish does not close connections?

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?

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM