About 51 results
Open links in new tab
  1. 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

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

  3. How can I copy a file from a remote server to using Putty in …

    It worked using PSCP. Instructions: Download PSCP.EXE from Putty download page Open command prompt and type set PATH=<path to the pscp.exe file> In command prompt point to …

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

  5. How to use PSCP to copy file from Unix machine to Windows …

    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 …

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

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

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

    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 …

  9. How to copy entire folder and subfolder from remote sever to …

    Nov 27, 2014 · I am doing an automation to copy folder and subfolder from remote server to local machine. I know the command to copy all the files inside folder mget *.extension But I want to …

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