FTP Server MIB Definitions

Last reviewed: April 22, 1997
Article ID: Q143177
The information in this article applies to:
  • Microsoft Internet Information Server version 1.0

SUMMARY

The File Transfer protocol MIB (FTP.MIB) for Internet Information Server (IIS) contains 16 objects specifically designed to support computers running IIS on Windows NT 3.51. This article lists the FTP MIB objects and description.

MORE INFORMATION

The following lists the FTP MIB objects and a description of each object:

FTP Server Statistics:

  • TotalBytesSent_HighWord This is the high 32-bits of the total
                                    number of BYTEs sent by the FTP Server.
    
    
  • TotalBytesSent_LowWord This is the low 32-bits of the total
                                    number of BYTEs sent by the FTP Server.
    
    
  • TotalBytesReceived_HighWord This is the high 32-bits of the total
                                    number of BYTEs received by the FTP Server.
    
    
  • TotalBytesReceived_LowWord This is the low 32-bits of the total number
                                    of BYTEs received by the FTP Server.
    
    
  • TotalFilesSent This is the total number of files sent by
                                    this FTP Server.
    
    
  • TotalFilesReceived This is the total number of files received
                                    by this FTP Server.
    
    
  • CurrentAnonymousUsers This is the number of anonymous users
                                    currently connected to the FTP Server.
    
    
  • CurrentNonAnonymousUsers This is the number of non-anonymous users
                                    currently connected to the FTP Server.
    
    
  • TotalAnonymousUsers This is the total number of anonymous users
                                    that have ever connected to the FTP Server.
    
    
  • TotalNonAnonymousUsers This is the total number of non-anonymous
                                    users that have ever connected to the FTP
                                    Server.
    
    
  • MaxAnonymousUsers This is the maximum number of anonymous
                                    users simultaneously connected to the FTP
                                    Server.
    
    
  • MaxNonAnonymousUsers This is the maximum number of non-anonymous
                                    users simultaneously connected to the FTP
                                    Server.
    
    
  • CurrentConnections Current number of connections to the FTP
                                    Server.
    
    
  • MaxConnections The maximum number of simultaneous
                                    connections to the FTP Server.
    
    
  • ConnectionAttempts Number of connection attempts made to the
                                    FTP Server.
    
    
  • LogonAttempts The number of logon attempts that have been
                                    made to the FTP Server.
    
    
The FTP.MIB file is available in the IIS CD-ROM in the SDK directory.


Additional query words: prodiis
Keywords : iisgeneral kbnetwork nttcp
Version : 1.0
Platform : WINDOWS
Issue type : kbhowto


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 22, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.