Open source ftp server windows

devops


9 min read

15  Free Open source FTP Servers

Table of Content

What is FTP, and What is FTP Server?

FTP (File Transfer Protocol) is as its name suggests a file transferring protocol between two computers, a local computer, and a remote server. FTP servers is a web server that runs on web-servers and uses FTP protocol at the server side to manage file transfers, connections, & users. Some of them come with a modular architecture, security-focused features, and several options designed for the enterprise.

The FTP server allows users to store their files on the server, through FTP, and access it later. The basic features of usable FTP servers are to manage the file transfers, the connections, the rate limits, the user’s accounts, user groups, & user permissions. Some projects on this list do, even more, some of them are built with modular architecture allowing developers to extend their functionalities throw custom developed modules and plugins.

To connect to the FTP server, you require a client (FTP client), that provide the client-ready interface to connect through FTP and similar protocols. We have covered the best FTP clients in this article for Windows users, Linux (Ubuntu, Debian, macOS). Here is our list: 10 Recommended Free, Open-source FTP Clients for Windows, Linux, and macOS.


1- Vsftpd: Linux/ Unix FTP server

Vsftpd is on the top of our list as it’s preferred by Linux server Admins all over the world, It provides out-of-box security, and set of features and configurations to configure FTP and FTP virtual users on the server.

Vsftpd is used by Red Hat, openSUSE, Debian, FreeBSD, Gnome, KDE. A user has sent Vsftpd admins a graph demonstrating Vsftpd performance as it served 2.6TB, with a concurrent user count often over 1,500 on one single machine for 24 hours.

vsftpd: sample massive usage [src]

Highlights

  • Open source (GPL licensed)
  • Compatible with many Linux server distros
  • Supported by a large community of users

Features

  • Virtual IP configuration
  • Users: Create, manage, delete, virtual users
  • Per-user configuration
  • Bandwidth throttling
  • Per-source-IP configuration
  • Per-source-IP limits setting
  • Supports IPv6
  • SSL: support

2- The Apache FTP-Server (Windows, Unix, & Linux)

Apache FTP Server

The Apache FTP server is an open source cross-platform FTP server, it’s built on Java technologies which make it run smoothly, on Windows servers so Linux servers. It provides more options for developers and systems admins as it can run as a standalone server, or can be embedded into a Java server application.  Apache FTP server provides support for developers who are planning to integrate it with their Spring-based apps.  For Standalone option, The Apache FTP can be installed and run as a Windows service, as well as Linux service or Unix/Linux daemon.

Highlights

  • Java-based
  • Cross-platform
  • Can be integrated into Java applications

Features

  • Multi-threaded by design
  • Virtual directory support
  • User management
  • Queue management
  • Resumable file upload and download
  • Handles ASCII and binary data transfer
  • IPs management
  • Supports IPs ban
  • Events notification
  • Faster transfer (upload/ download) with Mode Z support
  • Implicit/explicit SSL/TLS support
  • Customizable FTP messages
  • Support changing file date-time stamp with MDTM built-in support
  • Supports events logging

3- ProFTP (Linux)

ProFTP

ProFTPd is an FTP server for Unix/ Linux-based systems. It’s easy to install, use and highly configurable even for newbies. It provides multiple virtual FTP servers support with per-directory based configuration via «.ftpaccess» file which is very similar to Apache’s «.htaccess».

Highlights

  • Open source (GPL)
  • Modular design: many modules are already written for Database, LDAP servers, TLS/SSL encryption, RADIUS.
  • Supports multiple virtual FTP servers

Features

  • Per-directory configuration with «.ftpaccess» similar to Apache’s «.htaccess»
  • Anonymous FTP support
  • Configure single or multiple virtual FTP servers or anonymous FTP services
  • Supports hidden files and directory based on Linux-file system permissions
  • Logging
  • IPv6 support
  • Expired account options
  • Runs as a configurable non-privileged user in standalone mode

4- CrossFTP (Windows, Unix, & Linux)

CrossFTP[src: CrossFTP]

CrossFTP is a cross-platform FTP server that works with Windows servers and Unix/ Linux systems. It’s easy to install, manage, and update using Java as the main requirement.  CrossFTP has a simple GUI (Graphical User Interface), it provides an easily configurable setting manager for users, basic configuration, connections, IPs control, File/ Directory, & FTP messages. The CrossFTP graphical app also has overview tabs for logging, and statistics for server usage.

Highlights

  • Multi-platform, Pure Java application
  • Highly configurable
  • Command-line and GUI for all sort of users
  • Open source (Apache License v2.0)
  • Provides tutorials for advanced users and beginners
  • Rich manual and knowledge base for Frequently asked questions (FAQs)

