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

    How do I copy a folder from remote to local host using scp? I use ssh to log in to my server. Then, I would like to copy the remote folder foo to local /home/user/Desktop. How do I achieve this?

  2. linux - copy file/folder using scp command - Stack Overflow

    If I do from windows I get 'scp' is not recognized as an internal or external command,operable program or batch file. If I do from Linux to my windows machine then I get "ssh: connect to …

  3. linux - How to pass password to scp? - Stack Overflow

    Sep 8, 2008 · I know it is not recommended, but is it at all possible to pass the user's password to scp? I'd like to copy a file via scp as part of a batch job and the receiving server does, of …

  4. scp with port number specified - Stack Overflow

    user88595 Over a year ago Only solution which allows the use of scp -3 from and to servers with ssh listeners on different ports. scp -3 -P 123 server1:/file -P 456 server2:/file or similar …

  5. How can I copy files between two managed nodes using Ansible?

    I need to copy a file between two remote nodes: node A is a managed node where the file exists node B is a managed node where the file should be copied Please note that my control node, …

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

    On my Windows 11 host, I pulled a log file from an ancient Solaris 8 host in a test lab using the pscp command and it bloody worked!!! I had been struggling all day trying to copy it from …

  7. scp - Transferring files over SSH - Stack Overflow

    Dec 5, 2008 · scp can only copy files to a machine running sshd, hence you need to run the client software on the remote machine from the one you are running scp on. If copying on the …

  8. scp files from local to remote machine error: no such file or …

    I want to be able to transfer a directory and all its files from my local machine to my remote one. I dont use SCP much so I am a bit confused. I am connected to my remote machine via ssh and …

  9. How do I use scp to copy a file from the server to the client side

    Apr 29, 2016 · As an example, if the file is on the remote computer called remotecomputer.com in a subdirectory of your home directory called important and the file is called test.txt, you can …

  10. scp copy over ssh doesn't work - permission denied error, please?

    Oct 14, 2011 · If there is an identically named file owned by root on the remote host (target) the transfer will fail. This assumes you are running scp as an ordinary user on both hosts, i.e. your …