Top "Scp" questions

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

Git fetch/pull/clone hangs on receiving objects

When fetching or pulling from git repositories, or cloning a repository, I get to this point: remote: Counting objects: 6666, done. …

git ssh scp
How to respond to password prompt when using SCP in a shell script?

First of all, I am well aware of that there are many of questions regarding this topic. I have read …

shell passwords scp prompt keyboard-events
How to copy file from a Vagrant machine to localhost

I want to copy a local file from a Vagrant machine to my localhost, but I am getting an error …

linux vagrant scp
Transferring a file to an amazon ec2 instance using scp always gives me permission denied (publickey,gssapi-with-mic)

I am trying to transfer a file to an ec2 instance. I followed the Amazon's documentation, this is what my …

amazon-ec2 scp private-key permission-denied
scp a folder to a remote system keeping the directory layout

I have a large directory tree with hundreds of nested sub-folders. I need to copy only 4 folders and their contents …

linux scp
Default file transfer mode in SCP

I want to know what is the default mode used (ASCII or binary like FTP) while transferring files using SCP. …

scp
Run SCP in background and monitor the progress

I'm running an scp command in the background: nohup scp file.gz root@target-host:/root/ > nohup.out 2>&1 …

linux scp nohup
scp not working saying its a directory error

I am trying to copy a file to remote server in a certain folder. Its an adrive backup plan. But …

backup scp
Problems running python script by windows task scheduler that does pscp

Not sure if anyone has run into this, but I'll take suggestions for troubleshooting and/or alternative methods. I have …

python scheduled-tasks scp
Why is copying a directory with Ansible so slow?

I'm using Ansible to copy a directory (900 files, 136MBytes) from one host to another: --- - name: copy a directory …

scp ansible