Sep 29, 2007
Objective This post is the first one from the mini-series on firewall configuration for FTP7 (full product name: Microsoft FTP Publishing Service for IIS 7.0) . The goal of this post if to provide instructions on how to setup local Windows Firewall to...
25 comments
Filed under: FTP7 firewall
Jun 13, 2007
FTP7 Beta administrative tool doesn't include information about currently executing Ftp sessions. The FTP7 runtime session information is exposed through the IIS7 config API extensibility but the information I know there are administators out there wondering...
2 comments
Filed under: FTP FTP7 script sample
Jun 13, 2007
Few people asked me how to programatically create FTP 7 site. FTP 7 doesn't use the IIS metabase to store the site information. Instead, it uses the new configuration store that comes with IIS7. The following jscript function uses "Microsoft.ApplicationHost...
2 comments
Filed under: FTP FTP7 script sample