Top "Scp" questions

For questions around "Secure Copy Protocol" (SCP).

Scp command syntax for copying a folder from local machine to a remote server

I am using putty for copying files from local machine to remote server.My folder is in C:/site can …

linux scp putty
Error when using scp command "bash: scp: command not found"

I want to use scp command to copy a local file to remote server, but I get an error message …

scp openssh rhel
how to execute a scp command with the user name and password in one line

I would like to put the password in on one line when running scp in my terminal scp user1@xxx.…

terminal command scp
scp copy directory to another server with private key auth

is there something wrong with this scp command ? scp -C -i ./remoteServerKey.ppk -r /var/www/* [email protected]:/var/www I …

linux ssh copy file-transfer scp
scp gives "not a regular file"

I have a problem when using scp on Linux, it says "not a regular file". I looked at other questions/…

linux scp
Run local python script on remote server

I'm debugging some python script that must run on my virtual machine. And, I prefer to edit the scripts locally(…

python ssh remote-debugging scp
How to scp with a second remote host

I wonder if there is a way for me to SCP the file from remote2 host directly from my local …

scp
scp stalled while copying large files

According to the needs of the experiment, I set the MTU to 8000. After doing this, when I use scp to …

bash shell scp
How to resume scp with partially copied files?

I use scp shell command to copy huge folder of files. But at some point of time I had to …

bash rsync scp resume
How do I create a directory on remote host if it doesn't exist without ssh-ing in?

I'm not sure if this is possible or not. Basically, I'm writing a script that allows me to scp a …

bash scripting scp