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