Jun 01, 2009
FTP 7 and SSL Client Certificate Support One of the little known features of FTP 7.0 and FTP 7.5 is their support for SSL client certificates. There is no GUI support to configure client certificates for FTP. That makes the feature hard to discover. But...
1 comments
Apr 16, 2009
FTP 7.0 introduced support for virtual host names as documented in the article http://learn.iis.net/page.aspx/320/using-ftp-virtual-host-names/ . Because of variety of compatibility challenges, the decision was made to use the pipe sign “|”...
1 comments
Apr 15, 2009
FTP 7 includes few features that are not commonly known or used. One of them is a support for block mode transfers. Block mode transfers One of the deficiencies of FTP protocol is the need to maintain secondary TCP connection (data channel). Most...
1 comments
Dec 19, 2008
Recently I investigated an IIS issue. As part of my investigation I had to analyze W3 logs. While doing so, I realized that IIS 7.0 introduced so many sub-status codes that I was not able to reinterpret them in my head any more. Luckily, I recalled...
5 comments
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...
33 comments
Tags: 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
Tags: samplescriptFTP7FTP
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...
5 comments
Tags: samplescriptFTP7FTP