User Tools

Site Tools


cs101:scpfromlinux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
cs101:scpfromlinux [2020/09/08 16:45] – [What Is SCP?] localadmincs101:scpfromlinux [2020/09/08 16:51] (current) – [What Is SCP?] localadmin
Line 4: Line 4:
 ===== What Is SCP? ===== ===== What Is SCP? =====
  
-In Linux, you can use the **Secure Copy Protocol** (**[[cs101:scp|SCP]]**) from the command line ([[cs101:cli|CLI]]) (the scp command) to securely copy files and directories between remote hosts without explicitly logging into the remote systems. The scp command uses **[[cs101:ssh|SSH]]** to transfer data, so it does requires a password or passphrase for authentication. Unlike **[[cs101:rcp|RCP]]** or **[[cs101:ftp|FTP]]**, SCP encrypts both the file and any passwords exchanged so that anyone snooping on the network cannot view them.+In Linux, you can use the **Secure Copy Protocol** (**[[cs101:scp|SCP]]**) from the command line (**[[cs101:cli|CLI]]**) (the scp command) to securely copy files and directories between remote hosts without explicitly logging into the remote systems. The scp command uses **[[cs101:ssh|SSH]]** to transfer data, so it does requires a password or passphrase for authentication. Unlike **[[cs101:rcp|RCP]]** or **[[cs101:ftp|FTP]]**, SCP encrypts both the file and any passwords exchanged so that anyone snooping on the network cannot view them.
  
 ==== Basic Syntax ==== ==== Basic Syntax ====
cs101/scpfromlinux.1599601555.txt.gz · Last modified: by localadmin