Open links in new tab
  1. Automate scp file transfer using a shell script - Stack Overflow

    Jun 19, 2015 · I have some n number of files in a directory on my unix system. Is there a way to write a shellscript that will transfer all those files via scp to a specified remote system. I'll specify the passw...

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

  3. 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 …

  4. How to copy all files from a directory to a remote directory using scp ...

    Sep 30, 2015 · Note that scp follows symbolic links encountered in the tree traversal. So if you have sub-directories inside local_dir, the last example will only transfer files, but if you set the -r option, it …

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

    Jun 12, 2018 · 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: …

  6. Transfer files using scp: permission denied - Unix & Linux Stack Exchange

    I try to transfer files from remote computer using ssh to my computer : scp My_file.txt user_id@server:/Home This should put My_file.txt in the home folder on my own computer, right? I …

  7. using scp in terminal - Stack Overflow

    I have created a file on a remote computer that I have ssh-ed into. I want to transfer the file back to the laptop I am using at the moment. I see that I am supposed to use the command: scp username@

  8. 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

  9. How to scp with regular expressions - Unix & Linux Stack Exchange

    This isn't "scp with regular expressions", the one handling the file globs is the shell. scp just gets handed the already expanded list of files. And the expansion happens on the machine where the command is …

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

    I cannot believe that this worked! 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 …