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.
|
feedback
|
migrated from stackoverflow.com Aug 28 '11 at 12:07
This question came from our site for professional and enthusiast programmers.
|
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! | |||
|
feedback
|