Features

  • Easy to install, manage, maintain, & update
  • UTF-8 directory encoding
  • User virtual directory
  • Write/ Read permission for users
  • Idle-time support
  • Upload/ download limits option support
  • Anonymous login support
  • IPs management: filtering, banning, block.
  • Store data in database or LDAP
  • Customizable FTP messages
  • Implicit/explicit SSL/TLS support
  • Bonjour discovery protocol support
  • MDTM support: query files by data-time stamp
  • «MODE Z» support for faster upload/ download
  • Handles ASCII, & binary data transfers

5-  uFTP (Linux, Unix)

uFTP is an open source, lightweight, portable FTP server written in C for the best performance. It’s primarily written for Unix/ Linux (POSIX) -based servers.  uFTP is super easy to use and supports an almost all required FTP commands to run a full-featured FTP server.

It’s released under MIT license, but the user should be aware that it includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit, so we would recommend reviewing OpenSSL license.

Highlights

  • Open source (MIT license)
  • Lightweight
  • Written with C language.
  • Portable binary option
  • Single configuration file (uftpd.cfg)
  • Compatible with all main FTP clients
  • Well documented https://www.uftpserver.com/wiki/opensource-ftp-server

Features

  • Support FTP commands
  • Smooth performance
  • Easy to install
  • Easy to configure
  • Easy to use

6- glFTPd (Linux, Unix)

glFTPd homepage.

glFTPd is an open-source free FTP server for Unix/ Linux operating systems. The first public release of this freeware dates back to the beginning of 1998, glFTPd stands for GreyLine FTP (the name of the original creator). It runs smoothly with Unix systems like FreeBSD, OpenBSD, and many server-ready Linux distros like Ubuntu server, However, If for more Linux support we would recommend Vsftpd.

glFTP supports many FTP/ site commands and runs within a chroot environment which makes it relatively safe.

Features

  • Runs in chroot mode
  • Virtual user management
  • Bandwidth throttling global or per-user
  • Encryption: through TLS/SSL
  • Upload/ Download ratio control
  • User management: create, update, remove
  • Usage monitoring and calculation
  • IPv6 support
  • Users can have an IP mask
  • Stats line for download(DL) and upload (UL) usage
  • cookies support
  • Support for ECDHE key exchange to make PFS work for ECC certs
  • Allow IPv6 masks to be added to users
  • Show disk space, usage, free-space, used space
  • Hide real username and group name at file listings
  • Supports «dirlog» caching
  • Support for the XCWD/XMKD/XRMD/XPWD/XCUP FTP commands
  • Support for SSCN command as an alternate way of doing SSL FXL.

7- ColoradoFTP(Windows, Linux)

ColoradoFTP is an open-source Java FTP server, It’s a cross-platform server that runs on Windows and Linux servers with ease. It’s regularly updated with bug fixes, new features, and improvements. It runs smoothly on the latest JavaVM. ColoradoFTP is compatible with RFC 959 and RFC 3659 (File Transfer Protocol and Extensions).

ColoradoFTP server offers several demos with user accounts with different permissions, showing configuration example, anonymous login, and the use of their custom plugins. You may check the demos here.

Highlights

  • Java-based runs on Windows, macOS, Linux, & Unix systems
  • Working as an embedded project and in-memory

Features

  • Command-line based
  • XML-based configuration
  • Unlimited accounts
  • Easy user management
  • User groups
  • Permissions manager
  • Plugins support
  • Multiple-download and installation options

8- Waarp (Windows, Linux, & Unix servers)

Waarp-FTP Server

Waarp-FTP Server

Waarp is a yet another open-source Web server that serves several protocols (HTTP, FTP, FTPS, SSH, SFTP) and several proprietary protocols. Waarp os meant for developers for companies and enterprise to implement it with their projects, or extend it for their uses.  Waarp is a full-featured server, but with WaarpFTP it provides a powerful developer-friendly server to build custom FTP servers on top of it. Waarp’s team released WaarpGatewayFTP a powerful FTP server that is built on top of WaarpFTP as a functional production-ready example.

Highlights

  • Open source released under LGPL.
  • Supports multiple-protocols
  • Clear API for  developers

Features

  • Simple configuration
  • FTP/ FTPS/ SFTP support
  • Data can be Files/ Folders, LDAP, or instance data from the database
  • Multiple Authentication options (storage: file-based, database, LDAP)
  • Pre- / Post-Command actions
  • Logger support
  • computes remote files
  • computes MD5 on remote files
  • compute SHA-1 on a remote file
  • allows remote server shutdown
  • [WaarpGatewayFtp]: The ability to change dynamically the authentication through an extended SITE command
  • [WaarpGatewayFtp]: The ability to specify an explicit command to be executed before (RETR) or after (STOR like operations)
  • An administrator interface in HTTPS
  • The ability to specify commands for each User
  • The ability to save logs of transfers in a database (optional)
  • The ability to use limitation on CPU or number of connections

