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

FTP_SSL_NOFALLBACK Specifies if SSL fallback needs to be enabled.
By default, fallback is enabled.
FTP_SSL_PROT Specifies whether the data channel encryption
is enabled. By default, it is enabled.
FTP_SSL_RANDFILE Specifies the file used for seeding random
number generator.
FTP_SSL_LOGFILE Specifies the logfile for the debug mode.
FTP_SSL_CONFIG_FILE Specifies the file that contains the configuration
options related to TLS.
FTP_SSL_CERT_FILE Specifies the location of the client's certificate
file.
FTP_SSL_DSACERT_FILE Specifies the location of the client's DSA
certificate file.
FTP_SSL_KEYT_FILE Specifies the client's key file.
FTP_SSL_DSAKEY_FILE Specifies the location of the client's DSA Key
file.
FTP_SSL_CIPHER Specifies the cipher list.
FTP_SSL_CA_FILE Specifies the CA certificate.
FTP_SSL_CA_PATH Specifies the pathname for CA certificate.
FTP_SSL_CRL_FILE Specifies the CRL file location for the FTP client.
FTP_SSL_CRL_PATH Specifies the CRL file pathname.
FTP_TLS_PASSWD Specifies the password to decrypt the PEM key
file(s).
NOTE: For information on the default values, see the ftp(1) manpage.
Alternatively, you can also create a script that contains all the export
commands and another script that contains all the unset commands:
Following are sample entries in a script that contains the export commands:
FTP_USESSL=1
FTP_SSL_MODE=secure
FTP_SSL_VERIFY_MODE=1
FTP_SSL_DEBUG_MODE=2
FTP_SSL_NOFALLBACK=1
FTP_SSL_PROT=1
FTP_SSL_FILE_MODE=pem
FTP_SSL_RANDFILE=/dev/urandom
FTP_SSL_LOGFILE=/tmp/ssl.log
FTP_SSL_CONFIG_FILE=flist.txt
FTP_SSL_CERT_FILE=/home/SSL/CERTS/client-cert.pem
FTP_SSL_DSACERT_FILE=/home/SSL/CERTS/dsaclient-cert.pem
WU-FTPD 2.6.1 Features 17