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

  2. How to SCP from Linux server to Windows client - Super User

    In you have an SSH access from Windows to Linux, you have an SCP access too (or even better an SFTP access). Use any SCP/SFTP client available. You can use WinSCP SFTP/SCP client, which …

  3. How can I copy files in Putty to local computer? - Super User

    Feb 3, 2012 · If you type scp on the remote server, you will need indeed an sshd server on the windows side for scp to be able to make an SSH connection from the remote server (where scp is) to your …

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

    Oct 6, 2021 · There are none. scp (Secure CoPy) is a protocol and command line utility for secure file transfer; and pscp is just the name of PuTTy SCP/SFTP client. The security of SCP is provided by …

  5. scp - Can I use PuTTY to transfer files to my PC? - Super User

    Feb 25, 2025 · I'm having trouble connecting to our cluster with WinSCP. Can I use PuTTY as an alternative? How do I transfer files to my PC using PuTTY or some other alternative for WinSCP?

  6. putty - How can i copy using ssh scp from a linux folder to a windows ...

    Aug 21, 2018 · and is my command for scp wrong? Your command would work if you would set up SSH server on Windows PC, but you don't actually need to do that if a task is just a copy content over …

  7. How to use SSH Public Key with PuTTY to connect to a Linux machine

    Nov 8, 2013 · 8 I am trying to set a public SSH key connection from a Windows 7 machine to a Red-Hat Linux machine. The ultimate purpose is to use pscp (PuTTY's version of scp) from the command …

  8. putty - how to copy a file over ssh from a remote machine? (linux to ...

    Dec 19, 2012 · I just tried putty and the above will not work, but if you are running an ssh server on your windows machine I guess you would be able to do this: Connect to the remote unix machine using: …

  9. How do I get WinSCP to connect to an SSH server with a private key …

    Apr 27, 2021 · Then it looks a bit like putty's login screen, click SSH..Authentication..Load private key. Choose that PPK private key, same one that worked in Putty. It will work for WinSCP too. So, in …

  10. putty - Logging in to ssh doesn't ask for password, but scp does ...

    Jul 6, 2015 · I am logging in to my (Rackspace) server using ssh via putty where it doesn't prompt for a password. But using the same IP if I transfer files via scp, I am prompted for a password.