
858,371
Downloads
34,571
Downloads of v 0.68
2/22/2017
Last update
PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm
terminal emulator.
Notes
Use of PuTTY, PSCP, PSFTP and Plink is illegal in countries where encryption is outlawed.
We believe it is legal to use PuTTY, PSCP, PSFTP and Plink in England and Wales and in many other countries, but we are not lawyers, and so if in doubt you should seek legal advice before downloading it.
You may find useful information at cryptolaw.org, which collects information on cryptography laws in many countries, but we can't vouch for its correctness.
To install PuTTY, run the following command from the command line or from PowerShell:
C:\> choco install putty
--version 0.68
To upgrade PuTTY, run the following command from the command line or from PowerShell:
C:\> choco upgrade putty
--version 0.68
Files
Hide- update.ps1
Show
import-module au $releases = "http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" function global:au_SearchReplace { @{ "$($Latest.PackageName).nuspec" = @{ "(\<dependency .+?`"$($Latest.PackageName).portable`" version=)`"([^`"]+)`"" = "`$1`"[$($Latest.Version)]`"" } } } function global:au_GetLatest { $download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing #https://the.earth.li/~sgtatham/putty/latest/x86/putty-0.67-installer.msi $reInstaller = "putty-(.+)-installer.msi" $url32Installer = $download_page.links | Where-Object href -match $reInstaller | Select-Object -First 1 -expand href $version = $matches[1] $filename32Installer = [IO.Path]::GetFileName($url32Installer) #https://the.earth.li/~sgtatham/putty/latest/x86/putty.zip $rePortable = "putty.zip" $url32Portable = $download_page.links | Where-Object href -match $rePortable | Select-Object -First 1 -expand href $filename32Portable = [IO.Path]::GetFileName($url32Portable) return @{ URL32Installer = $url32Installer FileName32Installer = $filename32Installer URL32Portable = $url32Portable FileName32Portable = $filename32Portable Version = $version } } if ($MyInvocation.InvocationName -ne '.') { # run the update only if script is not sourced update -ChecksumFor none }
Virus Scan Results
- putty.0.68.nupkg (5e1bd6de38dd) - ## / 57 - Log in or click on link to see number of positives
Dependencies
-
- putty.portable (= 0.68)
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
PuTTY 0.70.0.20171219 | 330888 | Tuesday, December 19, 2017 | approved |
PuTTY 0.70 | 163062 | Saturday, July 8, 2017 | approved |
PuTTY 0.69 | 72086 | Saturday, April 29, 2017 | approved |
PuTTY 0.68.0.20170412 | 15479 | Wednesday, April 12, 2017 | approved |
PuTTY 0.68 | 34571 | Wednesday, February 22, 2017 | approved |
PuTTY 0.67 | 139929 | Monday, March 21, 2016 | approved |
PuTTY 0.66 | 23095 | Saturday, November 7, 2015 | approved |
PuTTY 0.65 | 15657 | Saturday, July 25, 2015 | approved |
PuTTY 0.64 | 22064 | Saturday, February 28, 2015 | approved |
PuTTY 0.64-prerelease | 350 | Thursday, February 26, 2015 | exempted |
Discussion for the PuTTY Package
Ground rules:
- This discussion is only about PuTTY and the PuTTY package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or PuTTY, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.