Wingetlywingetly
← All apps

Core FTP Server

by Core FTPv2.0.775

Last updated

Core FTP Server is software for Windows that allows you to exchange files with others via networks and the internet.

Install with winget

$ winget install --id CoreFTP.CoreFTPServer --exact --version 2.0.775

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

Silent install command for Core FTP Server

Core FTP Server uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64)
CoreFTPServer64.exe /S

See the full silent install reference for Core FTP Server

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

Core FTP Server is a lightweight, secure file transfer server for Windows developed by Core FTP. It enables users to set up their own FTP (File Transfer Protocol) and SFTP (SSH File Transfer Protocol) server, allowing for secure file transfers and remote access over networks or the internet.

Key Features:

- Dual Protocol Support: Supports both FTP and SFTP (SSH-based) protocols for flexibility and security.

- User Management: Create and manage user accounts with customizable permissions (read, write, delete, etc.) and directory access restrictions.

- Security: Features encryption (SSL/TLS for FTP, SSH for SFTP), IP filtering, and brute-force attack protection to safeguard data.

- Logging & Monitoring: Detailed logging of server activity, connections, and file transfers for auditing and troubleshooting.

- Easy Setup: Designed for simplicity with a user-friendly interface, making it accessible for both beginners and advanced users.

- Low Resource Usage: Lightweight and efficient, suitable for running on systems with limited resources.

Installers · v2.0.775

ArchitectureTypeScopeInstallDownload
x86EXE
NSIS
-Direct
x64EXE
NSIS
-Direct

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

Security

5 known CVEs via NVD

  • medium5.5Patched in wingetCVE-2022-22899affects v2.0Feb 17, 2022

    Core FTP / SFTP Server v2 Build 725 was discovered to allow unauthenticated attackers to cause a Denial of Service (DoS) via a crafted packet through the SSH service.

  • medium6.5Patched in wingetCVE-2022-22836affects <=1.2Jan 10, 2022

    CoreFTP Server before 727 allows directory traversal (for file creation) by an authenticated attacker via ../ in an HTTP PUT request.

  • critical9.8Patched in wingetCVE-2020-19596affects v1.2Apr 5, 2021

    Buffer overflow vulnerability in Core FTP Server v1.2 Build 583, via a crafted username.

  • high7.5Patched in wingetCVE-2020-19595affects v2.0Apr 5, 2021

    Buffer overflow vulnerability in Core FTP Server v2 Build 697, via a crafted username.

  • medium5.5Patched in wingetCVE-2020-21588affects v2.2Apr 2, 2021

    Buffer overflow in Core FTP LE v2.2 allows local attackers to cause a denial or service (crash) via a long string in the Setup->Users->Username editbox.

Source: NVD, updated 5h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • Mini SFTP ServerCore FTP
    CoreFTP.MiniSFTPServerv2.38

    If you need to securely transfer files between computers, you can use the free mini SFTP server!

  • PrintSCPCharruaSoft
    CharruaSoft.PrintSCPv12.0

    PrintSCP transforms the way medical studies are printed, replacing traditional film with high-quality paper printing from Windows, providing printed copies to patients and referring physicians.

  • Vovsoft Batch URL DownloaderVOVSOFT
    VovSoft.BatchURLDownloaderv6.4.0.0

    Vovsoft Batch URL Downloader is one of the simplest applications of its kind, so it can prove to be a good alternative to overly-complex download managers.

  • Vovsoft Proxy ServerVOVSOFT
    VovSoft.ProxyServerv1.3.0.0

    Vovsoft Proxy Server is an easily manageable proxy server for Windows. This straightforward tool supports both HTTP and SOCKS protocols, allowing you to enhance privacy, access geo-blocked content, and test applications effortlessly.

  • Charrua WorkStationCharruaSoft
    CharruaSoft.CharruaWorkStationv6.33

    Charrua WorkStation is an intuitive and efficient DICOM viewer, designed to operate on Windows systems.

  • Sante PACS Server FreeSantesoft LTD
    Santesoft.SantePacsServerFreev1.6.6

    Sante Free PACS Server is a DICOM 3.0 compliant PACS server and an HTTP (web) server for DICOM files that offers high performance and reliability completely free of charge!

More from Core FTP or browse FTP, SFTP, Server.

Frequently asked questions

How do I install Core FTP Server on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id CoreFTP.CoreFTPServer --exact --version 2.0.775. winget downloads the installer from Core FTP and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Core FTP Server silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id CoreFTP.CoreFTPServer --exact 2.0.775 --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 Core FTP Server?
Core FTP Server uses EXE (NSIS). Run the downloaded installer with: CoreFTPServer64.exe /S. The silent switches are /S.
How do I uninstall Core FTP Server via winget?
Run: winget uninstall --id CoreFTP.CoreFTPServer --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Core FTP Server's Apps & Features entry.
Is Core FTP Server free?
Core FTP Server is distributed under Proprietary. Refer to the publisher (https://www.coreftp.com/server/) for the full license terms - Wingetly itself does not charge for installation.
Does Core FTP Server 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 Core FTP Server directly from the publisher.
How do I keep Core FTP Server up to date?
Run winget upgrade --id CoreFTP.CoreFTPServer --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Core FTP Server from microsoft/winget-pkgs.