简体   繁体   English

如何在SSH下的Powershell中启动某些文件管理器?

[英]How can i start some file manager in Powershell under SSH?

I have downloaded Windows PowerShell SSH Server from Here . 我已从此处下载Windows PowerShell SSH服务器。 So, now i can ssh from Linux to Windows, and get to PowerShell. 因此,现在我可以从Linux切换到Windows,并使用PowerShell。

But if i use another way, connect from Windows to Linux via SSH, i can run something like Midnight Commander or other File Manager. 但是,如果我使用其他方式,则可以通过SSH从Windows连接到Linux,则可以运行Midnight Commander或其他文件管理器。 How can i run some File Manager under PowerShell under SSH from Linux? 如何从Linux在SSH下在PowerShell下运行某些文件管理器?

I tried to run Far Manager, but not succeeded. 我尝试运行Far Manager,但未成功。

I don't believe such an interactive application is possible to be programmed in command prompt or PowerShell. 我不认为可以在命令提示符或PowerShell中对这样的交互式应用程序进行编程。 So there is no way to do this even within PowerShell, let alone connect to PowerShell from a Linux system via SSH. 因此,即使在PowerShell中也无法做到这一点,更不用说通过SSH从Linux系统连接到PowerShell了。

As pointed out by Ansgar Wiechers in the comment below, there are some File managers that run locally in a command prompt or PowerShell, but not in an SSH session. 正如Ansgar Wiechers在下面的注释中指出的那样,有一些文件管理器在命令提示符或PowerShell中本地运行,但不在SSH会话中运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 sed 通过 ssh 修改远程文件? - How can i modify a remote file over ssh with sed? 等待带有while循环的SSH连接建立后,如何自动运行一些命令 - How can I run some commands automatically after waiting for my SSH connection to be established with a while loop 如何打开在Linux服务器下找到的.xls文件? - how can I open .xls file found under a linux server? 如何将文件路径放入剪贴板,以便可以将其作为文件粘贴到文件管理器中? - How can I put a file path into the clipboard so that it can be pasted as file in a file manager? 我可以从ssh命令获得某种返回值吗? - Can I get a return value of some kind from a ssh command? 如何自动登录SSH服务器并运行一些命令来修改文件 - How to auto login ssh server and run some command to modify a file 如何使用SSH命令将递归目录和文件列表导出到Linux Bash Shell中的文本文件? - How can I export a recursive directory & file listing to a text file in Linux Bash shell with an SSH command? 如何从开头删除bash中某个特定选定单词的文本? - How can I remove text from start to some particular selected word in bash? 如何检测子目录中的某个文件是否已更改? - How can I detect if some file in a subdir changed? 如何只删除某个目录下的复制文件(具有相同的cksum) - how to remove only the duplication file under some directory ( with the same cksum )
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM