Pure-FTPd

More information about Real Time's products & services is available on our sales web site. Direct links for each item are listed below:

Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server based upon Troll-FTPd.

 

Home Page:

http://www.pureftpd.org/

 

 

 

Creating Users:

  1. First create the account:

    % pure-pw useradd <username> -f /etc/pure-ftpd/pureftpd.passwd -u <uid> -g <gid> -d /var/ftp/<username> -c "<comment>"

    • <username> is the login name
    • <uid> User ID (name or number) of a real user that already exists on the system, as whom the new user's account should run
    • <gid> is the Group ID (name or number) of a real group that already exists on the system, as whom the new user's account should run
    • <comment> is the full name of the user (or company name)

  2. It will then ask you for a password, follow the prompts

  3. Create the home directory:

    % mkdir /var/ftp/<username>

    Note: Refer to the <username> from step one

  4. Then change permissions for that directory:

    % chown <uid>:<uid> /var/ftp/<username>

    Note: Refer to the <uid> from step one

  5. Then you compile the pureftpd password file

    % pure-pw mkdb

This is a pretty limited example for how to use the tool, and the manual page ('man pure-pw') provides more general usage instructions.

The instructions and screen shots contained within this website are specific to services offered by Real Time Enterprises only.

 

 

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".

Real Time Enterprises, Inc.

Real Time Enterprises, Inc.
10181 Crosstown Circle
Eden Prairie, MN 55344

Phone: (952) 943-8700
Fax: (952) 943-8500

Home
Open Linux Menu
Open Macintosh Menu
Open Windows Menu
Open Source Menu
Website Search
Send Email