9- FileZilla FTP Server (Windows FTP Server)

FileZilla Server Options UI. [src]

FileZilla is an open-source free FTP Client and Server that works for multiple platforms as FTP client, and for Windows as FTP server. FileZilla has been around for years, and it competes with many commercial paid software.

FileZilla Server is FTP server app for Windows, It does not come for other platforms, but Windows 7, 8, 8.1 and 10 are supported, both each 32 and 64 bit. FileZilla Server and Client are released under GPL v2.0.

Highlights

  • Works only for Windows.
  • Supports 32, and 64 bit.
  • Easy to install and use for end users
  • Used for personal usage at home servers and small companies
  • Multi-protocol support

Features

  • Simple installation powered by simple UI
  • Settings manager
  • Custom port
  • Users manager
  • Speed limits
  • Passive mode support with easy-to-use manager
  • FTP over TLS/SSL support
  • IP filter and manager
  • Connection limits per user
  • Shared folder manager
  • Supports file transfer compression
  • Folder/ Directory permissions setting option
  • Threads limit control
  • Timeout setting for connections, No transfer, & login
  • Supports remote folder sharing on another machine at the network
  • Anonymous user login support.

10- DrFTPD (Windows, Linux, Unix Servers)

DrFTP is a distributed FTP server built with Java, which makes it run on Windows Servers, as well as Linux/ Unix-based servers. It uses the «slaves» concept to provide better control and improve the security & performance of file transfers. It can be used to create an FTP Grid or Multi-FTP based websites, through a distributed FTP daemons.

DrFTP has a modular plugin-ready architecture, and it still in active development. It requires Java, and ANT for compiling and installation. We would recommend it for advanced users.

Highlights

  • Free
  • Plugins
  • Uses Slave concept to control the file transfer
  • Works smoothly popular FTP clients

Features

  • Runs without root/administrator privileges.
  • Supports Passive (PASV) mode
  • In-memory file list with cached checksums.
  • Archiving (plugin)
  • Monitoring (plugin)
  • Slave selection based on user bandwidth.
  • Stripe files across slaves.
  • User account expiration and trial options

Notable FTP server projects:

  • 11- MinimalFTP (Cross-platform): Open source Cross-platform Java-based minimal FTP server.
  • 12- acFTP (Windows): FTP server for Win-32, supports APPE, & REST.
  • 13- goFTP: FTP server framework written in Go language for developers
  • 14- PythonFTP Server / Client: Open source Python-based FTP server and Python FTP client
  • 15- Java FTP Server: FTP server implementation in Java

Conclusion

We would recommend choosing the best option that fits with your requirements and complies with your server/ operating system of choice. We have listed several Java-based FTP servers, some of them are aiming for developers, others are general purposes FTP servers. You may need to consider auditing and logging if you want to run a privacy-aware FTP server.

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

An FTP server is necessary to share files using the File Transfer Protocol. An FTP server is what an FTP client connects to for file transfers.

The 6 Best Free FTP Clients for Windows, Mac, and Linux

There are lots of FTP servers available, but many of them are only usable at a cost. Below is a list of the best freeware FTP server programs that run on Windows, macOS, and Linux. You can download and use them to share files as often as you like without paying a dime.

FileZilla Server

What We Like

  • Intuitive interface.

  • Perform file transfers simultaneously.

  • Supports secure file transfers.

  • Bookmarks for fast connections.

What We Don’t Like

  • Can’t edit files from inside the app.

  • Does not refresh folder views automatically.

FileZilla Server is an open-source and free server application for Windows. It can administer a local server as well as a remote FTP server.

You can choose which ports the program should listen on, how many users can be connected to your server at once, the number of CPU threads the server can use, and timeout settings for connections, transfers, and logins.

Some security features include auto-banning an IP address if it fails to login successfully after so many attempts, an option to enable FTP over TLS with the ability to disallow unencrypted FTP, and IP filtering so that you can prevent certain IP addresses or IP address ranges from connecting to your FTP server.

It’s also effortless to take your server offline or quickly lock the FTP server with one click to ensure that no new connections to your server can be made until you unlock it.

You also have full access to the creation of users and groups with FileZilla Server, which means you can throttle bandwidth for some users and not others and provide select users with permissions like read/write, but others with only read access.

Download FileZilla Server

Xlight FTP Server

What We Like

  • Lightweight.

  • Supports secure file transfers.

  • Remote administration feature.

  • Supports multiple connections at once.

