31 thoughts on “How to Copy Files Using SSH

  • the only tutorial that I found that really showed that we need to log out of the server first before passing the file (yeah as a not techy person this was a very dumb mistake on my part but to be fair none of the guides really indicated that ;-;)
    thank you this was really a great help 🙏🙏

  • It would be good to zoom in on the screen so phone users can read what typed.

  • Absolute Rubbish, doesn't work

  • pretty useful video not gonna lie. I used it even to submit files in hpc. Btw I have it on loop because the voice is quite nice and the pronunciation of the terms xD

  • please make video on Copy files from code commit repositories to EC2 VM

  • I got

    ssh: connect to host x.x.x.x port 22: Network is unreachable

    Can anyone plz help !

  • Can you reverse this to put something into the remote?

  • When he types scp root..:/home/variable.sh", I replaced home with Documents, the server name with the one I'm using, and then variable.sh with a folder name on the server, but I didn't see it copy into Documents. Can someone help me with this? Would appreciate it

  • I'm having issues when trying this with Virtualbox that has Xubuntu. I get error: "ssh: connect to host (My IP address) port 22: Connection refused"

  • My root password for the remote machine works via SSH but not with SCP?

  • thanks, Perfect Video.
    Short
    precises
    smart way of covering the topic

  • This is easyer to transfer a whole dir from server A to server B
    Just log in to server A and do:

    scp -r /home/admin root@serverBIp:/home/oldvps/.
    In this case it will transfer the whole dir from /home/admin to server B and locate it at /home/oldvps

  • im trying to transfer from linux desktop to windows desktop

  • Perfect! I can do tons of amazing projects with this info.

  • this would help if i could see the terminal so this is no help

Comments are closed.