Wingetlywingetly
← All apps

WinSCP RC

by Martin Prikrylv5.18.5-

Last updated

WinSCP is an open source free SFTP client, FTP client, WebDAV client, S3 client and SCP client for Windows. Its main function is file transfer between a local and a remote computer. Beyond this, WinSCP offers scripting and basic file manager functionality.

Install with winget

$ winget install --id WinSCP.WinSCP.RC --exact --version 5.18.5-

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for WinSCP RC

WinSCP RC uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x86, machine scope)
installer.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /ALLUSERS

See the full silent install reference for WinSCP RC

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v5.18.5-

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for WinSCP RC.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • WinSCPMartin Prikryl
    WinSCP.WinSCPv6.5.6

    Free SFTP, SCP, S3 and FTP client for Windows

  • WinSCP BetaMartin Prikryl
    WinSCP.WinSCP.Betav6.6.1.beta

    Free SFTP, SCP, S3 and FTP client for Windows

  • AWS Command Line InterfaceAmazon Web Services
    Amazon.AWSCLIv2.36.48

    Universal Command Line Interface for Amazon Web Services

  • XTerminalXterminal
    JiLuo.Xterminalv5.8.6

    更好用的开发工具,但不止于 SSH/控制台/More

  • O
    OpenSSH PreviewMicrosoft Corporation
    Microsoft.OpenSSH.Previewv10.0.0.0

    Microsoft.OpenSSH.Preview

  • RaiDriveOpenBoxLab Inc.
    OpenBoxLab.RaiDrivev2023.9.256

    Mount a Cloud Storage like a USB drive

More from Martin Prikryl or browse ftp, ftps, s3.

Frequently asked questions

How do I install WinSCP RC on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id WinSCP.WinSCP.RC --exact --version 5.18.5-. winget downloads the installer from Martin Prikryl and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install WinSCP RC silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id WinSCP.WinSCP.RC --exact 5.18.5- --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for WinSCP RC?
WinSCP RC uses EXE (Inno Setup). Run the downloaded installer with: installer.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /ALLUSERS. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall WinSCP RC via winget?
Run: winget uninstall --id WinSCP.WinSCP.RC --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from WinSCP RC's Apps & Features entry.
Is WinSCP RC free?
WinSCP RC is distributed under GNU General Public License. Refer to the publisher (https://winscp.net) for the full license terms - Wingetly itself does not charge for installation.
Does WinSCP RC work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls WinSCP RC directly from the publisher.
How do I keep WinSCP RC up to date?
Run winget upgrade --id WinSCP.WinSCP.RC --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of WinSCP RC from microsoft/winget-pkgs.