Top "Scp" questions

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

SCP File from local to Heroku Server

I'd like to copy my config.yml file from my local django app directory to my heroku server, but I'm …

linux heroku scp
Bash script to scp newest file in a directory on a remote server

Ok so I kinda know how to do this locally with a find then cp command, but don't know how …

bash cron backup scp database-backups
Uploading files using SCP using phpseclib

I need to create 2 functions: one to upload files using SFTP and another using SCP. I'm using phpseclib and the …

php sftp scp phpseclib
Non-interactive scp

I'm creating a bash script to create new EC2 instances and then upload a file once the instance is created. …

scp non-interactive
Is there an scp variant of mv command?

I am writing a script that will move files from a local system to a remote system. It must do …

linux scp mv
WinSCP: How to make sure SFTP upload gets renamed from .zip.filepart to .zip?

Using the .NET assembly of WinSCP to upload a file. OperationResultBase.Check() is throwing the following error: WinSCP.SessionRemoteException: Transfer …

c# sftp scp winscp winscp-net
WinSCP connect to Amazon AMI EC2 Instance changing user after login to "root"

I followed instructions here carefully however I haven't get this working right. Here is what I did: Run WinSCP enter …

amazon-ec2 sudo putty scp winscp
Docker RUN fails with "returned a non-zero code: 6"

I have the following in my docker file: RUN sudo apt-get install sshpass -y RUN sshpass -p userPassword scp -r …

docker scp dockerfile docker-machine sshpass
How does scp traffic flow between two remote hosts?

If you issue a scp command between 2 remote servers, will the traffic flow directly between the hosts, or will it …

sftp rsync scp
Use private key in WinSCP SCP script

I have been trying to figure this out. I hope someone can help. I have written a batch script to …

batch-file scp ssh-keys winscp