What We Don’t Like

  • More difficult to use for FTP novices.

  • Can be complicated to configure.

Xlight is a free FTP server that’s more modern-looking than FileZilla Server and also includes tons of settings that you can modify to your liking.

After you create a virtual server, double-click it to open its settings, where you can modify the server port and IP address, enable security features, control bandwidth usage for the server, define how many users can be on your server, and set an explicit maximum login count from the same IP address.

An interesting feature in Xlight is that you can set the maximum idle time for users to get kicked out if they aren’t communicating with the server.

The Xlight FTP Server can use SSL and can require clients to use a certificate. It also supports ODBC, Active Directory, and LDAP authentication.

Xlight is free for personal use only and works with Windows, both 32-bit and 64-bit versions.

You can download this FTP server as a portable program so that it doesn’t need to be installed, or you can install it on your computer like a regular application.

Download Xlight FTP Server

CompleteFTP


What We Like

  • Simple installation.

  • Supports encrypted file transfers.

  • Many customization options.

  • More features than most FTP servers.

What We Don’t Like

  • Full menu hidden by default.

  • Has occasional performance issues.

  • Limited features in free version.

CompleteFTP is another free Windows FTP server that supports both FTP and FTPS.

This program has a full graphical user interface and is easy to use. The interface is pretty bare, and the settings are hidden in the side menu and are simple to access.

Step-by-step guides are built into the CompleteFTP install, so you can select Step-by-step guides at the top of the program at any time to learn how to use the different features and options.

This program installs as a trial of the professional edition. See the instructions on the download page to learn how to activate the free edition of CompleteFTP (all the features above are in the free version).

Download CompleteFTP

Core FTP Server

What We Like

  • Quick setup.

  • Supports encrypted file transfers.

  • Supports Active Directory.

  • Simple interface.

What We Don’t Like

  • Free version only supports three domains.

Core FTP Server is an FTP server for Windows that comes in two versions.

One is a minimal server that’s simple to understand and easy to set up in about a minute. It’s 100 percent portable and has you choose a username, password, port, and root path. There are a few other settings as well if you want to configure them.

The other version of Core FTP Server is the full-fledged server. You can define the domain name, have it auto-start as a service, add multiple user accounts with detailed access permissions and restrictions, designate access rules, and more.

Both versions of this FTP server come as 32-bit and 64-bit versions for Windows. 

Download Core FTP Server

Vsftpd

What We Like

  • Fast FTP server.

  • Supports secure file transfer.

  • Lightweight.

What We Don’t Like

  • For Linux only.

  • Complicated to install and configure.

  • Limited functionality.

vsftpd is a Linux FTP server that claims security, performance, and stability are its core selling points. This program is the default FTP server used in Ubuntu, Fedora, CentOS, and other similar OSs.

vsftpd lets you create users, throttle bandwidth, and encrypt connections over SSL. It also supports per-user configurations, per-source IP limits, per-source IP address configurations, and IPv6.

Refer to the vsftpd manual if you need help using this server.

Download Vsftpd

ProFTPD

What We Like

  • More secure than other FTP servers.

  • Add-on modules available for more features.

  • Ideal for web servers.

What We Don’t Like

  • Linux only.

  • Difficult for novices to install.

ProFTPD is a good option for Linux if you’re looking for an FTP server with a GUI so that it’s easier to use than messing around with command-line commands.

The only catch is that after installing ProFTPD, you must also install the gadmin GUI tool and connect it to the server.

Here are some features you get with ProFTPD: IPv6 support, module support, logging, hidden directories, and files, which can be used as a standalone server, and per-directory configurations.

ProFTPD works with macOS, FreeBSD, Linux, Solaris, Cygwin, IRIX, OpenBSD, and other platforms.

Download ProFTPD

Rebex Tiny SFTP Server

What We Like

  • Tutorials available.

  • Simple to configure (no setup required).

  • Protects user privacy.

  • Securely transfer files.

What We Don’t Like

  • Minimalist, with few advanced features.

  • Requires .NET 4.0

  • Windows only.

This Windows FTP server is lightweight, portable, and can get up and running in seconds. Just unzip the program from the download and select Start.

The only downfall with this program is that you must make any settings adjustments through the RebexTinySftpServer.exe.config text file.

This CONFIG file is how you change the username and password, set the root directory, change the FTP port, have the server start when an application is started, and adjust security settings.

After extracting the ZIP file’s contents, use the RebexTinySftpServer.exe file to open the program.

Download Rebex Tiny SFTP Server

Thanks for letting us know!

Get the Latest Tech News Delivered Every Day

Subscribe

We are reader supported and may earn a commission when you buy through links on our site. Read Disclosure

Sooner or later, every network administrator will need to transfer files from one system to another. And when they do, chances are they’ll use some form of File Transfer Protocol. Throughout the history of the Internet, several different protocols have seen the light, each successive one addressing some shortcomings of its ancestors.

Today, we’re having a look at the best free SFTP and FTPS server for Windows and Linux. Why these two specific protocols? Because of security concerns. Both protocols transfer files in an encrypted fashion, making it ideal for use on public networks, such as the Internet.

But before we have a look at the actual list, we’ll start off by discussing the differences between the multiple File Transfer Protocols available today. Then, we’ll introduce the best servers for Windows including a few “portable” options, i.e. servers that don’t require installation. Next, we’ll go over the best Linux free SFTP and FTPS servers.

File Transfer Protocols, What Are The Differences?

FTP is the granddaddy of all file transfer protocols. It was invented in the early 70’s as one of the primary ways of transferring files between systems. It has become so commonplace that nowadays, most operating systems–including Windows, macOS, and Linux–have some form of FTP client. FTP is an unencrypted protocol, making it less than ideal for use on public networks. This is especially true when you consider that not only the transferred files but also the login credential are unencrypted. Anyone intercepting traffic would be able to capture usernames and passwords. This is why SFTP and FTPS were invented.

Although it may look at first sight like SFTP and FTPS vary only by the placement of the “S”, they are actually quite different beasts. Both we developed to add security to FTP file transfers but they do it in a completely different way. Let’s see how each one operates.

The FTPS–which stands for File Transfer Protocol Secure and is also referred to as FTPES–is simply a secure version of the FTP protocol which adds an encryption layer using either the SSL (Secure Sockets Layer) or TLS (Transport Layer Security) protocols. It’s really nothing more than the FTP protocol that’s been improved to allow data encryption negotiation. FTPS was introduced in the mid 90’s shortly after Netscape released their Secure Sockets Layer extension and is now widely used. It was later improved to allow TLS in addition to SSL encryption, providing even better security.

SFTP–which stands for Secure File Transfer Protocol–is another secure way of transferring files in an encrypted fashion but it is not based on the FTP protocol but instead, on Secure SHell, or SSH. In fact, SFTP is just an extension of the SSH protocol that includes an FTP-like file transfer facility and “understands” FTP commands. As such, its security is the same as that of any SSH session.

It is important not to confuse Secure File Transfer Protocol and Simple File Transfer Protocol, both referred to as SFTP. The latter is a now-defunct protocol that was developed to be a compromise between the elementary TFTP protocol and the full-featured FTP protocol. It is no longer used but its name still exists for historical reasons.

The description of SFTP might remind you of yet another similar protocol called SCP or Secure Copy.SCP is yet another file transfer protocol that operates inside an SSH connection. This is where the similarity ends, though, as SCP only provide file transfer but has none of the advanced file management capabilities of the other protocols.

To learn more about SCP, read our recent article: Best Free SCP Servers Available for Windows, Linux and macOS.

As we’ve seen, SFTP and FTPS are very different. For that reason, not many servers will work with both protocols. Typically, FTP servers will often include FTPS capability while SSH server will allow SFTP. For each of the best servers we’re about to discuss, we’ll let you know whether they do SFTP, FTPS, or both.

1. SolarWinds SFTP/SCP Server (FREE DOWNLOAD)

You might already know SolarWinds. After all, they make some of the best network management and monitoring software. And SolarWinds as also famous for making several free software utilities. These include our number one choice, the SolarWinds Free SFTP/SCP server.

As its name implies, the server will do both TFTP and SCP. It won’t, unfortunately, do FTPS. Running as a Windows service, the server’s operation should be a no-brainer for any system admin. And if you’re new to this, its easy user interface will make you feel comfortable very quickly.

The SolarWinds free server does not use system accounts for user authentication. Instead, it uses virtual users that you create within the application for the purpose of copying files. These virtual users offer heightened security. If, for whatever reason, an account was compromised, it couldn’t be used to log into the system directly. Another feature that can improve the server’s security is that it can be configured to only allow incoming connections from specific IP addresses or ranges.

The SolarWinds Free SFTP/SCP server can be used to securely transfer files up to 4 GB in size. It can also handle concurrent transfers from multiple devices. It downloads as a zip file that extracts into a Windows MSI installer.

Once installed, configuration as simple as can be. You just start its control panel application and specify a few options such as permitted protocols and transfer options.

2. FileZilla Server

FileZilla is probably one of the best-known FTP clients but it’s also a very good FTP server. Although the FileZilla client supports both FTPS and SFTP, the server component, which solely runs on Windows will only allow FTPS–and, of course, FTP–file transfers.

