SFTP Logs
Files.com records real-time audit logs for SFTP file transfers to your site. Each log entry captures the time of action, remote IP, server IP, user, sequence ID, action, path, file names, data length, entries returned, duration, and status.
We retain these logs for 180 days.
Details Recorded in SFTP Logs
The SFTP logs contain the following details.
| Column | Details |
|---|---|
| Date | Start time of the action. |
| User | Username associated with the action. |
| Remote IP | IP address of the SFTP client. |
| Server IP | IP address of the SFTP server. |
| Session UUID | Unique identifier assigned to each session, from login to session closure. |
| Sequence ID | SFTP sequence ID received from the SFTP client. |
| Auth Method | Authentication methods like passwords, public keys, etc., are available for the login action type. |
| Auth Ciphers | Displays authentication ciphers tied to Auth Method. |
| Action | Action types such as login, list directory, create directory, upload, download, rename, read status, set status, remove, etc. |
| Path | Path sent by the SFTP client. This path may not match with the actual path on Files.com due to user's SFTP root folders. When filtering the Path, delimit it with 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. |
| MD5 | MD5 hash of the file (if available). |
| SFTP Response Code | SFTP response code returned to the SFTP client. |
| SFTP Response Message | SFTP response message returned to the SFTP client. |
| Size | The size of the transferred file, if available. |
| Data Length | Data length in bytes is provided for actions involving data transfer, such as upload and download. |
| Entries Returned | Number of entries returned when listing files and folders. |
| Status | Status such as Success or Failure for each SFTP action. |
| Duration | Time taken in milliseconds for the execution of the action. |