netprobe24
WinSCP icon

Download and install WinSCP on Windows

The official WinSCP page is easy to use once you know which button is the real one. Here is that, plus the two choices setup asks you to make.

Martin Přikryl · 6-minute read · checked against the official site, September 2026

WinSCP describes itself as a “Free SFTP, SCP, S3 and FTP client for Windows”, and it speaks WebDAV as well. It is open source under the GPLv3 and has been developed by Martin Přikryl for many years. Getting it is simple once you know one quirk of the official download page, which we cover first.

WinSCP in brief

Official site
winscp.net
Download page
winscp.net/eng/download.php
Version checked
6.5.7, a download of about 12 MB
Platform
Windows only
Documentation
winscp.net/eng/docs

Version 6.5 brought a thumbnail view in the file panels, a choice of three toolbar icon sizes, the Segoe UI font, an improved Synchronization checklist, a dark theme for session tabs, better S3 support and compatibility with the new OneDrive WebDAV interface.

Download WinSCP from the official siteOpens the official WinSCP download page. We host no files.

The download page: button, not banners

WinSCP is free, and its download page carries advertisements to help pay for it. Some of those ads can look like download buttons. The real one is the large green/blue Download WinSCP button that includes the version number (6.5.7 at the time of writing).

  • Click only the button labelled with the WinSCP version.
  • Ignore banners elsewhere on the page, even if they say “Download”.
  • The file you receive should have WinSCP and the version in its name, such as WinSCP-6.5.7-Setup.exe.
  • If a different program starts downloading, cancel and delete it, then try again.

The same care applies to search results: go to winscp.net directly rather than through a “download portal”. Unofficial download sites may bundle extra software, and there is no benefit to using them.

Installer or portable package

The big button gives you the installer. The Other Downloads section of the same page lists the portable package and a few other variants.

InstallerPortable package
Best forYour own PC, day-to-day useA USB stick, a shared admin toolkit, PCs without admin rights
Needs installingYes (can be for current user only)No — unzip and run
Start menu and shell integrationYesNo
Where settings liveYour Windows user profileA settings file next to the program
UpdatingRun the newer installerReplace the program files yourself

What we like

  • Installer integrates with Windows and is easy to update
  • Portable version leaves nothing behind on the PC

Keep in mind

  • Portable copies are easy to forget to update
  • Stored site passwords travel with a portable copy, so protect the USB stick

Running the installer

  1. Start the setup file

    Double-click WinSCP-6.5.7-Setup.exe in your Downloads folder. First run the quick check in Verify the file.

  2. Pick who it is for

    Setup asks whether to install for all users (this triggers a UAC prompt, because it needs admin rights) or just for you.

  3. Accept the licence

    WinSCP is GPLv3; read and accept to continue.

  4. Choose the setup type

    Typical is right for most people. Custom lets you change the folder and components.

  5. Choose the interface style

    Commander or Explorer — see the next section. You can switch later.

  6. Finish

    Install, then launch WinSCP from the last page or the Start menu. The Login dialog opens first.

The exact wording of each page may differ slightly between versions.

Commander or Explorer?

This is the one setup choice that changes how WinSCP feels.

StyleLayoutWho it suits
CommanderTwo panels: your PC on the left, the server on the rightAnyone who copies files between the two often; keyboard users
ExplorerOne panel showing the server, similar to File ExplorerPeople who mostly browse the server and drag files in from Windows
WinSCP Commander interface with local and remote panels and a transfer queue
Figure 1. The Commander interface (developer’s screenshot): local folder on the left, remote folder on the right, and the Queue pane at the bottom with three transfers in progress.

We recommend Commander; our WinSCP guide is written for it. If you pick Explorer and change your mind, the interface style can be changed later in Preferences.

Setting up the portable package

  1. Download from Other Downloads

    Choose the portable package, a zip file such as WinSCP-6.5.7-Portable.zip.

  2. Unzip to your tools folder

    Extract it to C:\Tools\WinSCP or a folder on your USB stick.

  3. Run it

    Start WinSCP.exe. It keeps its sites and preferences in a settings file in the same folder instead of in your Windows profile.

Verify the file

WinSCP’s installer and executables are digitally signed with Authenticode. Right-click the downloaded file, choose Properties, open Digital Signatures, select the entry and click Details. The signature should be reported as OK, with the developer, Martin Přikryl, named as the signer (the certificate may write the name without the accent).

PowerShell
cd $env:USERPROFILE\Downloads
Get-AuthenticodeSignature .\WinSCP-6.5.7-Setup.exe | Format-List Status, SignerCertificate
Get-FileHash .\WinSCP-6.5.7-Setup.exe -Algorithm SHA256

For the portable zip, check the signature on WinSCP.exe after unzipping it. The hash from Get-FileHash is useful if you keep a record of what you install, or want to confirm that two copies are identical.

A valid signature plus the winscp.net address in your browser history is all the assurance you need.

Keeping WinSCP current

New releases appear on the download page. For the installed version, download the newer setup file and run it over the existing installation; your saved sites and preferences stay. For the portable version, unzip the new files over the old ones and keep the settings file. To remove WinSCP, use Settings > Apps > Installed apps; a portable copy is removed by deleting its folder.

If you also need a terminal on the same servers, install PuTTY alongside it; see download and install PuTTY.

Troubleshooting

The file you downloaded is not called WinSCP-something.

Likely cause: You clicked an advertisement instead of the real download button.

Fix: Delete the file, go back to winscp.net/eng/download.php and use the button with the version number.

Setup asks for an administrator password.

Likely cause: You chose to install for all users.

Fix: Go back and install for the current user only, or use the portable package.

The Digital Signatures tab is missing.

Likely cause: The file is incomplete or did not come from winscp.net.

Fix: Delete it and download again from the official page.

Portable WinSCP forgets your sites.

Likely cause: The folder is read-only, so the settings file cannot be saved.

Fix: Move the WinSCP folder to a writable location such as C:\Tools\WinSCP.

You see one panel instead of two.

Likely cause: The Explorer interface style was chosen during setup.

Fix: Switch the interface style to Commander in Preferences.

Download WinSCP 6.5.7 from winscp.netOpens the official WinSCP download page. We host no files.