Like its client counterpart, the FileZilla server is an open-source software which can be downloaded for free and used with no restrictions. FileZilla supports the transfer of files of up to 4 GB. It also supports pause and resume. Drag-and-drop support, remote file editing, and remote file search make it simple and easy to use without compromising security.

3. Microsoft IIS FTP Server

If you’re running Internet Information Services (IIS) on your Windows server, you might not need any extra software to handle FTPS. Although IIS is primarily a web server, it also includes a built-in FTP server. And just like the web server will support both HTTP and HTTPS, the FTP server will also support FTPS.

All you need to do to use it is to add the FTP server role and create certificates. This will result in a full-featured FTPS server without having to install anything more. And since it’s part of the Windows OS, chances are it won’t cause any issues or conflicts with other software you might be running. The only limitation is that it won’t do SFTP which is based on SSH.

4. FreeFTPd

A close cousin of FreeSSHd, FreeFTPd is a full-featured FTP server for Windows. It is one of the rare servers that will support both SFTP and FTPS, thanks to its SSH lineage. As its name implies, FreeFTPd is a free FTP server for Any version of Windows from NT 4.0. It supports the creation of local users–rather than using Windows domain accounts.

FreeSFTP can be configured during installation to run as-needed as an application or to run as a system service. Running it as a service means that it will always be available to your SFTP users. There was a vulnerability discovered in version 1.0.11 but it was quickly fixed in version 1.0.12. Make sure the version you install is at least 1.0.12. The latest one you can download from the developer’s website is 10.0.13.

5. Syncplify.me Server!

The full-featured SFTP and FTPS server from Syncplify.me is really a server on steroids. It will do much more than just server files. It was created with security in mind. One of its main features, called Syncplify.me Protector™, uses artificial intelligence to automatically identify attacks. Even unknown ones.

The Syncplify.me Server! can be installed in a high-availability mode where two servers will act as one, eliminating downtime. It boasts several advanced configuration options and can be expanded using scripts in JavaScript, C++, Pascal or Basic to automate your document management and workflow.

The Server supports will run on Windows Server 2008 and up, in both 32- and 64-bit versions. Although this is a paid piece of software, there’s a free/evaluation edition which has all the features of the Ultimate edition. It will, however, only accept a single connection and it can’t be used in a production. environment.

6. Bitvise SSH/SFTP Server

Bitvise specializes in secure remote access software for Windows. Its primary products are the Bitvise SSH Server and SSH Client. Since SFTP is just an extension of SSH, their server will also support it. The Bitvise server is known to be one of the fastest around. Files will transfer as quickly as the client and the network connection will allow. Furthermore, an unlimited number of simultaneous connections is supported. The only real limitation you’ll encounter when using it will be that of the hardware on which it runs.

Security-wise, Bitvise leaves nothing to be desired as it uses Crypto++ 5.3, one of the best encryption libraries, to secure connections. The server also supports virtual accounts to ensure your system accounts are never exposed or compromised. The only drawback of Bitvise is that it’s not really free. It is for personal and non-commercial use but any other use required purchasing a license after a thirty-day evaluation period. At less than $100 dollars per server, the price is well worth it. They also have site licenses and worldwide limited licenses for larger organizations.

7. SYSAX Multi Server

The SYSAX Multi Server supports multiple protocols. It will allow connections using both SFTP and FTPS but it will also handle FTP and HTTPS-based file transfers. And to make it even better, it’s also a telnet and SSH server.  The server supports the use of both Windows accounts and locally-created “virtual” accounts. It is easy to manage and configure–even remotely–thanks to its user-friendly web-based interface.

The server is available in several different versions. The Personal edition is free but it is restricted to one connection at a time and it won’t fo HTTPS file transfers. It is also restricted to a personal or non-commercial use. There are also Standard, Professional, and Enterprise editions each supporting a few more feature that the other. Prices range from $197 to $697.

8. CompleteFTP Free Edition

CompleteFTP Free Edition from EnterpriseDT has a full graphical user interface and it is very easy to use and configure. It will support both FTP and FTPS file transfers and has several interesting features such as support for unlimited users which is not common with free products and the creation of virtual file system to control what users can access.

Another nice feature of the product is that detailed user guides are built right into the product. you simply need to click Step-by-step guides at the top of the windows to learn how to use the different features and options. Like the previous entry, in addition to the free version, several other versions with progressively more features are also available at prices between $299 and $999. All the paid versions will, among other improvements, add support for SFTP file transfers.

9. XLight FTP server

The Xlight FTP server is a simple Windows FTP, SFTP, and FTPS server. It is a powerful program with low memory and CPU usage. It is designed for high performance and can handle thousands of simultaneous FTP connections. The server supports Active Directory users, LDAP users, or local users, making it a great fit in many different situations.

