Top "Scp" questions

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

How does `scp` differ from `rsync`?

An article about setting up Ghost blogging says to use scp to copy from my local machine to a remote …

rsync scp
Send password when using scp to copy files from one server to another

using scp to copy files from 1 unix server to another regularly and performing certain actions. to do this quickly I …

bash shell unix ksh scp
How to copy a file from remote server to local machine?

In my terminal shell, I ssh'ed into a remote server, and I cd to the directory I want. Now in …

linux ubuntu scp cp
How Can I Download a File from EC2

What scp arguments should I use to download a file from an Amazon EC2 instance to local storage?

amazon-ec2 scp
scp files from local to remote machine error: no such file or directory

I want to be able to transfer a directory and all its files from my local machine to my remote …

scp
scp from remote host to local host

I am trying to copy a file from a remote machine to the local machine I am using. Whenever I …

linux unix scp
SCP Permission denied (publickey). on EC2 only when using -r flag on directories

scp -r /Applications/XAMPP/htdocs/keypairfile.pem uploads ec2-user@publicdns:/var/www/html where uploads is a directory returns …

unix amazon-ec2 file-permissions scp
How to filter files when using scp to copy dir recursively?

I need to copy all the .class files from server to local with all dir reserved. e.g. server:/usr/…

file shell filter directory scp
recursively use scp but excluding some folders

Assume there are some folders with these structures /bench1/1cpu/p_0/image/ /bench1/1cpu/p_0/fl_1/ /bench1/1cpu/p_0/fl_1/ /…

bash scp
Single Line sftp from Terminal

Several times throughout the day, I may be running a test where I need to look through a log file …

unix terminal sftp scp