Unfortunately, I can't think of any way to really do what you want. First,
the FTP server has to have these capabilities built into it natively and I'm
not sure the IIS web server will do this especially since it's driven by
Windows user account permissions. You may be able to find a third-party FTP
server that has things such as a limit to the number of files uploaded, but
I haven't seen one. Usually most file quota mechanisms I've seen are more
worried about the size of the files than the number (especially because a
user could put 100 files into a zip file and get around the file number
limit that way). The interfaces to talk to the FTP server willd epend upon
the FTP server itself. There are calls you can make programatically to IIS,
mostly done through the command prompt but also through the windows
scripting host, that can be used to different server instances and adjust
application settings, but I'm not sure on the level you want.

Signature
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
> hi there,
>
[quoted text clipped - 13 lines]
>
> thanks in advance, matthias