Files
termscp/docs/zh-CN/usage/file-explorer.md
2026-06-08 10:16:00 +02:00

19 lines
968 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 文件浏览器
当你与远程主机建立连接后termscp 会显示文件浏览器。浏览器由三个面板组成。
- **本地浏览器面板**:显示在屏幕左侧。它展示本地主机上当前目录中的条目。
- **远程浏览器面板**:显示在屏幕右侧。它展示远程主机上当前目录中的条目。
- **查找结果面板**:在你搜索文件后显示。根据你搜索的位置(本地或远程),它会替换本地浏览器面板或远程浏览器面板,并列出与你的搜索条件匹配的条目。
## 在面板之间切换
使用以下按键在面板之间移动。
- `<LEFT>`:移动到本地浏览器面板。
- `<RIGHT>`:移动到远程浏览器面板。
- `<TAB>`:切换当前活动的浏览器选项卡。
- `<ESC>`:在查找结果面板中时,退出该面板并返回上一个面板。
如需查看浏览器中可用按键的完整列表,请参阅[键盘快捷键](keyboard-shortcuts.md)。