Etc - copying a file with putty scp example to linux machine

less than 1 minute read

pscp.exe -i [ppk_path] [file_to_copy] root@[ip]:[dest_path]

ex)
pscp.exe -i c:\test\id_rsa.ppk c:\temp\test.txt root@[fe80::217:88ff:fe20:4d1]:/tmp

Categories:

Updated: