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