Share icon

Download Putty - Click Here

To Transfer files and Folder between to computer or remote server using putty .pem or .ppk file is easy.

scp is common and best way to transfer files and folder between to remote servers or local machine.

copy file from one to another system:

scp -i mykey.pem somefile.txt username@my.ip.address.xx:/path/to/paste

 

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.