Top "Scp" questions

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

File location if target path not specified with scp command

To copy a folder from local computer to server I use scp -r local_folder user@server:path Now I …

scp
scp fails with "protocol error: filename does not match request"

I have a script that uses SCP to pull a file from a remote Linux host on AWS. After running …

ssh scp
equivalent of ftp put and append in scp

I have a legacy script which I am not able to understand. The script is to transfer 4 files (2 ebcdic format …

unix ftp file-transfer scp mainframe
Is there any way of having maven scp wagon work consistently on linux/mac/windows platform?

Given the very poor documentation about scp/ssh and maven I tried different approaches, basically falling in two main categories: …

java maven ssh scp jsch
Transferring file from local machine to server in WinSCP using Java

I want to write a notepad file and upload it to a WinSCP path. I used to create those files …

java scp jsch winscp jcifs
Using Ruby and SCP/SSH, how to determine if a file exists before uploading a copy

I'm uploading a file to a remote server using SCP, but what's the proper way of seeing if that file …

ruby file-upload scp net-ssh
scp recursive command for local to remote copy

So, I have been doing some scp stuff recently from my local machine to my server, and today, by mistake, …

linux scp cp
Using packer to copy file from host to generated image without password

I am currently using packer to generate customized images from a given configuration. The packer .json file includes provisions, which …

shell ssh amazon-ec2 scp packer
SCP copying error : Not a directory

I want to copy a file from my local system to a remote host. I want to specify the file …

file directory scp copying renaming
I'm having trouble using SCP to upload files to Sourceforge

So I finished writing my first program and I'm trying to upload it to my sourceforge account, but the file …

shell scp sourceforge winscp