scp command - SCP to Securely Transfer Files/Folders in Linux

preview_player
Показать описание
Some time you may wonder In Unix, how do I securely transfer files between two Linux computers? So generally we use scp command to Securely Transfer Files/Folders in Linux (e.g. Ubuntu, Cent OS, Fedora, Linux mint ..). scp stands for "secure copy."

scp syntax

scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
[-l limit] [-o ssh_option] [-P port] [-S program]
[[user@]host1:]file1 ... [[user@]host2:]file2

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

Easily the best tutorial online on this subject. I am in my 60s and really struggled with this - I am fairly new to LInux. Your explanation lifted the cloud - it finally clicked with me. Superb delivery; great pace, and VERY clear explanations. Thank you and well done.

tyrotrainer
Автор

I logged in to say thank you to the uploader. I spent hours and days for how to ssh, scp things to my computer from the remote server (uni compter lab) and this 10min video saved my life. Love you.

daehwan_y
Автор

...how a demo should be, simple to follow! Thank you.

nicohalal
Автор

"Its similar as cp" this has made me understand it very easily . thanks

fawadmirza.
Автор

I had a fight with this command for over a week now... thanks to you I finally managed to use it! Thanks so much mate!

sandrostutz
Автор

thank you kind sir! i really appreciate how thorough you were, but without overwhelming us!

zeel
Автор

transferring from remote to local was something I couldn't find anywear else. Thanks so much.

rez
Автор

Thank you, explained really nicely and helped me during my project. God Bless.

remindersforgood
Автор

i did the same and it execute with the same output on the host but, file is not there on the remote machine when i write ls. kindly help

ayushisingh
Автор

Thank you! I've successfully used this to transfer files between my Mac and networked Raspberry Pi Zero! My remote vnc has a graphical way to transfer files, but using the scp command is much faster!

onemoreconjecture
Автор

Thank you so much. Please keep up the good work!

EA-cmoz
Автор

Dude this is a solid video and helped me for my research project. Thanks!

avb
Автор

Thank you very much. This is legit and clearly explained. Its very hard to find such golden teaching like these nowadays.

angeljessedampil
Автор

ssh: connect to host IP port 22: Connection refused
lost connection

khaliquesyed
Автор

excellent explanation with perfect demonstration of both ways..thanks allot pls upload more linux CLI videos

shahrukhjaved
Автор

hi, I have tried, but i got this [ssh: connect to host XXX port 22: Connection refused]

yijunli
Автор

THANKS ... Was looking for syntax ..well explained !!

TechFreak
Автор

How can I directly write into a file which is residing in a remote linux machine from an application running on another linux machine?

hardtrailrider
Автор

Very Very Good. Thank you, Especially the ifconfig.

ScreenPrintR
Автор

i am doing same in cygwin....but what happens is it creates a new folder in local drive and copies ....
not to remote server

thirumeniparthiban