scp command examples to transfer files on Linux
Installing scp $ dpkg -L openssh-client | grep scp Using scp $ scp source_file_path destination_file_path $ scp ~/my_local_file.txt user@remote_host.com:/some/remote/directory Copy with Verbose scp -v ~/test.txt root@192.168.1.3:/root/help2356.txt