About 207,000 results
Open links in new tab
  1. How do I copy a folder from remote to local using scp? [closed]

    To use full power of scp you need to go through next steps:. Public key authorisation; Create SSH aliases; Then, for example if you have this ~/.ssh/config:

  2. Automate scp file transfer using a shell script - Stack Overflow

    Jun 19, 2015 · rsync is a program that behaves in much the same way that rcp does, but has many more options and uses the rsync remote-update protocol to greatly speed up file …

  3. scp - How to copy a file from a remote server to a local machine ...

    Mar 5, 2015 · If you find yourself copying with scp often, you can mount the remote directory in your file browser and drag-and-drop. On my Ubuntu 15 host, it's under the menu bar "Go" > …

  4. amazon web services - 'scp' is not recognized as an internal or ...

    Jan 25, 2019 · Scp command used to securely transfer files between two Linux/Unix computers systems. The syntax for the ...

  5. How does `scp` differ from `rsync`? - Stack Overflow

    Nov 27, 2013 · An article about setting up Ghost blogging says to use scp to copy from my local machine to a remote server: scp -r ghost-0.3 root@*your-server-ip*:~/ However, Railscast 339: …

  6. Copying a local file from Windows to a remote server using scp

    Using the stock 'scp' from a recent Windows Server 2022 version I was able to use the command from this answer above, but with using a colon in the drive specifier, as the first path segment …

  7. scp copy directory to another server with private key auth

    Sep 7, 2016 · scp -C -i ./remoteServerKey.ppk -r /var/www/* [email protected]:/var/www I use the same .ppk as in putty and enter the same passphrase, but it asks me 3 times and than says …

  8. scp from Linux to Windows - Stack Overflow

    scp -r linux_username@linux_address:path/to/file path/to/local/directory This will copy file to the specified local directory on the system you are currently working on. The -r flag tells scp to …

  9. scp with port number specified - Stack Overflow

    Here is an excerpt from scp's man page with all of the details concerning the two switches, as well as an explanation of why uppercase P was chosen for scp: -P port Specifies the port to …

  10. Using putty to scp from windows to Linux - Stack Overflow

    scp uses : to delimit the host and path, so it thinks you have asked it to download a file at the path \Users\Admin\Desktop\WMU\5260\A2.c from the host C to your local home directory. The …

Refresh