Top "Scp" questions

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

Shellscript action if two files are different

I am importing a file to my server using this command: scp zumodo@shold:/test/test/test/server.py /test/…

bash shell scp
How to download a file from EC2 instance to Local Computer

i have an instance of ec2.it have some files.i tried to download my file from ec2 instance to …

amazon-web-services amazon-ec2 scp
SCP doesn't work when echo in .bashrc?

I have two users in Fedora: Wani root (quite obvious!) My contents of .bashrc of user Wani are: # .bashrc echo "…

bash ssh scp
Ant scp task not working, even with jsch on ant/lib

I need to copy a war file via scp. I have added the jsch-0.1.42.jar to $ANT_HOME/lib but …

java ant build scp task
SCP for C#

Is there a library that provides the ability to do SCP transfers in C#?

c# .net ssh scp
How to copy files as fast as possible?

I am running my shell script on machineA which copies the files from machineB and machineC to machineA. If the …

linux bash unix ubuntu scp
passing yes argument while scp command

I am facing an issue when I run simply these commands. The remote server want to pass yes to add …

linux bash scripting scp
sshpass not working properly

I'm using sshpass to pass the password non-interactive on ubuntu 11.04. when I use sshpass with scp sshpass -p '123' …

ubuntu ssh scp sshpass
mtime.sec is not present

I am facing a tricky situation here. I have a java based application that tries to scp remote machines to …

java scp
How to scp back to local when I've already sshed into remote machine?

Often I face this situation: I sshed into a remote server and ran some programs, and I want to copy …

linux ssh scp