LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pscp

PuTTY secure file copy client

TLDR

Copy file to remote
$ pscp [file] [user]@[host]:[path]
copy
Copy from remote
$ pscp [user]@[host]:[file] [local_path]
copy
Copy directory recursively
$ pscp -r [directory] [user]@[host]:[path]
copy
Use specific key
$ pscp -i [key.ppk] [file] [user]@[host]:[path]
copy
Specify port
$ pscp -P [2222] [file] [user]@[host]:[path]
copy

SYNOPSIS

pscp [options] [source] [destination]

DESCRIPTION

pscp is PuTTY's SCP (Secure Copy) client for Windows. It transfers files over SSH, similar to the Unix scp command but using PuTTY's connection code.

PARAMETERS

-r

Copy directories recursively.
-i key
Private key file (PPK format).
-P port
SSH port.
-l user
Login username.
-pw password
Password (insecure).
-q
Quiet mode.
-v
Verbose mode.

INSTALL

sudo apt install putty-tools
copy
sudo dnf install pssh
copy
sudo apk add pssh
copy
sudo zypper install pssh
copy
brew install pssh
copy
nix profile install nixpkgs#pssh
copy

CAVEATS

Windows-specific (part of PuTTY). Uses PPK key format. On Unix, use scp instead.

HISTORY

pscp is part of PuTTY, the SSH client suite for Windows created by Simon Tatham in 1999.

SEE ALSO

scp(1), putty(1), plink(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid