-
Notifications
You must be signed in to change notification settings - Fork 24
Features\File Manager
Jean-Pierre LESUEUR (Microsoft MVP) edited this page Oct 27, 2025
·
1 revision
⚙️ The File Manager feature provides an intuitive interface for browsing and managing remote file systems.
- File or Folder Name
- File Type
- File Size
- Access Rights (R: Read, W: Write, E: Execute)
- DACL in SDDL format
- Creation Date
- Last Modified Date
- Last Access Date
- Browsing the remote file system.
- Uploading a file to the current folder (if permitted).
- Uploading a file to a selected folder (if permitted).
- Downloading a selected file (if permitted).
- Navigate to the specified user folder (Go To), supporting relative paths and environment variables (e.g., %TEMP%).
- Optionally (enabled by default), a browsed path tree view can be displayed to provide a hierarchical view of previously accessed paths.
- Streaming file content (if permitted) allows reading files of any size in pages, similar to a book. Even files larger than several gigabytes can be read efficiently without heavy CPU, memory, or network usage, and without downloading the entire file.
Optionally (disabled by default), folders can be color-coded based on their access rights, allowing you to quickly see where you can navigate and what actions are permitted:
- Red: No Access
- Yellow: Read and Execute
- Orange: Execute Only
- Blue: Read Only
- Green: Full Access