Hi,
I have installed Windows Embedded Standard 2009 on the target machine along with IIS feature enabled. I have created a new FTP site with the name "FTPSite" and now I need to enable FTP Authentication (Basic) using commandline.
I have gone through the MSDN Technet website for enabling FTP Authentication using the commandline and got the following one,.
"appcmd.exe set config -section:system.applicationHost/sites /siteDefaults.ftpServer.security.authentication.basicAuthentication.enabled:"True" /commit:apphost"
"appcmd.exe set config -section:system.applicationHost/sites /siteDefaults.ftpServer.security.authentication.AnonymousAuthentication.enabled:"True" /commit:apphost"
The above commands are executing well in the commandline and received "Applied Configuration changes to section "system.applicationHost/sites" for "MACHINE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST""
But when I checked in the IIS console, the FTP Authentication were not enabled and remains in the Disabled state.
Could someone tell what went wrong and why the FTP Authentication is not reflected in the IIS console?
Many thanks,
Prabu M