GithubHelp home page GithubHelp logo

skyformat99 / proftpd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from proftpd/proftpd

0.0 1.0 0.0 64.75 MB

ProFTPD source code

Home Page: http://www.proftpd.org

License: GNU General Public License v2.0

Makefile 0.47% C 90.78% Perl 0.74% Shell 4.39% Roff 0.03% C++ 0.08% Objective-C 0.02% M4 1.48% PHP 2.00%

proftpd's Introduction

ProFTPD 1.3.x README

Status

Build Status Coverage Status Coverity Scan Status Release License

Introduction

ProFTPD is a highly configurable FTP daemon for Unix and Unix-like operating systems. See the README.ports file for more details about the platforms on which ProFTPD in known or thought to build and run.

ProFTPD grew from a desire for a secure and configurable FTP server. It was inspired by a significant admiration of the Apache web server. Unlike most other Unix FTP servers, it has not been derived from the old BSD ftpd code base, but is a completely new design and implementation.

ProFTPD's extensive configurability provides systems administrators great flexibility in user authentication and access controls, including virtual users and easy chroot() FTP sessions for individual users.

ProFTPD is popular with many service providers for delivering update access to user web pages, without resorting to Unix shell accounts.

Latest Release

see RELEASE_NOTES for an overview of the changes in this release.

Major Features

  • A single main configuration file, with directives and directive groups patterned after those of the Apache web server.

  • Per directory ".ftpaccess" configuration similar to Apache's ".htaccess".

  • Designed to run either as a stand-alone server or from inetd/xinetd.

  • Multiple virtual FTP servers and anonymous FTP services.

  • Multiple password files.

  • Shadow password support, including support for expired accounts.

  • Multiple authentication methods, including PAM, LDAP, SQL, and RADIUS.

  • Virtual users.

  • ProFTPD never executes any external program at any time. There is no SITE EXEC command, and all file and directory listings are generated internally, without using an external ls command.

  • Anonymous FTP and other chroot directories do not require any specific directory structure, executable programs or other system files.

  • Modular architecture with an API that facilitates well structured extensions to meet user needs.

  • Visibility of directories or files controlled based on Unix style permissions or user/group ownership.

  • Logging and utmp/wtmp support. Logging is compatible with wu-ftpd, and extended, customizable logging is available.

  • If supported by the capabilities the host system, it can run as a non-privileged user in stand-alone mode, thwarting attacks aimed at exploiting "root" privileges.

  • GPLv2 source license. The source code is available to audit.

Documentation

Installation Overview

For detailed installation instructions, see the INSTALL file in the root directory of the source distribution.

The ProFTPD source distribution is designed to be configured using the GNU autotools, so compiling and installing follows the familiar command sequence of

$ ./configure
$ make
$ make install

However, a significant portion of ProFTPD's configurability is done at compile time, so it is highly recommended that you read INSTALL and all of the README.* files that pertain to your platform and desired features before building the sources.

ProFTPD uses a single configuration file. A few examples are included in the sample-configurations/ subdirectory of the source distribution.

On most systems, the inetd or xinetd configuration must be changed, either to remove the current ftpd entry to run ProFTPD standalone, or to change the current ftpd entry to use the proftpd daemon.

Questions

If you have questions, please ask them on the appropriate mailing lists.

If you don't understand the documentation, please tell us, so we can explain it better. The general idea is: if you need to ask for help, then something needs to be fixed so you (and others) don't need to ask for help. Asking questions helps us to know what needs to be documented, described, and/or fixed.

proftpd's People

Contributors

bkmit avatar bverschueren avatar castaglia avatar gczuczy avatar gildasio avatar licaon-kter avatar maniac777 avatar natefoo avatar orthographic-pedant avatar pghmcfc avatar rk295 avatar tkyf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.