Linux Tips and Tricks
in Coding on Linux
How to copy to and from Windows and Ubuntu:
>pscp -sftp -r -i [key.ppk] [source path] username@destination_ip:/destination/path
SSH and Transfer Files using Putty Private Key (.ppk)
in Coding on Linux
>pscp -sftp -r -i [key.ppk] [source path] username@destination_ip:/destination/path
SSH and Transfer Files using Putty Private Key (.ppk)