putty linux code example
Example 1: install putty on ubuntu
$ sudo add-apt-repository universe
$ sudo apt update
$ sudo apt install putty
Example 2: putty scp windows
pscp user@server:path-file.txt C:\path-local-machine
Example 3: putty for ubuntu
sudo add-apt-repository universe
Example 4: download putty for ubuntu
#Installing Putty on Ubuntu Linux
sudo add-apt-repository universe
sudo apt update
sudo apt install putty