diff --git a/README.md b/README.md index 9e07187..955fd3c 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ - SSH and local terminal support - Serial port protocol support -- [SFTP](./docs/sftp.png?raw=1) file transfer support +- [SFTP](./docs/sftp.png?raw=1) & [Command](./docs/sftp-command.png?raw=1) file transfer support - Compatible with Windows, macOS, and Linux - Zmodem protocol support - SSH port forwarding & Jump hosts - Terminal log -- Configuration synchronization via [Gist](https://gist.github.com) +- Configuration synchronization via [Gist](https://gist.github.com) & [WebDAV](https://developer.mozilla.org/docs/Glossary/WebDAV) - Macro support (record and replay scripts) - Keyword highlighting - Key management diff --git a/README.zh_CN.md b/README.zh_CN.md index 4ec91da..9adfad1 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -12,12 +12,12 @@ - 支持 SSH 和本地终端 - 支持串口协议 -- 支持 [SFTP](./docs/sftp-zh_CN.png?raw=1) 文件传输 +- 支持 [SFTP](./docs/sftp-zh_CN.png?raw=1) & [命令行](./docs/sftp-command.png?raw=1) 文件传输 - 支持 Windows、macOS、Linux 平台 - 支持 Zmodem 协议 - 支持 SSH 端口转发和跳板机 - 终端日志记录 -- 支持配置同步到 [Gist](https://gist.github.com) +- 支持配置同步到 [Gist](https://gist.github.com) & [WebDAV](https://developer.mozilla.org/docs/Glossary/WebDAV) - 支持宏(录制脚本并回放) - 支持关键词高亮 - 支持密钥管理器 diff --git a/docs/sftp-command.png b/docs/sftp-command.png new file mode 100644 index 0000000..55ea688 Binary files /dev/null and b/docs/sftp-command.png differ