Top "Scp" questions

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

Copying files with scp: connection timed out

I am running a script on a remote machine and I would like to copy the output file on my …

linux scp hostname
How to best capture and log scp output?

I am trying to capture output from an install script (that uses scp) and log it. However, I am not …

logging shell scp
How to scp to Amazon s3?

I need to send backup files of ~2TB to S3. I guess the most hassle-free option would be Linux scp …

linux amazon-s3 scp
rsync - create all missing parent directories?

I'm looking for an rsync-like program which will create any missing parent directories on the remote side. For example, if …

rsync scp
Timeout in paramiko (python)

I'm looking for a way to set a timeout for this: transport = paramiko.Transport((host, port)) transport.connect(username = username, …

python ssh timeout scp paramiko
could not resolve hostname with scp

I am accessing an ubuntu server over ssh with putty on my windows machine and trying to download a single …

scp
using ssh keys with scp and ssh

I am trying to copy few files to a target system using scp and then login to the system and …

ssh scp ssh-keys
How to transfer a file between two remote servers using scp from a third, local machine?

I'm trying to copy a file from one remote server to another remote server from my local machine. Here's what …

unix ssh scp
sending a large file with SCP to a certain server stalls at exactly 2112 kB

There is a certain ubuntu 10.04 server where if I ssh a file onto it from any server that is outside …

ubuntu ssh scp
Prevent overwriting of files when using Scp

I was copying some files using scp and i don't want to overwrite the already present files. If i was …

linux scp