Home » Questions » Computers [ Ask a new question ]

How do I copy files from a Unix server to a Windows client with SSH?

How do I copy files from a Unix server to a Windows client with SSH?

I have connected to a Unix server using SSH from my terminal from my Windows client.

Asked by: Guest | Views: 427
Total answers/comments: 1
bert [Entry]

"You can use scp directly on the command prompt itself: For example:

c:>scp myuser@myhost.com:/home/myuser/test.properties .

myuser@myhost.com's password:

test.properties 100% 675 0.7KB/s 00:00"