putty scp code example
Example 1: putty scp windows
pscp user@server:path-file.txt C:\path-local-machine
Example 2: how to use scp command in putty
1 2 3 4 5 6 7 -1
pscp user@server:path-file.txt C:\path-local-machine
1 2 3 4 5 6 7 -1