New Auditing Feature for FTP Server (115285)
The information in this article applies to:
- Microsoft Windows NT Workstation 3.5
- Microsoft Windows NT Server 3.5
This article was previously published under Q115285 SUMMARY
There is a new registry value "LogFileAccess" in Windows NT Workstation and
Windows NT Server version 3.5 that enables the FTP server's creation of a
LOG file. When this setting is enabled the FTP server will create a text
file called FTPSVC.LOG located in the services current directory (usually
%SystemRoot%\System32).
The LOG file will contain three types of entries:
************** FTP SERVER SERVICE STARTING <date/time>
************** FTP SERVER SERVICE STOPPING <date/time>
<IP_Address> <User> <Action> <Path> <date/time>
where:
<date/time> is the current date/time, such as "Fri Feb 13 17:49:21 1995"
<ip_address> is the user's host IP address, such as "22.101.3.212"
<user> is the name of the user (or anonymous ID), such as "janedoe"
<action> is the action taken, either "opened", "created", or "appended"
<path> is the full path and filename, such as
"e:\users\default\file.txt"
Following is an example of what a FTPSVC.LOG file's contents might look
like:
************** FTP SERVER SERVICE STARTING Fri Feb 13 15:50:25 1995
22.101.3.212 janedoe opened e:\nt.555\mstools\api32wh.ind Fri Feb 13
15:50:40 1995
22.101.34.22 johndoe created c:\users\johndoe\report.txt Sat Feb 14
12:20:05 1995
************** FTP SERVER SERVICE STOPPING Sun Feb 15 15:54:31 1995
Modification Type: | Major | Last Reviewed: | 10/28/2003 |
---|
Keywords: | kbnetwork KB115285 |
---|
|