The Xlight FTP Server has many useful features and it has a free edition for personal use. It is limited to 5 concurrent connections whereas the Standard edition at $40 allows 50 and the Professional edition at $130 is unlimited. Note that an additional license is required for SSH and therefore SFTP. The software will run on Windows 2000, XP, Vista, 7, 10, 2003, 2008 and 2012.

Portable Free SFTP servers

The next couple of entries on our list are interesting because they are portable solutions. That is, solutions that require no installation on the server computer. They can come in very handy for ad-hoc situations when you quickly need a server. You can carry it with you on a USB flash drive and always have it ready to use.

10. Syncplify.me Micro SFTP server

Syncplify.me, who brought us their full-featured SFTP and FTPS server–number 5 on our list, also offers a Micro SFTP server for Windows. Self-contained and completely portable, this SFTP server can be run from a USB stick without requiring any installation. And unlike its big brother, the Syncplify.me SFTP and FTPS server, the Micro SFTP server edition is truly free and can be used in any situation including production or commercial uses.

Of course, the software has some limitations. It only supports one user profile, one root folder, and incoming connections from one client at a time. For that reason, many use it as a test platform for SFTP client software or to test in-software file transfer features. Others use it as a personal secure file transfer server for their small home network.

11. Core Mini SFTP Server

Like the previous selection, the Core Mini FTP server is a free (S)FTP server that doesn’t require any installation. Just go to the Core FTP server’s web page to download it.  Once you’ve downloaded the executable file which is available in 23- or 64-bit versions and is less than 2 Mb in size, you simply run it. You’ll need to specify the FTP username and password to be used as well as the port and root directory and you’re good to go.

Just keep in mind that the server will run with your user account and will have access to all of your files. Make sure you specify a root directory where damage by users is of no consequences. Other than that, it’s a great little server that’s easy to use albeit somewhat limited.

Free SFTP and FTPS servers for Linux

With Linux being open-source, it’s no surprise that there are many open-source and free SFTP and FTPS servers for the popular operating system. In fact, pretty much every distribution has an open source FTP server which, if not pre-installed, is available through the distribution’s package manager. Here are our top 3 servers.

12. vsftp

Vsftp is a well-known free FTP server for many Unix-like systems, including Linux. It is very stable, fast, and it won’t use many systems resources. It has a long feature list which, among others, includes support for virtual users (defined locally within the server) and per-user configuration including rate limiting or throttling.

Several well-known Linux distributions use vsftp as their default FTP server. That should tell you a lot about the product’s security and stability. And for even better security, the software’s maintainer, Chris Evans, has a history of discovering security vulnerabilities.

13. ProFTPd

It’s clear, when you look at its configuration file, that ProFTPd’s developers were big fans of the Apache web server. The format of the configuration file is almost identical to Apache’s. And just like Apache, it uses modules to load needed functionality. There are modules that can be added to the basic FTP server to add SFTP and FTPS capabilities.

To ease the pain of configuring the server, The ProFTPd website has several example configurations to help you get started quickly. In addition to a basic config file, there’s one for anonymous FTP, two for using virtual hosts, and one which makes use of MySQL user authentication. The software can be downloaded as a tarball from the developer’s website. Alternatively, many distributions include it as part of their optional packages.

14. PureFTPD

Another great open-source SFTP server, PureFTPD not only work on Linux but also on most Unix-like operating systems such as BSD or Solaris. The project’s goal is to provide a standards-compliant FTP server. All the messages have been translated into multiple languages, making this an ideal choice for multi-lingual environments.

PureFTPD is free and comes with absolutely no limitations. all of its features are available to any user. And talking about features, we can mention the server’s ability to limit connections bandwidth, to run sessions it in a virtual file system, to set upload and or download limits, and several more great features. Pre-built packages are available for several Linux distributions including Mandriva, Debian, Ubuntu, PLD Linux, and Slackware. It’s also available as source code that can be compiled with no modification and run on any other supported OS.

15. Using OpenSSH

SFTP runs on SSH. And since SSH is built into most Linux system, SFTP is also there are ready to be used. It’s not the case for FTPS as it requires TLS libraries which are not always included. But if you have SFTP, why not use it and forget about FTPS?

On a typical Linux system, most users–as long as they have SSH access–should be able to use an SFTP client and connect to the server. That would allow them to transfer files to and from their home directory. Keep in mind that port 22–used by SFTP–could be blocked by default. You might need to dig a little to figure how to open it.

Wrapping  It Up

