4

I can ssh connect to my linux computer. I would like to access files from my linux computer but in a more comfortable graphical way, so that for example I can see them in a "file explorer" type of thing and can copy and paste it in my windows computer

Is there a simple way to do that?

2
  • 1
    Look into WinSCP Commented Aug 2, 2021 at 2:05
  • 3
    Set your Linux box up with SAMBA and do file sharing with your Windows box.
    – davidgo
    Commented Aug 2, 2021 at 4:38

2 Answers 2

2

You can use SSHFS. This allows you to mount your server filesystem using SSH credentials (and relevant access granted to SSH user, of course) as a directory on your Windows machine.

On Windows 10, you can use SSHFS for Windows and WinFSP (directions given in SSHFS GitHub page). These are simple installations, thereafter you'll be able to mount your remote directory on your machine via SSH, and browse the file system using Windows File Explorer, just as if it was on your own system. Nothing is required to be installed on your server except, of course, the SSH server.

0

You can use Mobaxterm Home Edition.

When you open a new ssh session you have next to the terminal a ssh browser and you can drag and drop files from/to it.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .