Linux – How to download files from a UNIX server via SSH to the desktop

command linelinuxsshunix

Newbie here, I just got SSH access to my shared hosting server (unix). I am current in a directory on the server where there is a file called images.zip. I want to download this to my desktop (I am running windows locally if that matters). Which command do I need and what is the syntax?

Best Answer

You can use winscp.

Related Question