Questions tagged [scp]

Looking for information on the Secure Copy Protocol (SCP)? Please note that general SCP support is not allowed here. For support questions, head to scp. SCP allows secure file transfers between a local and remote host or between two remote hosts using an SSH protocol. Just a reminder, this tag is not associated with "SAP Cloud Platform"!

Sending a file with an apostrophe in its name via scp in python

I am currently working on a Python script that is meant to copy files from a remote server to a local directory using scp. Due to the restrictions of running this script on an OpenELEC distribution (a minimal HTPC Linux distro with a read-only filesystem ...

Error encountered while attempting to transfer files using scp in a program due to insufficient

Whenever I attempt to download a file from a server, I encounter an issue. Executing the command through a shell works fine; however, when trying to run it from code, I receive a permission denied error. scp user@host:path localpath password The code sn ...