How to upgrade PuTTY from the version shipped with MATLAB to the latest version?
3 views (last 30 days)
Show older comments
MathWorks Support Team
on 16 Apr 2019
Edited: MathWorks Support Team
on 10 Dec 2025
When a security protection software scans my MATLAB installation, it indicates that the file "putty.exe" is too old and needs to be updated to the latest version (e.g., 0.63). How can I do this?
Accepted Answer
MathWorks Support Team
on 10 Dec 2025
Edited: MathWorks Support Team
on 10 Dec 2025
To perform this upgrade, carry out follow the steps. You may need administrator or super-user privilege to perform these steps.
1) Locate the path to the PuTTY executables shipped with MATLAB. This can be done by using the following command in MATLAB:
>> disp(fullfile(matlabroot, 'toolbox', 'idelink', 'foundation', 'hostapps'));
For example, on Windows, the path can be something like:
"C:\Program Files (x86)\MATLAB\R2014a\toolbox\idelink\foundation\hostapps"
2) Navigate to that folder using Windows Explorer. You should see three EXE files in this directory, named:
plink.exe
pscp.exe
putty.exe
These files have the older version number (e.g., 0.61).
3) For backup purpose, create a new directory called "0.61" and move the three aforementioned files into the new directory.
4) Go to PuTTY's official website:
Download the three EXE files of the desired version (e.g., 0.63) into the directory where the older-version PuTTY executables were previously found (e.g., "C:\Program Files (x86)\MATLAB\R2023a\toolbox\idelink\foundation\hostapps")
plink.exe
pscp.exe
putty.exe
0 Comments
More Answers (0)
See Also
Categories
Find more on Downloads in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!