Wingetlywingetly
← All apps

WinSCP Beta

by Martin Prikrylv6.6.1.beta

Last updated

Free SFTP, SCP, S3 and FTP client for Windows

Install with winget

$ winget install --id WinSCP.WinSCP.Beta --exact --version 6.6.1.beta

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

Silent install command for WinSCP Beta

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

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

See the full silent install reference for WinSCP Beta

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.

About

WinSCP is an open source free SFTP client, FTP client, WebDAV client, S3 client and SCP client and file manager 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.

Installers · v6.6.1.beta

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
userDirect
x86EXE
Inno Setup
machineDirect
x86MSI
WiX
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 Beta.

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 RCMartin Prikryl
    WinSCP.WinSCP.RCv5.18.5-

    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.

  • 夸克网盘Quark
    Alibaba.QuarkCloudDrivev3.24.0

    Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc.

  • Synology Drive ClientSynology
    Synology.DriveClientv8.1.0.18123

    The desktop utility that provides file syncing and personal computer backup services on multiple client computers to a centralized server, Synology Drive Server.

  • Mi Phone Assistant小米科技有限责任公司
    Xiaomi.MiAssistantv4.2.1028.10

    Super fast flashing, data backup and recovery, file management, easily take control of your device's content.

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

    Universal Command Line Interface for Amazon Web Services

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

Frequently asked questions

How do I install WinSCP Beta on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id WinSCP.WinSCP.Beta --exact --version 6.6.1.beta. winget downloads the installer from Martin Prikryl and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install WinSCP Beta silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id WinSCP.WinSCP.Beta --exact 6.6.1.beta --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 Beta?
WinSCP Beta uses EXE (Inno Setup). Run the downloaded installer with: installer.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /CURRENTUSER. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall WinSCP Beta via winget?
Run: winget uninstall --id WinSCP.WinSCP.Beta --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from WinSCP Beta's Apps & Features entry.
Is WinSCP Beta free?
WinSCP Beta is distributed under GPL-3.0-or-later. Refer to the publisher (https://winscp.net/) for the full license terms - Wingetly itself does not charge for installation.
Does WinSCP Beta 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 Beta directly from the publisher.
How do I keep WinSCP Beta up to date?
Run winget upgrade --id WinSCP.WinSCP.Beta --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of WinSCP Beta from microsoft/winget-pkgs.