HP-UX Remote Access Services Administrator's Guide

2 Configuring FTP
The File Transfer Protocol (FTP) is used for transferring files efficiently and reliably
between hosts over the Internet. ftp is a user interface to FTP. ftp copies files over a
network connection between the local client host and a remote server host. ftp runs
on the client host, and ftpd runs on the remote server. FTP promotes file sharing, and
implicit use of remote systems, and shields a user from variations in file storage systems.
This chapter provides information on configuring FTP and anonymous FTP, and also
describes the ftpd configuration files. The following sections discuss how to configure
the FTP daemon:
“The ftpd Configuration Files ” (page 33)
“FTP Configuration Files” (page 34)
“Configuring Anonymous FTP Access” (page 36)
“Configuring the Authentication Service in FTP” (page 41)
“Configuring Logging for FTP” (page 42)
“The ftp Support Commands” (page 44)
Additional Clauses in ftpaccess” (page 45)
“IPv6 Support” (page 57)
“Enabling the Identification Protocol (RFC 1413)” (page 58)
“Virtual FTP Support” (page 59)
NOTE: All references to the FTP daemon, ftpd, in this chapter are to WU-FTPD 2.6.1.
The ftpd Configuration Files
The /etc/ftpd/ftpaccess file is the ftpd configuration file. It defines how the
ftpd daemon operates. You can configure the following FTP features by using the
/etc/ftpd/ftpaccess file:
Number of permitted FTP login attempts
FTP banner display
Incoming and outgoing file transfer logging
Access permissions
Regular expressions usage
For more information on the /etc/ftpd/ftpaccess configuration file, type man 4
ftpaccess at the HP-UX prompt.
The ftpd Configuration Files 33