Simple FTP Servers: 5 Portable & Easy to Use for Windows

FTP is a service that allows the transferring of files from one computer to another. The criteria for the transfer of files through FTP to work is the computer that will be receiving and hosting files needs to run an FTP server while the other computer that transfers or manages the files on the server will require an FTP client software. There are quite a few FTP server applications available and one of the most popular is FileZilla because it is free, open source and still actively being developed.

We’ve previously covered how to install and configure an FTP server using FileZilla and Xlight. The mentioned FTP server software is rich in features but thankfully the friendly graphical user interface helps to make the configuration process easier. However, if for some reason you’re looking for a really simple piece of FTP server software which takes seconds to get up and running and is in a single executable file, here we have 5 solutions for you.

1. FTPDMIN

Getting an FTP server running can’t get any easier than this. Simply download the ftpdmin executable file and run it. By default it uses the default FTP port 21, shares the root of the drive where ftpdmin is run from and accepts anonymous connections. The last time FTPDMIN got updated was 10 years ago but it still works in Windows 7.

ftpdmin

As easy as it is to use, you shouldn’t keep FTPDMIN running all the time as it would pose a huge security risk. It would be best to immediately terminate the program once you’ve finished transferring the files. Some of the available command line options are the availability to change the control port, transfer port range, disabling upload and setting the root directory. The source code is also available to download from the official FTPDMIN website.

Download FTPDMIN


2. IndiFTPD

IndiFTPD works similarly to FTPDMIN where it can be as easy as running the single executable file and IndiFTPD automatically enables an FTP service on port 21 allowing the user “anonymous” with any password to have full access starting from the folder where the program is located.

indiftpd

In terms of options, IndiFTPD has slightly more command line options if compared to FTPDMIN. You can load an external file containing a list of users to allow access with different permissions and also enabling logging with 6 different logging levels. IndiFTPD has not been updated since 2004 but was tested and works on Windows 7.

Download IndiFTPD


3. Swiss File Knife

Old and abandoned FTP server software can have security bugs which can be exploited by hackers to gain access to the computer running the program. For a more stable and updated single executable portable FTP server, Swiss File Knife would be the best choice. Not only can Swiss File Knife enable an FTP service, it is also a collection of commands relating to system such as copy/delete/deltree/treesize/sync/etc, conversion, text processing, search and compare, networking, scripting, development, and others.

swiss file knife ftpserv

The command line argument to instantly enable the FTP server service with Swiss File Knife that accepts any user connections is as follows:

sfk172.exe ftpserv -rw

Do take note that you will need to change the 172 from the filename accordingly to reflect the current downloaded version. To get the list of available command line options for Swiss File Knife FTP server service, type sfk172.exe ftpserv -h or visit the official online help page.

Download Swiss File Knife


4. SlimFTPd

SlimFTPd is slightly different compared to the others because it is able to run completely silent in background and can be configured to auto start with Windows as a system service and the options are configured through an external configuration file. Unfortunately SlimFTPd doesn’t work right out of the box and requires some modification to the configuration file to work. You’ll need to uncomment (remove the #) the highlighted part and make changes accordingly, especially the mount point to reflect the location that you want the user to have access to. Changing the permissions to Allow / All will give the user full permission.

slimftpd configuration file

Do note that due to the SlimFTPd’s capability of running invisibly, some antivirus software might trigger a warning that it is a riskware (A riskware is not necessarily a virus or malware). In fact, both Firefox and Chrome web browsers block the file from being downloaded in the first place. A small ServiceTool.exe program can be used to install and uninstall SlimFTPd as a system service.

slimftpd service tool

Download SlimFTPd


5. Internet Information Services (IIS)

IIS is a web server by Microsoft that supports an FTP server service and comes in the Windows operating system but is not enabled by default. This would mean that there is no need to download or install any third party software and you can get an FTP service running by enabling it and changing some configuration settings.

To enable FTP server in IIS, press WIN+R, type OptionalFeatures.exe in the Run window and click OK. Expand Internet Information Service > FTP Server > and select FTP Service. You will also need to expand Web Management Tools and select IIS Management Console. Click OK and Windows will start to install and enable the necessary features to enable the FTP server service.

ftp service iis management console

Once the installation has been completed, again press WIN+R, type InetMgr.exe into the run window and click OK. At the left pane, expand one level and you should see a folder with the name “Sites”. Click on Sites and at the right pane, click “Add FTP Site“. Enter a site name, browse the path that you’d like to serve as a starting point in the FTP server and click Next. At Binding and SSL Settings, make sure to select “No SSL” and click Next. To allow anonymous connection, select Anonymous for authentication, select Anonymous users for authorization and finally enable the read and write permissions.

iis ftp authentication authorization information

Users can now connect to the FTP server. Make sure the user is logged in under the user account “anonymous” with any password even though there is a message asking to use email as password.

4 Comments - Write a Comment

  1. Petesimon 4 years ago
    • DougeSoug 2 years ago
  2. Anthony The Koala of Sydney 5 years ago
    • Saphia Delik 5 years ago

Leave a Reply

Your email address will not be published. Required fields are marked *

Note: Your comment is subject to approval. Read our Terms of Use. If you are seeking additional information on this article, please contact us directly.