is there a way to create FTP site as a sibling (not as a child) of the default FTP Site??? I can’t find it in google, so for now I’m using scripting: iisftp /create C:\MyFolder “MySiteName”
thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Can’t remember the exact details, but hopefully this might help you get started.
I have worked on code that made a complete copy of an IIS setup from one server to another using ADSI, so I’m fairly confident in that if it’s possible, you can use ADSI to do it.
Very worst case I would have thought that you should be able to do it by creating the FTP site as normal and then adjusting the IIS Metabase Properties.
Creating Sites and Virtual Directories Using ADSI