Top "Scp" questions

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

Using scp to copy a file to Amazon EC2 instance?

I am trying to use my Mac Terminal to scp a file from Downloads (phpMyAdmin I downloaded online) to my …

amazon-ec2 terminal copy scp public-key
How to download a file from my server using SSH (using PuTTY on Windows)

When I try downloading a file from my server onto my computer, it actually downloads the file onto the server. (…

windows ssh download putty scp
How to copy a file to a remote server in Python using SCP or SSH?

I have a text file on my local machine that is generated by a daily Python script run in cron. …

python ssh automation scp
How to scp in Python?

What's the most pythonic way to scp a file in Python? The only route I'm aware of is os.system(…

python ssh paramiko scp
SSH SCP Local file to Remote in Terminal Mac Os X

I am attempting to copy a local file 'magento.tar.gz' from my local machine to a remote server using …

command-line ssh terminal scp
Transfer files to/from session I'm logged in with PuTTY

I'm logged into a remote host using PuTTY. What is the command to transfer files from my local machine to …

sftp file-transfer putty scp
Copying a local file from Windows to a remote server using scp

So, I'm attempting to simply transfer folder of files from my local computer to a server via ssh and scp. …

windows ssh copy sudo scp
Use ssh from Windows command prompt

Question: How to use ssh & scp from the Windows command prompt? I remember I installed a program in the …

windows ssh cmd scp
Copying files from server to local computer using SSH

I am having trouble copying files from a remote server using SSH. Using PuTTY I log in to the server …

ssh scp
How do I escape spaces in path for scp copy in Linux?

I'm new to linux, I want to copy a file from remote to local system... now I'm using scp command …

linux unix ubuntu whitespace scp