Quickly Copy Files To Remote Linux Mint/Ubuntu System Using SCP

One of the earlier post explained how to remotely copy multiple files and directories and keep them in sync by using rsync over ssh. While this is great for transferring files and directories in bulk, what if just a single file or a few files need to be copied quickly? For this, scp (secure copy) can be very useful. It is a remote file copy tool available from Linux Terminal that uses ssh to copy files...