• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Multiple FTP sites on IIS 5.0

rootaxs

Platinum Member
Hi, i just started tinkering around with IIS 5 on Win2kAS and was wondering, how do you set-up multiple FTP sites on this thing? Everytime i create one it keeps saying that i must make sure that no other service is bound to the IP address. I did not specify the IP but rather "All Unassigned Addresses"

The thing is, it has a default FTP site and i don't know how i did it but i was able to create another one with no problems but i can't recreate the process any longer.

Any help gladly appreciated. Thanks.

----
P.S. i also posted this on the Networking forum for i wasn't sure where this would belong.
 
Hi, You will need a dedicated IP address in order to create a single ftp server. If you only have one IP address, you can create a virtual FTP server.

The difference of access method:
Dedicated IP FTP : ftp://12.34.12.34 or ftp://ftp.myftpserver.com
Virtual FTP : ftp://12.34.12.34/virtualftp or ftp://ftp.myftpserver.com/virtualftp

Follow or use the wizard to create an FTP server quickly. Do not use All unassigned address. Use a dedicated IP address.

To create a virtual FTP, right click on your ftp server, new, virtual ftp

Hope this help

eRr
 
Back
Top