[Feature] Update full description and README for added SFTP support.

This commit is contained in:
Hai Zhang 2021-08-07 21:22:11 -07:00
parent 166618ce83
commit fce0683ec3
4 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ An open source Material Design file manager, for Android 5.0+.
- Breadcrumbs: Navigate in the filesystem with ease.
- Root support: View and manage files with root access.
- Archive support: View, extract and create common compressed files.
- SMB support: View and manage files on SMB servers.
- NAS support: View and manage files on SFTP and SMB servers.
- Themes: Customizable UI colors, plus night mode with optional true black.
- Linux-aware: Like [Nautilus](https://wiki.gnome.org/action/show/Apps/Files), knows symbolic links, file permissions and SELinux context.
- Robust: Uses Linux system calls under the hood, not yet another [`ls` parser](https://news.ycombinator.com/item?id=7994720).

View File

@ -22,7 +22,7 @@
- 面包屑导航栏:点击导航栏所显示路径中的任一文件夹即可快速访问。
- Root 支持:使用 root 权限查看和管理文件。
- 压缩文件支持:查看、提取和创建常见的压缩文件。
- SMB 支持:查看和管理 SMB 服务器上的文件。
- NAS 支持:查看和管理 SFTP 和 SMB 服务器上的文件。
- 主题:可定制的界面颜色,以及可选纯黑的夜间模式。
- Linux 友好:类似 [Nautilus](https://wiki.gnome.org/action/show/Apps/Files),支持符号链接、文件权限和 SELinux 上下文。
- 健壮性:使用 Linux 系统调用实现,而不是另一个 [`ls` 解析器](https://news.ycombinator.com/item?id=7994720)。

View File

@ -6,7 +6,7 @@ Features:
- Breadcrumbs: Navigate in the filesystem with ease.
- Root support: View and manage files with root access.
- Archive support: View, extract and create common compressed files.
- SMB support: View and manage files on SMB servers.
- NAS support: View and manage files on SFTP and SMB servers.
- Themes: Customizable UI colors, plus night mode with optional true black.
- Linux-aware: Knows symbolic links, file permissions and SELinux context.
- Robust: Uses Linux system calls under the hood, not yet another ls parser.

View File

@ -6,7 +6,7 @@
- 面包屑导航栏:点击导航栏所显示路径中的任一文件夹即可快速访问。
- Root 支持:使用 root 权限查看和管理文件。
- 压缩文件支持:查看、提取和创建常见的压缩文件。
- SMB 支持:查看和管理 SMB 服务器上的文件。
- NAS 支持:查看和管理 SFTP 和 SMB 服务器上的文件。
- 主题:可定制的界面颜色,以及可选纯黑的夜间模式。
- Linux 友好:支持符号链接、文件权限和 SELinux 上下文。
- 健壮性:使用 Linux 系统调用实现,而不是另一个 ls 解析器。