About 51 results
Open links in new tab
  1. How to use PSCP to copy file from Unix machine to Windows machine …

    I am having a problem using PSCP in a C# program to copy a file from a Unix machine to a Windows machine. The problem only happens when the target folder on the Windows machine has a space in …

  2. Transfer folder using pscp (Putty) from Windows to Linux

    Jan 22, 2019 · Transfer folder using pscp (Putty) from Windows to Linux Asked 6 years, 11 months ago Modified 2 years ago Viewed 29k times

  3. How do I transfer a file to my server using PuTTY? - Super User

    I dont think putty alone can do the job. WinSCP is a nice GUI tool for secure copy of files, Putty works very well for the job also using the command line tool called pscp.

  4. Transfer files to/from session I'm logged in with PuTTY

    I'm logged into a remote host using PuTTY. What is the command to transfer files from my local machine to the machine I'm logged into on PuTTY?

  5. Is there any difference between default scp and PuTTY pscp (with -scp ...

    Oct 6, 2021 · The fact that the file provider manual already includes pscp is just a nice gesture from whoever is responsible for creating it. It being specified in the manual signifies that the creator …

  6. Command to automatically input password for pscp

    If you are running PSCP as part of some automated job, it will not be possible to enter a password by hand. The -pw option to PSCP lets you specify the password to use on the command line.

  7. pscp copy file remotely from Windows to Linux - Super User

    I need to copy file from my Windows XP system to remote Linux system. Win location : c:\1.txt LInux location: /tmp What should be the command? EDITED: pscp is recognized and OK on my PC.I CAN …

  8. ssh - How to copy a file using pscp through an intermediary gateway ...

    Apr 4, 2013 · Then pscp over this link. I'll step through exactly what I did. 1) Create an SSH connection to serverB in PuTTY 2) For this connection create a tunnel that goes from port 2222 (you can pick …

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

    Jun 29, 2012 · 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 …

  10. 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 within the putty …