Hi, 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.
Hi, 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.
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.