Suppose I ssh to a server in Windows machine and I want to scp file myLocalComp:someDir, is there something automatically built-in or do I need to set up a SSHD for this in Windows?
|
|
|||
|
|
|
If you type Alternatively, if you have SSH access to this remote server, you could use a tool like WinSCP which will give you the possibility to retrieve a file from this server over SSH in a way very similar to FTP and without the need to install an SSH server on your side. Edit: I forgot to mention |
|||||||||||||
|
|
Download PSCP from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html This is a windows application. You can then do some like this scenario. SOURCE FILES /home/user/documents/* DESTINATION d:\backup\user\documents
|
|||||
|