WU-FTPD 2.6.1 release notes (5900-1547, January 2011)
Table Of Contents
- WU-FTPD 2.6.1 release notes
- Contents
- 1 WU-FTPD 2.6.1 Release Notes
- Announcement
- What Is In This Version
- WU-FTPD 2.6.1 Features
- Support for TLS/SSL
- Cryptography Algorithm
- Prerequisites for Configuring the TLS/SSL Feature
- Certificates and Authorities
- Generating Certificates and Keys Using OpenSSL 0.9.7m
- Configuring a WU-FTPD TLS Server and an FTP Client
- Configuring an FTP Server in a TLS/SSL Environment
- Configuring an FTP Client in a TLS/SSL Environment
- Basic Configuration for Secured File Transfer
- Virtual FTP Support
- Setting up Virtual FTP Support
- Support for Virtual FTP
- Without ftpservers (4) File
- Usage
- The virtual address allow usernameand virtual address deny username directives
- The virtual address private directive
- The virtual address root path and virtual address banner path directives
- The virtual address logfile path directive
- The virtual address hostname string directive
- The virtual address root path and virtual address email string directives
- The virtual address incmail emailaddress directive
- The virtual address mailfrom emailaddress directive
- Usage
- With ftpservers(4) File
- Usage
- The virtual address allow username and virtual address deny username directives
- The virtual address private directive
- The root path directive
- The banner path directive
- The logfile path directive
- The hostname some.host.name directive
- The email emailaddress directive
- The incmail emailaddress directive
- The mailfrom emailaddress directive
- Usage
- Without ftpservers (4) File
- Setting up a Virtual FTP Server
- The privatepw Utility
- New Clauses in the /etc/ftpd/ftpaccess File
- Enabling the Identification Protocol (RFC 1413)
- New Feature Related to Data Transfer
- Field Added to the /var/adm/syslog/xferlog File
- Command-Line Options
- IPv6 Support
- HP-Specific Features
- Other Features
- Support for TLS/SSL
- Changed and Removed Features
- Compatibility and Installation Information
- Known Problems and Limitations
- Related Information
- Defects Fixed in This Release

Example 8 The anonymous-root Clause
The following are examples of the anonymous-root clause:
anonymous-root /home/ftp
anonymous-root /home/localftp localnet
The first example changes the root directory of all the anonymous users to the
directory /home/ftp, the anonymous user’s current working directory being the
home directory. If an FTP user exists in the /home/ftp/etc/passwd file, the user’s
current working directory is the home directory. In the second example, the root
directory of all the anonymous users in the class localnet is changed to the
directory/home/localftp, and the FTP user’s home directory in
/home/localftp/etc/passwd specifies the initial current working directory.
Example 9 The guest-root Clause
An example of the guest-root clause is as follows:
guest-root /home/users guest-root /home/staff %100-999 sally
The example changes the root directory of all the guest users to the /home/users
directory. The directory of users in the range 100 through 999 and user sally is
changed to the /home/staff directory, and the current working directory is
obtained from their entries in the /home/staff/etc/passwd file.
• Server Listening Clause
This clause enables the server to listen on any address. If you do not set this value,
the server listens for connections on all the IP addresses. HP recommends not to use
this clause because it breaks virtual hosting.
NOTE: This option works only when ftpd is running in a standalone mode. For
more information, see ftpd(1M).
The syntax for enabling the server to listen is as follows:
daemonaddress <address>
For detailed information on all the clauses in the /etc/ftpd/ftpaccess utility,
type man 4 ftpaccess at the HP-UX prompt.
Enabling the Identification Protocol (RFC 1413)
The Identification Protocol, /usr/bin/ident, enables you to determine the identity of
a user of a particular TCP connection. For a particular TCP port number pair, identd
returns a character string that identifies the owner of that connection on the system of
the server. You can use the -I daemon option to enable RFC 1413-based authentication.
By default, this authentication is disabled.
36 WU-FTPD 2.6.1 Release Notes