From fce0683ec3f6cf516f3b1dac3d52e27066eaf035 Mon Sep 17 00:00:00 2001 From: Hai Zhang Date: Sat, 7 Aug 2021 21:22:11 -0700 Subject: [PATCH] [Feature] Update full description and README for added SFTP support. --- README.md | 2 +- README_zh-CN.md | 2 +- fastlane/metadata/android/en-US/full_description.txt | 2 +- fastlane/metadata/android/zh-CN/full_description.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd45c7de..9477d52b 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/README_zh-CN.md b/README_zh-CN.md index 1e4bae48..864a3f15 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -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)。 diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 9e9886aa..e70072f8 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -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. diff --git a/fastlane/metadata/android/zh-CN/full_description.txt b/fastlane/metadata/android/zh-CN/full_description.txt index 314ca6d0..00d21ae1 100644 --- a/fastlane/metadata/android/zh-CN/full_description.txt +++ b/fastlane/metadata/android/zh-CN/full_description.txt @@ -6,7 +6,7 @@ - 面包屑导航栏:点击导航栏所显示路径中的任一文件夹即可快速访问。 - Root 支持:使用 root 权限查看和管理文件。 - 压缩文件支持:查看、提取和创建常见的压缩文件。 -- SMB 支持:查看和管理 SMB 服务器上的文件。 +- NAS 支持:查看和管理 SFTP 和 SMB 服务器上的文件。 - 主题:可定制的界面颜色,以及可选纯黑的夜间模式。 - Linux 友好:支持符号链接、文件权限和 SELinux 上下文。 - 健壮性:使用 Linux 系统调用实现,而不是另一个 ls 解析器。