Using the SCP Command in Linux
The command to transfer files between Linux servers typically has two options: sftp/ftp and scp. Both can accomplish file uploads and downloads. However, if not scripted and used as pure commands, sftp and ftp require at least two commands to execute operations like cd or cp after logging in. In contrast, scp can complete file … Read more