About 1,050,000 results
Open links in new tab
  1. scp files from local to remote machine error: no such file or directory

    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 I ty...

  2. 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?

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

    21 Use scp priv_key.pem source user@host:target if you need to connect using a private key. or if using pscp then use pscp -i priv_key.ppk source user@host:target

  4. How to copy a directory from local machine to remote machine

    I am using ssh to connect to a remote machine. Is there a way i can copy an entire directory from a local machine to the remote machine? I found this link to do it the other way round i.e copying...

  5. scp or sftp copy multiple files with single command

    Problem: Copying multiple directories from remote server to local machine using a single SCP command and retaining each directory as it is in the remote server.

  6. 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 course, need a

  7. 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 on the …

  8. ssh - How to scp in Python? - Stack Overflow

    Agreed, what you're seeing in the source code is the remote call to scp -t or scp -f ('to' and 'from' modes, which exist for this server-side purpose). This is essentially how scp works - it relies on another copy …

  9. Error when trying to SCP from Linux remote to Windows 11

    Nov 17, 2024 · I am currently trying to use scp to transfer files from a Linux-based remote server to my local machine from within a Windows Powershell terminal. My machine is installed with Windows 11, …

  10. scp - Copying files from server to local computer using SSH - Stack ...

    May 31, 2015 · I am having trouble copying files from a remote server using SSH. Using PuTTY I log in to the server using SSH. Once I find the file I would like to copy over to my computer, I use the …