# Get file information action
This action retrieves basic information about a specific file in your SFTP server, such as name, path, and size.
Get file information action
# Input
| Input field | Description |
|---|---|
| File path | Provide the full path of the file including the file name and extension. Example: /folder1/folder2/filename.csv |
# Output
| Output field | Description |
|---|---|
| File name | The name of the file. |
| File path | The complete path of the file. |
| File size | The size of the file. |
| Permissions | The permissions enabled on the file. |
| Last accessed | The most recent time this file was accessed. |
| Last modified | The most recent time this file was modified. |
Last updated: 5/21/2025, 5:22:32 AM