About 329,000 results
Open links in new tab
  1. 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 …

  2. scp from Linux to Windows - Stack Overflow

    I am running a putty client on a Windows machine to connect successfully to a Linux box. Now I want to be able to copy a file from the Linux machine under the path /home/ubuntu/myfile to …

  3. Copy Files from Windows to Windows Subsystem for Linux (WSL)

    However, if i create a new text file from the windows UI and save it in C:\Users\<windows.username>\AppData\Local\lxss\home\<ubuntu.username>\Pictures, even …

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

  5. Copy a file from Windows client to Putty SSH - Stack Overflow

    Mar 3, 2017 · I want to copy a data from my local windows to my linux server. The file is in C:\Users\Test\Desktop\new\foo.txt and I want to copy it to [email protected] ...

  6. How to copy files from local machine to docker container on …

    Jul 5, 2021 · I have to import data files from a user local file C:/users/saad/bdd to a docker container (cassandra), I didn't find how to proceed using docker commands. I'm working on …

  7. Transfer files from Linux to Windows using pscp or some other tool

    Jun 29, 2012 · 7 Problem Statement- I want to copy some files from remote machine (linux) to my windows machine. I know I can do it using pscp. I tried looking on the internet, I found several …

  8. How to transfer files from windows to linux using ssh?

    Apr 21, 2016 · 0 I am using putty to connect to a linux computer using ssh. I am on a local windows machine that has a file. I want to transfer a file from my windows machine to the linux …

  9. Copy file from Windows to Linux via scp (from Linux)

    Dec 21, 2015 · Which copies my file from the remote server to the local machine. What I would like to do is use the same scp command from my local Linux machine but copy a file from a …

  10. python - How do I copy a file? - Stack Overflow

    How do I copy a file in Python?copy2(src,dst) is often more useful than copyfile(src,dst) because: it allows dst to be a directory (instead of the complete target filename), in which case the …