Top "Scp" questions

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

Using 'expect' to automatically send in password

I am trying to copy a file from my remote server to my local. Here's my script to run it, …

linux bash shell scp expect
Hard to Resolve :- "SCP copies files successfully, but files not visible in local computer"

I want to download file from server to my local Linux machine. I am using the following command scp -r …

linux shell unix scp
scp file to different user in the remote server from local

generally, i login to a server xyz.com using my login credentials([email protected]), my home = /home/user/myuserid/ …

linux scp su
Uploading a File via SCP with Maven fails

I try to upload an ear created by maven to an application server using scp. When I tried to run …

maven-2 upload scp wagon
scp to a remote server using pexpect

I'm trying to learn a little bit on pexpect: in particular I'm trying to copy a file from my laptop …

python scp pexpect
Whats faster? Copy via nfs-mount or via scp?

we have a network of several machines and we want to distribute a big directory (ca. 10 GB) to every box. …

linux unix scp mount nfs
How to enable sshpass output to console

Using scp and interactively entering the password the file copy progress is sent to the console but there is no …

scp sshpass
How do I refer to my local computer for scp'ing when logged into remote?

This must be a really simple question, but I am trying to move a file from a remote server to …

unix scp
SCP in ESXi not working

Everytime I try to copy files from ESXi machine to other Linux machine it always fails. Either it waits for …

ssh vmware scp esxi
Getting "Command not found" when using pscp command

I am transferring a project folder to AWS instance using PuTTY pscp. I am able to connect using .ppk public …

ssh sftp putty scp pscp