Skip to content

Commit

Permalink
Update README.modules to mention the new modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
castaglia committed Jan 5, 2008
1 parent 66c2941 commit 156f668
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.modules
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Modules always included:
mod_ls
Implements the FTP LIST, NLST and STAT commands.

mod_facts
Implements the FTP MFF, MFMT, MLSD, and MLST commands.

mod_site
Implements the FTP SITE command, and the HELP, CHGRP, CHMOD
subcommands.
Expand All @@ -40,6 +43,8 @@ Modules always included:
Implements FTP file transfer commands (STOR, RETR, APPE, REST,
ABOR, TYPE, STRU, MODE, ALLO, SMNT, STOU).

mod_ident
Implements RFC1413 identity lookups (IdentLookups).

Modules automatically included when supported by the OS:

Expand Down Expand Up @@ -114,6 +119,12 @@ Feature modules:
See doc/contrib/mod_ctrls_admin.html
Contributed by TJ Saunders <[email protected]>

mod_dynmasq
Automatic refreshing of IP address for MasqueradeAddress DNS name,
for sites that use DynDNS-type services
See doc/contrib/mod_dynmasq.html
Contributed by TJ Saunders <[email protected]>

mod_ifsession
Conditional per-user, per-group, per-class configurations
See doc/contrib/mod_ifsession.html
Expand Down Expand Up @@ -149,6 +160,12 @@ Feature modules:
Miscellaneous SITE commands (e.g. SITE SYLINK, SITE UTIME)
See doc/contrib/mod_site_misc.html

mod_unique_id
Provides a unique ID for each FTP session, useful for session
tracking in log files and databases
See doc/contrib/mod_unique_id.html
Contributed by TJ Saunders <[email protected]>

mod_wrap
TCP Wrappers.
See contrib/README.mod_wrap and doc/contrib/mod_wrap.html.
Expand Down

0 comments on commit 156f668

Please sign in to comment.