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.
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.
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!
It is not working when the local computer port (22) is different with the remote computer (e.g. 7722). In that case how can I copy files from local to remote?
Hi, I am trying to transfer a file from solaris machine to local machine by using scp -r filename.txt hostname@localmachineIPaddress:/pathtoplaceafile and ended with connection timedout error. what could be the reason for getting such error?
I have one question.. Lets say i have remote server which is linux and my local machine is on windows... So how can we get remote server's file into windows local machine?
Tried doing this, could able to transfer directory/files using only root user to other server. How to transfer directory/file using any other user(ec2-user)? Tried giving sudo rights and complete rights on particular directory as well to other user. But dint work. Can you please tell me how u could able to transfer files using codebind user??
How do i download files to local in below scenario: I logon to a server A, and from A, tunnel into Server B. The files i need to download are on Server B. 😖
Lets say I have 5 files in my folder.. file1.txt , file2.txt, file3.ini, file4.py,file5.exe How do you copy 2 out of 5 files using SCP.. like you just want to copy File3.ini and File5.exe for example.. 2 files with different extensions
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.
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.
didnt you earned enough in IT beacuase you are still upskilling in 60's
...how a demo should be, simple to follow! Thank you.
"Its similar as cp" this has made me understand it very easily . thanks
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!
transferring from remote to local was something I couldn't find anywear else. Thanks so much.
thank you kind sir! i really appreciate how thorough you were, but without overwhelming us!
A complete video for SCP . thanks
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!
Dude this is a solid video and helped me for my research project. Thanks!
Thank you, explained really nicely and helped me during my project. God Bless.
Thank you very much. This is legit and clearly explained. Its very hard to find such golden teaching like these nowadays.
THANKS ... Was looking for syntax ..well explained !!
excellent explanation with perfect demonstration of both ways..thanks allot pls upload more linux CLI videos
Best Explanation and correct explanation .
Straight to the point! Great tuto
Very Very Good. Thank you, Especially the ifconfig.
Thank you it helped me as a first time user.
It's neat and well explained, thanks again!
Thank you for this video! Very helpful!
All i can say is one Word And that is : AWESOME
thanks a lot, saved me hours of waiting
Thanks so much for such a wonderful and informative content. It has helped my understanding very well.
hi, I have tried, but i got this [ssh: connect to host XXX port 22: Connection refused]
A little Tips for people getting "scp.: not a regular file", make sure there is no space between your "hostname:/File/Directory"
Excellent Video! A Must Watch For Any Newbie!
Worked like charm!
Good one. Appreciate the effort. Thank you!
ssh: connect to host IP port 22: Connection refused
lost connection
How can I directly write into a file which is residing in a remote linux machine from an application running on another linux machine?
It is not working when the local computer port (22) is different with the remote computer (e.g. 7722). In that case how can I copy files from local to remote?
Note that you can also get the ip address by typing hostname -i
Thank you for the explanation :)
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
Thanks for nice explaining
Very useful information , Thank you so much
You are greatly explained ...
Great video which i ever seen.. thanks bhai..
Very well explained... Thank you
i am doing same in cygwin....but what happens is it creates a new folder in local drive and copies ....
not to remote server
Hi, I am trying to transfer a file from solaris machine to local machine by using scp -r filename.txt hostname@localmachineIPaddress:/pathtoplaceafile and ended with connection timedout error. what could be the reason for getting such error?
Good explanation.Thanks
I have one question.. Lets say i have remote server which is linux and my local machine is on windows... So how can we get remote server's file into windows local machine?
Thank U very MUCH!!! Really helpful content!
If you using aws then use -i options to provide the .pem file
Exactly what i wanted! thanks
thanks for your help, that's so easy😁
how about transferring directory with all the files included from remote server to local machine using ssh
To me it says "there is no such file or directory" but if if I search for list the file is there
can you do secure copy on the remote server? so scp remote@server:file to local@server on the remote server?
Amazing bruv... This is it right here.
hot to send file from remote server to local ?
Very helpful. Thanks you so much
You're explanation was nice , but I didn't understand the last thing you said "port" ...
what happens if my remote computer is using a different operating system than my virtual machine?
How to know the port number
?
thanks if you need specify port use -P 123456
on the receiving end, any steps to prepare? Set up ssh server?
I tried this on my VM ubuntu to a ssh session to my raspberry and it just failed.
Tried doing this, could able to transfer directory/files using only root user to other server.
How to transfer directory/file using any other user(ec2-user)?
Tried giving sudo rights and complete rights on particular directory as well to other user. But dint work.
Can you please tell me how u could able to transfer files using codebind user??
very nice Sir please post interview qns as well
is this also applicable in a LAN system in a regular office situation if they are all connected to a single router?
Thanks so much sir, it helped me so much
i am in host server, with a login id ,.......how to copy the directory from host to local memory in machine.....
Thank you so much, you save my day :)
nice and clear, thank you.
How to know the port number
Try something like "sudo netstat -antp | grep "ssh"
Thanks a lot for this nice video!!!
Thanks slot Sir for your assistance
How do I know on which port my open ssh is running on the remote host?
I’m not sure, but I feel like ssh is always on 22
How do i download files to local in below scenario:
I logon to a server A, and from A, tunnel into Server B.
The files i need to download are on Server B.
😖
😭
That is very helpful, thanks
Can you show how we can transfer files from a linux to a windows server?
it gives me no such file or directory error. how to fix?
Check file permissions
GOOD TUTORIAL . HOW TO FIND OUT WHAT IS MY PORT NUMBER?
Very well done., thanks.
I have to run script everyday so I don't wan to put password everyday as well, do you know the ways how to run it without put password many time?
thank you sir
what is the transfer rate ??
Great video thanks so much
very nice!!! 👍👍✨✨
To make this transfer you must be connected to the Internet and have mobile data
my port is different i could i do that
Good job you did sir thank you a lot.
Thank you so much, you saved me
Can you do this but with windows?
Thank you for the great tutorial!
Thank you so much bro
3:19 connection refused lost connection
Lets say I have 5 files in my folder.. file1.txt , file2.txt, file3.ini, file4.py,file5.exe
How do you copy 2 out of 5 files using SCP.. like you just want to copy File3.ini and File5.exe for example.. 2 files with different extensions
It is showing an error
No root to host
sir, thanks ever so much
it is saying connection refused
How to make a virtual machine?
Too good 👍
great video man :D thanks :D
Bless this man
Thank you so much
thanks a bundle buddy
Is this SCP 079?
amazing video!