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

Following are examples of the email-on-load feature:
◦ mailserver abc.com
This specifies the name of a mail server that accepts upload notifications for the
FTP daemon. You can use this option to notify any user of anonymous uploads.
◦ incmail def@abc.com
This specifies the email addresses to be notified of anonymous uploads.
◦ mailfrom ghi@abc.com
This specifies the sender’s email address for anonymous upload notifications.
• Timeout Values
You can configure timeout values used within the FTP daemon by using the timeout
options. Table 1 describes the FTP daemon timeout values.
Table 1 FTP Daemon timeout Options
DescriptionOption
The time period for which the daemon waits for an incoming (PASV-passive) data
connection. The default value is 120 seconds.
accept
The time period the daemon waits before attempting to establish an outgoing
(PORT-port) data connection. The default value is 120 seconds. The connect
option affects the actual connection attempt. The daemon makes several attempts
at regular intervals, sleeping between each attempt, before disconnecting. During
the 120-minute timeframe, the daemon continues its attempt to establish a
connection. If the daemon fails to establish a connection during this time period,
it disconnects.
connect
The time period the daemon waits for some activity on the data connection. The
default value is 1200 seconds.
data
The time period the daemon waits for the next command. The default value is 900
seconds.
idle
The maximum time period the daemon allows for entire RFC 931 (Authentication
Server) conversation. The default value is 10 seconds.
RFC931
The SITE IDLE command allows the remote client to establish a higher value for
the idle timeout. With the maxidle option set in the /etc/ftpd/ftpaccess
file, you can override the value set with the SITE IDLE command. The default
value is 1200 seconds.
maxidle
The syntax for the timeout clauses are as follows:
timeout accept <seconds>
timeout connect <seconds>
timeout data <seconds>
timeout idle <seconds>
WU-FTPD 2.6.1 Features 29