I have connected to a unix server using ssh from my terminal. But i am having a windows client.
How to copy files from the unix server to the windows client.
Can i use the scp and rcp commands ?
Or is there any other way to do so ?
Thanks
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I prefer An example invocation from one of my scripts (details changed to protect the innocent):
This copies the Your particular use case would be satisfied by:
Keep in mind that placing passwords into scripts is not generally a good idea since it means anyone that breaks into your local machine can easily break into the other machine as well. | |||||||||||
feedback
|
|
| |||||
feedback
|
|
You can use scp directly on the command prompt itself: For example:
| |||||
feedback
|
|
Check out WinSCP for a free GUI SFTP client if you don't want to bother with the command line. | |||
|
feedback
|