HK Blog

Home

❯

Tools

❯

file transfer

❯

SCP (Secure Copy)

SCP (Secure Copy)

Apr 10, 20251 min read

Intro

scp (secure copy) lets you securely copy files to remote server.

It works similarly to cp command.

It’s based on ssh.

Usage

Here are the the most basic usage.

scp file.txt [email protected]:Desktop/file.txt
 
scp -r folder [email protected]:Desktop/folder

For more options, read How to Use SCP Command to Securely Transfer Files.

Reference

  • How to Use SCP Command to Securely Transfer Files

Graph View

  • Intro
  • Usage
  • Reference

Backlinks

  • File Transfer

Created with Quartz v4.5.0 © 2025

  • GitHub
  • Discord Community