Using IIS 7 in Windows 7. I have used appcmd.exe to export my ftp site information - c:\Windows\System32\inetsrv\appcmd.exe list site myFTP /config /xml > c:\Setup\myFTP.xml. I am able to import the basic configuration into another computer I am setting up - c:\windows\system32\inetsrv\appcmd.exe add site /in < c:\sites.xml. The only issue is that the myFTP.xml file doesn't include the custom FTP Authorization Rules. I can see the rules in the applicationHOST.config. Is there different command options to also export the FTP Authorization Rules?
↧