简体   繁体   中英

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

I have downloaded Windows PowerShell SSH Server from Here . So, now i can ssh from Linux to Windows, and get to 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. How can i run some File Manager under PowerShell under SSH from Linux?

I tried to run Far Manager, but not succeeded.

I don't believe such an interactive application is possible to be programmed in command prompt or PowerShell. So there is no way to do this even within PowerShell, let alone connect to PowerShell from a Linux system via SSH.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM