WebDAV Logs
Files.com provides detailed audit log of actions made to your site by WebDAV clients. These audit log contains essential details such as the time of action, remote IP, server IP, user, authentication ciphers, action, path, file names, size, entries returned, duration, status, and more.
We currently retain these logs for 30 days, but we are gradually increasing this to 180 days, with the 180-day retention expected to be in place by 2025.
Below are the details available in the WebDAV logs.
Column | Details |
---|---|
Date | Start time of the action. |
Remote IP | IP address of the WebDAV client. |
Server IP | IP address of the WebDAV server. |
User | Username associated with the action. |
Auth Ciphers | Authentication Ciphers. |
Action | Action types such as list directory, create directory, upload, download, rename, read file status, set status, remove, etc. |
Path | Path as sent by the WebDAV client. This path may not match with the actual path on Files.com due to user's WebDAV root folders. When filtering the Path, this should be delimited by slashes (/ ), excluding both the start and end slashes. Maximum length: 5000 characters. |
Path on Files.com | Actual path on Files.com. |
File Name | Actual file name. |
HTTP Method | Method of the HTTP call. |
HTTP Path | Path of the HTTP call. |
HTTP Response Code | HTTP response code returned to the WebDAV client. |
Size | Size of the file that was uploaded or downloaded. |
Entries Returned | Number of entries returned when listing files and folders. Available when the Operation type is List. |
Status | Status such as Complete, Error, Failure, or Canceled for each action. |
Duration | Time taken in milliseconds for the execution of the action. |