Clearing Default Security Settings of FTP on IIS7.5 with Powershell
First you need to clear default security settings to create your own settings.
Clear-WebConfiguration -Filter /System.FtpServer/Security/Authorization -PSPath IIS: -Location "Default FTP Site/$FTPUserDir"
As I said in earlier posts, $FTPUserDir is the name of the FTP Virtual Site.
Tags: clear-webconfiguration, iis7.5 ftp clear default security settings, iis7.5 powershell clear ftp settings
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply