Transferring files with the scp Command (Linux Crash Course Series)

The Linux Crash Course Series – Teaching you a valuable Linux command/skill/topic one video at a time! This time around, our journey takes us to the Secure Copy (scp) command, which you can use to copy files from one Linux instance to another via SSH. You’ll learn everything you need to know in order to get started with scp so don’t miss this video!

YouTube player

Thanks to Akamai Connected Cloud for sponsoring today’s video! Check out their awesome cloud platform and spin up your very own Linux server!

Notable Replies

  1. This is a great video about scp! You only missed one particularly useful aspect of scp. Transferring files between servers.

    scp user@server1:file user@server2:
    

    I use this more frequently than anything.

Continue the discussion at community.learnlinux.tv

Participants

Avatar for system Avatar for hulxmash