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

New Feature Related to Data Transfer
The following lists the data transfer features:
• For statistical purposes, you can track the total bytes of data transferred. Also, you
can limit the number of data bytes that a user, in any given class, can transfer. You
can specify a directive in the /etc/ftpd/ftpaccess file to limit the number of
bytes incoming, outgoing, or both.
The syntax for the directive is as follows:
data-limit [raw] in out total count [class]
A default limit is specified to all the classes for which you have not specified a limit.
When the FTP session logs off, this directive prints the number of files and the number
of bytes transferred.
• You can limit the number of data files that a user, in the given class, can transfer in
a session. You can specify a directive in the /etc/ftpd/ftpaccess file to limit
the number of incoming files, outgoing files, or both.
The syntax for the directive is as follows:
file-limit [raw] in out total count [class]
If you do not specify a class, a default limit is specified to all the classes for which
a limit is not specified.
For more information, type man 4 ftpaccess at the HP-UX prompt.
Field Added to the /var/adm/syslog/xferlog File
A new field is added to the /var/adm/syslog/xferlog file to indicate the completion
status of the data transfer. A field value of C indicates complete transfer.
For more information on the new fields in the /var/adm/syslog/xferlog file, see
xferlog(5).
Command-Line Options
Table 3 describes the new options in WU-FTPD 2.6.1.
Table 3 New Options in WU-FTPD 2.6.1
DescriptionOption
These options determine whether WU-FTPD 2.6.1 uses the PID files.-q and -Q
This option instructs the daemon to change the root directory to the specified root
directory immediately after loading.
-rroot dir
This option causes the program to display copyright and version information and
then terminate.
-V
WU-FTPD 2.6.1 Features 37