Putty Download File

  

PuTTY is a client program for the SSH, Telnet and Rlogin network protocols. These protocols are all used to run a remote session on a computer, over a network. PuTTY implements the client end of that session: the end at which the session is displayed, rather than the end at which it runs.

  • Download 32-Bit Download 64-Bit How to Use Puttygen on Windows. There are two different ways of using Putty gen on Windows.You can either open it from Putty, or you can open the Puttygen.exe file itself.
  • This page contains download links for the latest released version of PuTTY. Currently this is 0.72, released on 2019-07-20. When new releases come out, this page will update to contain the latest, so this is a good page to bookmark or link to.
Active2 months ago

When I try downloading a file from my server onto my computer, it actually downloads the file onto the server.

(Note I am already SSH'd into my server before typing this command. I've watched tutorials on YouTube and people are using their terminal without SSHing into any particular server, however I don't think I can do this with PuTTY on Windows?)

The problem is that I am specifying the location to download the file as only ~/Desktop/

This creates a folder called Desktop in my server, instead of copying the files onto my local desktop.

I'd greatly appreciate any assistance.

Update:

I am able to use this command on Linux.

I have successfully download the folder onto my desktop:

I still need insight onto how I can do this on a Windows machine.

Martin Prikryl
103k27 gold badges214 silver badges454 bronze badges
SobieSkiSobieSki

5 Answers

There's no way to initiate a file transfer back to/from local Windows from a SSH session opened in PuTTY window.

Though PuTTY supports connection-sharing.

While you still need to run a compatible file transfer client (pscp or psftp), no new login is required, it automatically (if enabled) makes use of an existing PuTTY session.

To enable the sharing see:
Sharing an SSH connection between PuTTY tools.

Even without connection-sharing, you can still use the psftp or pscp from Windows command line.

See How to use PSCP to copy file from Unix machine to Windows machine ...?

Note that the scp is OpenSSH program. It's primarily *nix program, but you can run it via Windows Subsystem for Linux or get a Windows build from Win32-OpenSSH.

If you really want to download the files to a local desktop, you have to specify a target path as %USERPROFILE%Desktop (what typically resolves to a path like C:UsersusernameDesktop).

Alternative way is to use WinSCP, a GUI SFTP/SCP client. While you browse the remote site, you can anytime open SSH terminal to the same site using Open in PuTTY command.
See Opening Session in PuTTY.

With an additional setup, you can even make PuTTY automatically navigate to the same directory you are browsing with WinSCP.
See Opening PuTTY in the same directory.

(I'm the author of WinSCP)

Martin PrikrylMartin Prikryl
103k27 gold badges214 silver badges454 bronze badges

try this scp -r -P2222 kwazy@mywebsite.com:/home2/kwazy/www/utrecht-connected.nl /Desktop

Another easier option if you're going to be pulling files left and right is to just use an SFTP client like WinSCP. Then you're not typing out 100 characters every time you want to pull something, just drag and drop.

Edit: Just noticed /Desktop probably isn't where you're looking to download the file to. Should be something like C:UsersyouDesktop

d3c0yd3c0y

if you install git with git bash, you get SCP available on windows.

AshishAshish

If your server have a http service you can compress your directory and download the compressed file.

Compress:

Download throught your browser:

If you don't have direct access to the server ip, do a ssh tunnel throught putty, and forward the 80 port in some local port, and you can download the file.

jacm365jacm365

You can use the WinSPC program. Its access to any server is pretty easy. The program gives its guide too. I hope it's helpfull.

Luan SouzaLuan Souza

Not the answer you're looking for? Browse other questions tagged windowssshdownloadputtyscp or ask your own question.

  • Latest Version:

    PuTTY 0.72 (64-bit) LATEST

  • Requirements:

    Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64

  • User Rating:

  • Author / Product:

    Simon Tatham / PuTTY (64-bit)

  • Old Versions:

  • Filename:

    putty-64bit-0.72-installer.msi

  • MD5 Checksum:

    2d28f9ae309152b758ee80201f30f53c

  • Details:

    PuTTY (64-bit) 2019 full offline installer setup for PC

PuTTYDownload is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator. It is written and maintained primarily by Simon Tatham.
These protocols are all used to run a remote session on a computerPutty download file via ssh, over a network. PuTTY 64 bit implements the client end of that session: the end at which the session is displayed, rather than the end at which it runs.
In really simple terms: you run PuTTY

Putty Download File Over Ssh

on a Windows machine, and tell it to connect to (for example) a Unix machine. The app opens a window. Then, anything you type into that window is sent straight to the Unix machine, and everything the Unix machine sends back is displayed in the window. So you can work on the Unix machine as if you were sitting at its console, while actually sitting somewhere else.
DownloadThis download includes the following tools:

Winscp

  • PuTTY (the Telnet and SSH client itself)
  • PSCP (an SCP client, i.e. command-line secure file copy)
  • PSFTP (an SFTP client, i.e. general file transfer sessions much like FTP)
  • PuTTYtel (a Telnet-only client)
  • Plink (a command-line interface to the PuTTY back ends)
  • Pageant (an SSH authentication agent for PuTTY, PSCP and Plink)
  • PuTTYgen (an RSA and DSA key generation utility).

Putty Download For Windows 10 64-bit