ftpd.1m (2010 09)

f
ftpd(1M) ftpd(1M)
filename filename.tar Tar filename
before transmitting
filename filename.tar.Z Tar and compress filename
before transmitting
Also, the FTP server will attempt to check for valid e-mail addresses and notify the user if invalid e-mail
addresses are found. For users whose FTP client will hang on "long replies" (that is, multiline responses),
using a dash as the first character of the password will disable this "long replies" feature.
Note: Users whose password starts with a dash, have to use an extra dash in the beginning of the pass-
word for login to succeed. However, the "long replies" feature will be disabled in this case.
The FTP server can also log all file transmission and reception, keeping the following information for
each file transmission that takes place.
%.24s %d %s %d %s %c %s %c %c %s %s %d %s
1 2345678910111213
1 current time in the form DDD MMM dd hh:mm:ss YYYY
2 transfer time in seconds
3 remote host name
4 file size in bytes
5 name of file
6 transfer type (a>scii, b>inary)
7 special action flags (concatenated as needed):
C file was compressed
U file was uncompressed
T file was tar’ed
_ no action taken
8 file was sent to user (o>utgoing) or received from user (i>ncoming)
9 accessed anonymously (r>eal, a>nonymous, g>uest)
10 local username or, if guest, ID string given (anonymous FTP password)
11 service name ("ftp", other)
12 authentication method (bitmask)
0 none
1 RFC931 Authentication
13 authenticated user id (if available, "*" otherwise)
WARNINGS
The password is sent unencrypted through the socket connection.
Anonymous FTP is inherently dangerous to system security.
DEPENDENCIES
Pluggable Authentication Modules (PAM)
PAM is an Open Group standard for user authentication, password modification, and validation of
accounts. In particular,
pam_authenticate() is invoked to perform all functions related to login.
This includes retrieving the password, validating the account, and displaying error messages.
ftpd supports only a single password, unlike the login and passwd commands. ftpd will not work
properly if it uses multiple modules in the /etc/pam.conf file.
AUTHOR
ftpd was developed by the University of California, Berkeley and the Washington University, St. Louis,
Missouri.
SEE ALSO
ftp(1), locale(1), inetd(1M), chroot(2), send(2), sendfile(2), pam_authenticate(3), getusershell(3C), ftpac-
cess(4), ftpusers(4), group(4), inetd.conf(4), passwd(4), sis(5), xferlog(5).
HP-UX 11i Version 3: September 2010 9 Hewlett-Packard Company 9