Linux scp command with examples

preview_player
Показать описание
#Linuxscp #scpcommand #SCP
In this video, we have covered Linux scp command with examples.

You can get the all the above examples commands at below website.

List of scp examples covered are:

1. Copy file from local to the remote host.
2. Copy file from Remote host to the local host.
3. Copy multiple files to a remote host using SCP.
4. Copy entire directory to another Linux host using SCP command.
5. To increase speed the copy process use -C options of SCP.
6. We can also limit the band width while copying files with -l option. Speed is in KB/Sec.
7. Specify the different port(22) than default in SCP command. Where P(upper case) is case sensitive.
8. Copy data to multiples hosts using Linux scp command.
9. Copy similar file extension files(examples .txt or .sql, or .sh, .dump ….) of a directory to another Linux host.
Рекомендации по теме
Комментарии
Автор

Great video! Very thorough with multiple examples.

jasonn
Автор

We need seprate operating system or in same system to perform this operations.

ganeshpawar
Автор

Can explain how to arrange tow instances. At a time ...
How i will confussed

anjiputta