SlimFTPd: Home

From The Uniform Server Wiki
Revision as of 00:35, 25 November 2009 by Rholton (talk | contribs) (→‎FTP: minor copyedits)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MPG UniCenter

SlimFTPd: Home | Tutorial | Clients | Config File | Config Anonymous | Plugins |

SlimFTPd (V3.181)

SlimFTPd is an excellent piece of software, deceptively simple and very easy to install and set-up, everyone seems to take this for granted. When asked how to set it up, you are referred to the configuration file for details and left to figure it out for yourself.

SlimFTP is a server in it’s own right therefore can be used independently of Uniform Server. My tutorial uses this independence allowing you to explore SlimFTP’s capabilities from a separate folder installed on C drive. I conclude this tutorial by presenting plug in updates for Uniform Server 3.3 and 3.5-Apollo.

Content Overview

This write-up is about upgrading Uniform Server 3.5-Apollo’s ftp plugin before doing that I though it worthwhile looking at SlimFTPd in more detail. I cover each topic on separate pages split as follows:

Intro (This page):     Tutorial:
  1. Quick FTP overview: - Covers common use (browser) and Site Uploads
  2. Full blown FTP: - Just a quick mention of dedicated FTP servers.
  3. Support files: - Files to download - Tutorial and Upgrade
  4. Summary: - Leading onto tutorial
   
  1. Intro: - Very quick intro
  2. Security: - A must read
  3. Install Server: - How to install server and associated test files.
  4. Test: - Perform a local test after installing
  5. Test on-line: - A quick test to make sure the server can be accessed from the Internet
  6. Problems: Installation problems
  7. Stop Program: How to stop program (kill process) XP Home problem
  8. Stop Start: How to run the server as a program.
  9. Running as a Service: - install and run service. Stop and uninstall service.
  10. Configuration file introduction: A quick introduction to show how sparse it is.
Browser FTP Client:     Configuration 1:
  1. Intro: - Easy way of testing intro
  2. Installing FireFTP: - Two mouse clicks!
  3. Running FireFTP: - Overview of main features.
  4. New Account: - How to set-up a new account
  5. IE6 & IE7: - A brief outline how to use IE6 and IE7 for FTP
  6. Summary: Leading onto detailed configuration
   
  1. Intro: - Very quick intro
  2. Global server variables: - Default values are adequate
  3. User accounts: - All commands used to set-up a user profile.
  4. Basics: - User account (profile) format
  5. 1) Multi User Hosting: - Three user profiles.
  6. Multi User Hosting: Server example outline.
  7. 2) Sharing Files: Sharing with user restrictions.
  8. Sharing Files with friends: - Example of use.
  9. Summary: Leading onto second part of tutorial.
Configuration 2:     Uniform Server Plugins:
  1. Anonymous user: - Intro and anonymous profile
  2. Anonymous user profile 1: - Working demo
  3. Anonymous user profile 2: - Another working example.
  4. Anonymous user profile 3: - Adding sub-folders to the server root
  5. Email like address: - Access accounts including anonymous.
  6. Summary: - Leading onto Uniform Server Plugins
   
  1. Introduction: - Very quick intro
  2. Download: - Download plugin files.
  3. Install: - How to install UniCenter plugins.
  4. Very important: - Change user name and password
  5. Upgrading: - Upgrade 3.3
  6. Conclusion:

Top

FTP

FTP (File Transfer Protocol) is a simple and reliable way to exchange files over the Internet. SlimFTPd is a self-contained file server allowing you to upload and download files. There are two main differences between an FTP and Web page server: FTP uses port 21 while a Web page server such as Apache uses port 80; and FTP uses a protocol that, unlike a Web page server, has the ability to resume an interrupted transfer.

File FTP – Most Common use FTP – Site Uploads

The most common use for FTP is to download files from the Internet. This is normally achieved by clicking a link on a web page. For example these two links inserted into a web page perform the same download function:

<a href=”http://fred.com/someFile.mp3>Download using HTTP</a>
<a href=”ftp://fred..com/someFile.mp3>Download using FTP</a>

An FTP address looks similar to an HTTP (Website address) except it uses the prefix ftp:// instead of http://

Both links instruct a browser to open a transfer window allowing you to either open the file directly or save it to disk. If for some reason during a save operation the Internet link is broken the real power of FTP becomes apparent: You can resume the transfer. This is not possible with a Web server. You need to reload the mp3 file from the beginning by clicking the link again to restart the download process.

FTP servers normally require a user name and password. However, our user in this situation is anonymous; anyone on the Internet is allowed access.

To cater for this situation FTP servers are configured to allow anyone access using an anonymous account. This requires neither a user name nor password. However, access is restricted to a specific area on the server's hard drive, and only read access allowed.

The second most common use for FTP is to upload a web site to a service provider or you own web server. To do this you use a special client program such as ACE FTP, WS FTP or FireFTP (browser plugin). There are many more FTP clients, but they all require you to log into the server with a user name and password.

If you are offering FTP facility on your own web server or are hosting other web sites then SlimFTPd makes an ideal companion.

It offers the entire standard range of FTP commands that a client program expects such as file upload, download, delete, rename and move to mention just a few.

In addition you can use the same program to provide FTP for each of your hosts. For such a small program its capabilities are impressive.

Note: Most FTP clients allow anonymous access, which can be useful for testing and to bypass browser downloading of open FTP sites.


Top

FTP – Full blown FTP sites

Full-blown FTP sites are dedicated entirely to FTP downloads because of this they require much tighter control and organisation. SlimFTPd although powerful is not quite up to this task however for a small site it can do a good impersonation.

Top

Support files - SlimFTPd (3.181)

I have provided two download options, original software site and tutorial. Note see plugins page for 3.3 and 3.5 plugins download.

WhiteSoft Development

You can download the latest version of SlimFTPd by going to the WhiteSoft Development site.

Download the current version SlimFTPd including source code (58.5 KB) MD5 Hash: e49b49868fc35991f4569b82bf4d82d8

The current version is 3.181 this software has been around since 2002 and the last update was (released 20-Oct-2006) it’s a mature product and very stable, I would think only security issues would warrant any further updates.

Please note: The tutorial download includes the full package as above.

Tutorial

Download the tutorial support files covered in this section Install Server and associated test files

Summary

The following tutorial shows how easy it is to use SlimFTPd you will find working examples that help you set up the configuration file for Uniform Server plugins these can be found on the final page.

Top


Ric