Collections:
Other Resources:
Checking FTP Server Log File
Checking FTP Server Log File
✍: Guest
If you look the settings, you will find out that the log file is located in C:\WINDOWS\System32\LogFiles\MSFTPSVC1 directory. Open the last log file, exnnnnnn.log, you should see something like:
#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 03:55:34
#Fields: time c-ip cs-method cs-uri-stem sc-status
03:55:34 127.0.0.1 [1]USER anonymous 331
03:55:42 127.0.0.1 [1]PASS gg 230
03:55:49 127.0.0.1 [1]QUIT - 226
04:07:57 127.0.0.1 [2]sent /ftp.html 226
04:07:57 127.0.0.1 [2]sent /index.html 226
04:07:58 127.0.0.1 [2]sent /reference.html 226
03:55:49 127.0.0.1 [1]QUIT - 226
Interestingly, it did not record the "dir" command.
2008-10-21, ≈15🔥, 0💬
Popular Posts:
How to Verify Apache server configuration for PHP scripts support? If you have followed our Configur...
Can I disable Windows service "Network Location Awareness (NLA)" to speedup my computer? Microsoft a...
What is the HP computer registration process? If you bought a new HP computer and doing the initial ...
Failed to connect to a windows service. Windows could not connect to windows all user install agent ...
Where to find tutorials on using Windows 10? I want to learn how to use Windows 10 more efficiently....