I'm looking to set up a FTP Server and have a spare XP box that I want to use. I know XP limits user connections to 10? Will this effect the number of FTP users who can login at the same time?

Also, I'm using a 3rd party FTP server so I don't need to issues (Windows accounts for any of the FTP clients)

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

Per microsoft "The TCP connection limit is not enforced, but it may be bound by legal agreement to not permit more than 10 clients."

Edit: Source - http://support.microsoft.com/kb/314882

The section that I quoted was from their development part, but thats why other tools such as a non-microsoft ftp will work.

link|improve this answer
feedback

If its a 3rd party software that is handling the logins and not IIS, then XPs user limit should not come into play at all.

link|improve this answer
Windows may not enforce the limit, but legally you're limited to 10 client connections. – Chris S Jul 22 '10 at 19:46
I realize there is an "ethical" limit, but the question that was asked was if it would affect the number of users logged in. The answer, is "No" – DanBig Jul 22 '10 at 19:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.