Bash
Scp – secure copy
Scp copies files between hosts on a network. It uses ssh for data transfer, and uses the same authentication and provides the same security as ssh. Scp will ask for passwords or passphrases if they are needed for authentication You can copy single or multiple files using * wild card Read more…