1.\" Copyright (c) 1985, 1988, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. 9.\" 2. Redistributions in binary form must reproduce the above copyright 10.\" notice, this list of conditions and the following disclaimer in the 11.\" documentation and/or other materials provided with the distribution. 12.\" 3. Neither the name of the University nor the names of its contributors 13.\" may be used to endorse or promote products derived from this software 14.\" without specific prior written permission. 15.\" 16.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" 28.\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 29.\" 30.Dd June 28, 2022 31.Dt FTPD 8 32.Os 33.Sh NAME 34.Nm ftpd 35.Nd Internet File Transfer Protocol server 36.Sh SYNOPSIS 37.Nm 38.Op Fl 468ABDdEhMmOoRrSUvW 39.Op Fl l Op Fl l 40.Op Fl a Ar address 41.Op Fl P Ar port 42.Op Fl p Ar file 43.Op Fl T Ar maxtimeout 44.Op Fl t Ar timeout 45.Op Fl u Ar umask 46.Sh DESCRIPTION 47The 48.Nm 49utility is the 50Internet File Transfer Protocol 51server process. 52The server uses the 53.Tn TCP 54protocol 55and listens at the port specified with the 56.Fl P 57option or in the 58.Dq ftp 59service specification; see 60.Xr services 5 . 61.Pp 62Available options: 63.Bl -tag -width indent 64.It Fl 4 65When 66.Fl D 67is specified, accept connections via 68.Dv AF_INET 69socket. 70.It Fl 6 71When 72.Fl D 73is specified, accept connections via 74.Dv AF_INET6 75socket. 76.It Fl 8 77Enable transparent UTF-8 mode. 78RFC\ 2640 compliant clients will be told that the character encoding 79used by the server is UTF-8, which is the only effect of the option. 80.Pp 81This option does not enable any encoding conversion for server file names; 82it implies instead that the names of files on the server are encoded 83in UTF-8. 84As for files uploaded via FTP, it is the duty of the RFC\ 2640 compliant 85client to convert their names from the client's local encoding to UTF-8. 86FTP command names and own 87.Nm 88messages are always encoded in ASCII, which is a subset of UTF-8. 89Hence no need for server-side conversion at all. 90.It Fl A 91Allow only anonymous ftp access. 92.It Fl a 93When 94.Fl D 95is specified, accept connections only on the specified 96.Ar address . 97.It Fl B 98With this option set, 99.Nm 100sends authentication success and failure messages to the 101.Xr blacklistd 8 102daemon. If this option is not specified, no communcation with the 103.Xr blacklistd 8 104daemon is attempted. 105.It Fl D 106With this option set, 107.Nm 108will detach and become a daemon, accepting connections on the FTP port and 109forking children processes to handle them. 110This is lower overhead than starting 111.Nm 112from 113.Xr inetd 8 114and is thus useful on busy servers to reduce load. 115.It Fl d 116Debugging information is written to the syslog using 117.Dv LOG_FTP . 118.It Fl E 119Disable the EPSV command. 120This is useful for servers behind older firewalls. 121.It Fl h 122Disable printing host-specific information, such as the 123server software version or hostname, in server messages. 124.It Fl l 125Each successful and failed 126.Xr ftp 1 127session is logged using syslog with a facility of 128.Dv LOG_FTP . 129If this option is specified twice, the retrieve (get), store (put), append, 130delete, make directory, remove directory and rename operations and 131their filename arguments are also logged. 132By default, 133.Xr syslogd 8 134logs these to 135.Pa /var/log/xferlog . 136.It Fl M 137Prevent anonymous users from creating directories. 138.It Fl m 139Permit anonymous users to overwrite or modify 140existing files if allowed by file system permissions. 141By default, anonymous users cannot modify existing files; 142in particular, files to upload will be created under a unique name. 143.It Fl O 144Put server in write-only mode for anonymous users only. 145RETR is disabled for anonymous users, preventing anonymous downloads. 146This has no effect if 147.Fl o 148is also specified. 149.It Fl o 150Put server in write-only mode. 151RETR is disabled, preventing downloads. 152.It Fl P 153When 154.Fl D 155is specified, accept connections at 156.Ar port , 157specified as a numeric value or service name, instead of at the default 158.Dq ftp 159port. 160.It Fl p 161When 162.Fl D 163is specified, write the daemon's process ID to 164.Ar file 165instead of the default pid file, 166.Pa /var/run/ftpd.pid . 167.It Fl R 168With this option set, 169.Nm 170will revert to historical behavior with regard to security checks on 171user operations and restrictions on PORT requests. 172Currently, 173.Nm 174will only honor PORT commands directed to unprivileged ports on the 175remote user's host (which violates the FTP protocol specification but 176closes some security holes). 177.It Fl r 178Put server in read-only mode. 179All commands which may modify the local file system are disabled. 180.It Fl S 181With this option set, 182.Nm 183logs all anonymous file downloads to the file 184.Pa /var/log/ftpd 185when this file exists. 186.It Fl T 187A client may also request a different timeout period; 188the maximum period allowed may be set to 189.Ar timeout 190seconds with the 191.Fl T 192option. 193The default limit is 2 hours. 194.It Fl t 195The inactivity timeout period is set to 196.Ar timeout 197seconds (the default is 15 minutes). 198.It Fl U 199This option instructs ftpd to use data ports in the range of 200.Dv IP_PORTRANGE_DEFAULT 201instead of in the range of 202.Dv IP_PORTRANGE_HIGH . 203Such a change may be useful for some specific firewall configurations; 204see 205.Xr ip 4 206for more information. 207.Pp 208Note that option is a virtual no-op in 209.Fx 5.0 210and above; both port 211ranges are identical by default. 212.It Fl u 213The default file creation mode mask is set to 214.Ar umask , 215which is expected to be an octal numeric value. 216Refer to 217.Xr umask 2 218for details. 219This option may be overridden by 220.Xr login.conf 5 . 221.It Fl v 222A synonym for 223.Fl d . 224.It Fl W 225Do not log FTP sessions to the user accounting database. 226.El 227.Pp 228The file 229.Pa /var/run/nologin 230can be used to disable ftp access. 231If the file exists, 232.Nm 233displays it and exits. 234If the file 235.Pa /etc/ftpwelcome 236exists, 237.Nm 238prints it before issuing the 239.Dq ready 240message. 241If the file 242.Pa /etc/ftpmotd 243exists, 244.Nm 245prints it after a successful login. 246Note the motd file used is the one 247relative to the login environment. 248This means the one in 249.Pa ~ftp/etc 250in the anonymous user's case. 251.Pp 252The ftp server currently supports the following ftp requests. 253The case of the requests is ignored. 254Requests marked [RW] are 255disabled if 256.Fl r 257is specified. 258.Bl -column "Request" -offset indent 259.It Sy Request Ta Sy "Description" 260.It ABOR Ta "abort previous command" 261.It ACCT Ta "specify account (ignored)" 262.It ALLO Ta "allocate storage (vacuously)" 263.It APPE Ta "append to a file [RW]" 264.It CDUP Ta "change to parent of current working directory" 265.It CWD Ta "change working directory" 266.It DELE Ta "delete a file [RW]" 267.It EPRT Ta "specify data connection port, multiprotocol" 268.It EPSV Ta "prepare for server-to-server transfer, multiprotocol" 269.It FEAT Ta "give information on extended features of server" 270.It HELP Ta "give help information" 271.It LIST Ta "give list files in a directory" Pq Dq Li "ls -lgA" 272.It LPRT Ta "specify data connection port, multiprotocol" 273.It LPSV Ta "prepare for server-to-server transfer, multiprotocol" 274.It MDTM Ta "show last modification time of file" 275.It MKD Ta "make a directory [RW]" 276.It MODE Ta "specify data transfer" Em mode 277.It NLST Ta "give name list of files in directory" 278.It NOOP Ta "do nothing" 279.It PASS Ta "specify password" 280.It PASV Ta "prepare for server-to-server transfer" 281.It PORT Ta "specify data connection port" 282.It PWD Ta "print the current working directory" 283.It QUIT Ta "terminate session" 284.It REST Ta "restart incomplete transfer" 285.It RETR Ta "retrieve a file" 286.It RMD Ta "remove a directory [RW]" 287.It RNFR Ta "specify rename-from file name [RW]" 288.It RNTO Ta "specify rename-to file name [RW]" 289.It SITE Ta "non-standard commands (see next section)" 290.It SIZE Ta "return size of file" 291.It STAT Ta "return status of server" 292.It STOR Ta "store a file [RW]" 293.It STOU Ta "store a file with a unique name [RW]" 294.It STRU Ta "specify data transfer" Em structure 295.It SYST Ta "show operating system type of server system" 296.It TYPE Ta "specify data transfer" Em type 297.It USER Ta "specify user name" 298.It XCUP Ta "change to parent of current working directory (deprecated)" 299.It XCWD Ta "change working directory (deprecated)" 300.It XMKD Ta "make a directory (deprecated) [RW]" 301.It XPWD Ta "print the current working directory (deprecated)" 302.It XRMD Ta "remove a directory (deprecated) [RW]" 303.El 304.Pp 305The following non-standard or 306.Ux 307specific commands are supported 308by the 309SITE request. 310.Bl -column Request -offset indent 311.It Sy Request Ta Sy Description 312.It UMASK Ta change umask, e.g. ``SITE UMASK 002'' 313.It IDLE Ta set idle-timer, e.g. ``SITE IDLE 60'' 314.It CHMOD Ta "change mode of a file [RW], e.g. ``SITE CHMOD 755 filename''" 315.It MD5 Ta "report the files MD5 checksum, e.g. ``SITE MD5 filename''" 316.It HELP Ta give help information 317.El 318.Pp 319Note: SITE requests are disabled in case of anonymous logins. 320.Pp 321The remaining ftp requests specified in Internet RFC 959 322are 323recognized, but not implemented. 324MDTM and SIZE are not specified in RFC 959, but will appear in the 325next updated FTP RFC. 326To avoid possible denial-of-service attacks, SIZE requests against 327files larger than 10240 bytes will be denied if the current transfer 328type is ASCII. 329.Pp 330The ftp server will abort an active file transfer only when the 331ABOR 332command is preceded by a Telnet "Interrupt Process" (IP) 333signal and a Telnet "Synch" signal in the command Telnet stream, 334as described in Internet RFC 959. 335If a 336STAT 337command is received during a data transfer, preceded by a Telnet IP 338and Synch, transfer status will be returned. 339.Pp 340The 341.Nm 342utility interprets file names according to the 343.Dq globbing 344conventions used by 345.Xr csh 1 . 346This allows users to utilize the metacharacters 347.Dq Li \&*?[]{}~ . 348.Pp 349The 350.Nm 351utility authenticates users according to six rules. 352.Bl -enum -offset indent 353.It 354The login name must be in the password data base 355and not have a null password. 356In this case a password must be provided by the client before any 357file operations may be performed. 358.It 359The login name must not appear in the file 360.Pa /etc/ftpusers . 361.It 362The login name must not be a member of a group specified in the file 363.Pa /etc/ftpusers . 364Entries in this file interpreted as group names are prefixed by an "at" 365.Ql \&@ 366sign. 367.It 368The user must have a standard shell returned by 369.Xr getusershell 3 . 370.It 371If the user name appears in the file 372.Pa /etc/ftpchroot , 373or the user is a member of a group with a group entry in this file, 374i.e., one prefixed with 375.Ql \&@ , 376the session's root will be changed to the directory specified 377in this file or to the user's login directory by 378.Xr chroot 2 379as for an 380.Dq anonymous 381or 382.Dq ftp 383account (see next item). 384See 385.Xr ftpchroot 5 386for a detailed description of the format of this file. 387This facility may also be triggered by enabling the boolean "ftp-chroot" 388capability in 389.Xr login.conf 5 . 390However, the user must still supply a password. 391This feature is intended as a compromise between a fully anonymous 392account and a fully privileged account. 393The account should also be set up as for an anonymous account. 394.It 395If the user name is 396.Dq anonymous 397or 398.Dq ftp , 399an 400anonymous ftp account must be present in the password 401file (user 402.Dq ftp ) . 403In this case the user is allowed 404to log in by specifying any password (by convention an email address for 405the user should be used as the password). 406When the 407.Fl S 408option is set, all transfers are logged as well. 409.El 410.Pp 411In the last case, 412.Nm 413takes special measures to restrict the client's access privileges. 414The server performs a 415.Xr chroot 2 416to the home directory of the 417.Dq ftp 418user. 419As a special case if the 420.Dq ftp 421user's home directory pathname contains the 422.Pa /./ 423separator, 424.Nm 425uses its left-hand side as the name of the directory to do 426.Xr chroot 2 427to, and its right-hand side to change the current directory to afterwards. 428A typical example for this case would be 429.Pa /var/spool/ftp/./pub . 430In order that system security is not breached, it is recommended 431that the 432.Dq ftp 433subtree be constructed with care, following these rules: 434.Bl -tag -width "~ftp/pub" -offset indent 435.It Pa ~ftp 436Make the home directory owned by 437.Dq root 438and unwritable by anyone. 439.It Pa ~ftp/etc 440Make this directory owned by 441.Dq root 442and unwritable by anyone (mode 555). 443The files pwd.db (see 444.Xr passwd 5 ) 445and 446.Xr group 5 447must be present for the 448.Xr ls 1 449command to be able to produce owner names rather than numbers. 450The password field in 451.Xr passwd 5 452is not used, and should not contain real passwords. 453The file 454.Pa ftpmotd , 455if present, will be printed after a successful login. 456These files should be mode 444. 457.It Pa ~ftp/pub 458This directory and the subdirectories beneath it should be owned 459by the users and groups responsible for placing files in them, 460and be writable only by them (mode 755 or 775). 461They should 462.Em not 463be owned or writable by 464.Dq ftp 465or its group, otherwise guest users 466can fill the drive with unwanted files. 467.El 468.Pp 469If the system has multiple IP addresses, 470.Nm 471supports the idea of virtual hosts, which provides the ability to 472define multiple anonymous ftp areas, each one allocated to a different 473internet address. 474The file 475.Pa /etc/ftphosts 476contains information pertaining to each of the virtual hosts. 477Each host is defined on its own line which contains a number of 478fields separated by whitespace: 479.Bl -tag -offset indent -width hostname 480.It hostname 481Contains the hostname or IP address of the virtual host. 482.It user 483Contains a user record in the system password file. 484As with normal anonymous ftp, this user's access uid, gid and group 485memberships determine file access to the anonymous ftp area. 486The anonymous ftp area (to which any user is chrooted on login) 487is determined by the home directory defined for the account. 488User id and group for any ftp account may be the same as for the 489standard ftp user. 490.It statfile 491File to which all file transfers are logged, which 492defaults to 493.Pa /var/log/ftpd . 494.It welcome 495This file is the welcome message displayed before the server ready 496prompt. 497It defaults to 498.Pa /etc/ftpwelcome . 499.It motd 500This file is displayed after the user logs in. 501It defaults to 502.Pa /etc/ftpmotd . 503.El 504.Pp 505Lines beginning with a '#' are ignored and can be used to include 506comments. 507.Pp 508Defining a virtual host for the primary IP address or hostname 509changes the default for ftp logins to that address. 510The 'user', 'statfile', 'welcome' and 'motd' fields may be left 511blank, or a single hyphen '-' used to indicate that the default 512value is to be used. 513.Pp 514As with any anonymous login configuration, due care must be given 515to setup and maintenance to guard against security related problems. 516.Pp 517The 518.Nm 519utility has internal support for handling remote requests to list 520files, and will not execute 521.Pa /bin/ls 522in either a chrooted or non-chrooted environment. 523The 524.Pa ~/bin/ls 525executable need not be placed into the chrooted tree, nor need the 526.Pa ~/bin 527directory exist. 528.Sh FILES 529.Bl -tag -width ".Pa /var/run/ftpd.pid" -compact 530.It Pa /etc/ftpusers 531List of unwelcome/restricted users. 532.It Pa /etc/ftpchroot 533List of normal users who should be chroot'd. 534.It Pa /etc/ftphosts 535Virtual hosting configuration file. 536.It Pa /etc/ftpwelcome 537Welcome notice. 538.It Pa /etc/ftpmotd 539Welcome notice after login. 540.It Pa /var/run/ftpd.pid 541Default pid file for daemon mode. 542.It Pa /var/run/nologin 543Displayed and access refused. 544.It Pa /var/log/ftpd 545Log file for anonymous transfers. 546.It Pa /var/log/xferlog 547Default place for session logs. 548.It Pa /var/spool/ftp 549Recommended directory for the FTP root directory 550(the home directory of the ftp user). 551.El 552.Sh SEE ALSO 553.Xr ftp 1 , 554.Xr umask 2 , 555.Xr getusershell 3 , 556.Xr ftpchroot 5 , 557.Xr login.conf 5 , 558.Xr inetd 8 , 559.Xr syslogd 8 560.Sh HISTORY 561The 562.Nm 563utility appeared in 564.Bx 4.2 . 565IPv6 support was added in WIDE Hydrangea IPv6 stack kit. 566.Sh BUGS 567The server must run as the super-user 568to create sockets with privileged port numbers. 569It maintains 570an effective user id of the logged in user, reverting to 571the super-user only when binding addresses to sockets. 572The 573possible security holes have been extensively 574scrutinized, but are possibly incomplete. 575