copy file from linux host to windows using putty
- by iamrohitbanga
I use scp command on my bash shell to copy a file from a remote linux machine while I am logged on to it using ssh.
Now if I connect to the linux machine using Putty on windows machine will I still be able to use scp command to copy files on my windows machine.
what will the command look like?