具有 GUI 目录树的 SSH 客户端,其视图与终端中的当前目录同步?
我正在寻找具有以下功能的 SSH 客户端:
- 终端/shell(纯文本)界面。
- 带有目录树的 GUI(如 Windows 资源管理器)。
- 保持这些视图同步的能力——即。当您在终端中输入命令 cd .. 时,目录树 GUI 将更新其视图,并向上导航一个目录。
我知道存在多个带有 1 和 2 的 SSH 客户端,例如 winscp。然而,我从未在它或其他客户端中见过3。
有谁知道 SSH 客户端具有在终端会话和 GUI 之间同步视图的能力吗?
I am looking for an SSH client with the following features:
- A terminal/shell (text-only) interface.
- A GUI with directory tree (like windows explorer).
- The ability to keep these views in sync-- ie. when you enter the command
cd ..
in the terminal, the directory tree GUI will update its view, and navigate up one directory.
I know that several SSH clients exist with 1 and 2, such as winscp. However, I have never seen 3 in it or other clients.
Does anyone know of a SSH client with this ability to synchronize the view between the terminal session and the GUI?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WinSCP 确实做到了这一点。
如果您在连接时使用 SCP 方法(而不是 FTP 或 SFTP),则可以打开一个终端(从命令 > 打开终端)并
cd
到您想要的内容。当您关闭终端时,文件视图将更改为您离开时的位置。好的,所以它不是即时的...但您所要做的就是关闭终端,查看新的 GUI,使用快捷方式 (CTRL+T) 重新打开,然后您就得到了您想要的东西。
WinSCP does do this.
If you use the SCP method (rather than FTP or SFTP) when connecting, you can open a terminal (from Commands > Open Terminal) and
cd
to your heart's content. When you close the terminal, the file view changes to where you left it.Ok so its not instant... but all you have to do is close the terminal, see the new GUI, reopen with a shortcut (CTRL+T) and you have what you're looking for.