I got approximately 20 web sites hosted in my IIS. Until now, I was creating ftp sites assigning them into different ftp ports for each. So that, I didn't need to type my username as in the syntax like 'hostname|username'. However, It's getting hard to remember all the ports of each ftp sites. Therefore, I need to find a way for creating ftp sites that are using port 21 and also I want to not to type 'hostname|' in order to determine which ftp i'm logging into. How can I solve this problem? I got IIS 7.5 installed on my server.

link|improve this question
feedback

migrated from stackoverflow.com Aug 28 '11 at 12:07

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

This guide from iis.net says it better than I could!

You should be able to set up a new FTP site on a single port that routes a username to their personal folder - all on one port!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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