To this day, FTP is still a very popular way of transferring files. Its lack of security gave birth to FTPS and SFTP which, although they do it in very different ways, both address security concerns. Chances are these improved protocols will still be used for years to come. Some of our top software will only do one protocol or the other while some will do both but all will do an excellent job. However, we can’t help but prefer our number one pick, the SolarWinds SFTP/SCP server as it is not only a great product but also because it is from a company that has an excellent reputation for providing some of the best network admin software including some amazing free tools.

Are you looking for the best FTP server for Windows? 

Then you’re in the right place. 

An FTP server runs a program that utilizes FTP (File Transfer Protocol ) and allows you to upload and download files. By default, the FTP protocol is insecure as it transmits data unencrypted. All FTP servers on this list include options to encrypt and secure data by utilizing secure protocols like SFTP or FTP/S. 

There are many FTP server programs available, ranging from free with basic features to commercial products with advanced features like mobile device access. 

Table of contents:

  1. FileZilla FTP Server
  2. SolarWinds SFTP Server
  3. Serv-U
  4. Cerebus FTP Server
  5. Titan FTP Server

1. FileZilla Server

FileZilla is an open source FTP server for Windows. It supports FTP and FTP over TLS which provides encryption between the server and client. 

FileZilla server has a simple and easy to use interface. It provides basic functionality that you would expect in an FTP server like creating user accounts, speed limits, logging, IP filtering, groups, and granular permissions. 

It is a good choice for basic FTP tasks such as uploading and downloading files internally. It lacks enterprise features so I would be cautious about making this available externally. It used FTP by default so it is insecure, you will need to enable FTP over TLS to encrypt traffic. 

Setup is easy just run the installer, select an admin port, and launch the server interface. Then you just need to create users or groups with permissions to a home directory and you’re ready to go. 

2. SolarWinds SFTP/SCP Server

SolarWinds SFTP/SCP server is designed for network and system administrators. It is an ideal FTP server for backing up configuration files, downloading images, and large file transfers. 

It is secure by default and uses TCP port 22 to securely transmit data over an unsecured connection. 

I personally use this for backing up the configurations on Cisco routers and switches. 

The installation is super easy, requires minimal configuration (just a username and password) and you are all set. It can be set to run as a service so it is always available. 

Download Free Tool

3. Serv-U

Serv-U is designed for small businesses that need to deliver quick, easy, and secure file transfers. 

Serv-U supports FTP and FTPS  for safe file transfers. You can encrypt communication using SSL or TLS so data is protected during transit. 

One of my favorite features of this product is the ability to transfer files from a web browser or a mobile device. This eliminates the need for users to setup an FTP client to download or upload files. The web and mobile interface lets you easily view, upload and download files. With an interactive drag and drop option, your users can share files from anywhere. 

Additional features include support for large file transfers, monitor sessions, granular control over bandwidth, storage, permissions, and access. You can also view and monitor logs in real time to help troubleshoot and audit access. 

Serv-U has great documentation and support. This is an enterprise level product at a very affordable price. 

Download 14-Day Free Trial

4. Cerebus FTP Server

Cerebus FTP server supports several file transfer protocols such as FTP, SFTP, FTPS, HTTP/S, and SCP. 

Cerebus is a commercial product that comes in four different versions, personal, standard, professional, and enterprise. 

Features include multiple protocol support, enhanced security features like 2 factor authentication, password policy settings, full active directory integration, API support, event notification, web transfer client, file retention, and compliance tools.

Cerebus also includes great options for reporting and auditing of data and user activity. It also includes robust file integrity checking using strong checksums. 

With the four different versions, Cerebus provides options for personal use up to enterprise business use. 

5. Titan FTP Server

Titan FTP is a commercial product for small to large businesses, it also comes in different versions. 

Just like the other FTP server programs Titan supports multiple protocols that allow for secure file transfers. 

Titan allows you to configure granular control down to the user level, set permissions by servers, groups or users.  Titan also includes a web interface in the enterprise edition and allows clients to access and upload files without an FTP client. 

Titan has hacking prevention mechanisms built into the product. If unauthorized attempts of password guessing are detected the server can ban future access from the client IP. 

Final Thoughts

If your looking for a Windows FTP server then you can’t go wrong with any on this list. To find what best fits your needs I recommend you download and demo a few different options. 

I personally use multiple FTP servers, for my administrator tasks I’ll use a very simple FTP server like SolarWinds SFTP, for organizational needs I’ll use a business level product like Cerebus. 

If you need employees or external users to access your FTP server then you really need something user friendly with web and mobile access. 

You might also enjoy our list of the best ssh clients for Windows. We review the top 5 windows ssh clients, and list the various features and supported protocols.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Как очистить папку темп windows 11
  • Ножницы приложение windows где находится
  • Mozilla firefox windows 7 english
  • Можно ли на хромбук установить windows
  • Не дает удалить разделы на жестком диске windows 10