xref: /freebsd/libexec/ftpd/ftpd.8 (revision 8657b576d8df85f39442c36c0e50228847fdbc38)
1ea022d16SRodney W. Grimes.\" Copyright (c) 1985, 1988, 1991, 1993
2ea022d16SRodney W. Grimes.\"	The Regents of the University of California.  All rights reserved.
3ea022d16SRodney W. Grimes.\"
4ea022d16SRodney W. Grimes.\" Redistribution and use in source and binary forms, with or without
5ea022d16SRodney W. Grimes.\" modification, are permitted provided that the following conditions
6ea022d16SRodney W. Grimes.\" are met:
7ea022d16SRodney W. Grimes.\" 1. Redistributions of source code must retain the above copyright
8ea022d16SRodney W. Grimes.\"    notice, this list of conditions and the following disclaimer.
9ea022d16SRodney W. Grimes.\" 2. Redistributions in binary form must reproduce the above copyright
10ea022d16SRodney W. Grimes.\"    notice, this list of conditions and the following disclaimer in the
11ea022d16SRodney W. Grimes.\"    documentation and/or other materials provided with the distribution.
12ea022d16SRodney W. Grimes.\" 3. All advertising materials mentioning features or use of this software
13ea022d16SRodney W. Grimes.\"    must display the following acknowledgement:
14ea022d16SRodney W. Grimes.\"	This product includes software developed by the University of
15ea022d16SRodney W. Grimes.\"	California, Berkeley and its contributors.
16ea022d16SRodney W. Grimes.\" 4. Neither the name of the University nor the names of its contributors
17ea022d16SRodney W. Grimes.\"    may be used to endorse or promote products derived from this software
18ea022d16SRodney W. Grimes.\"    without specific prior written permission.
19ea022d16SRodney W. Grimes.\"
20ea022d16SRodney W. Grimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21ea022d16SRodney W. Grimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22ea022d16SRodney W. Grimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23ea022d16SRodney W. Grimes.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24ea022d16SRodney W. Grimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25ea022d16SRodney W. Grimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26ea022d16SRodney W. Grimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27ea022d16SRodney W. Grimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28ea022d16SRodney W. Grimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29ea022d16SRodney W. Grimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30ea022d16SRodney W. Grimes.\" SUCH DAMAGE.
31ea022d16SRodney W. Grimes.\"
32ea022d16SRodney W. Grimes.\"     @(#)ftpd.8	8.2 (Berkeley) 4/19/94
337f3dea24SPeter Wemm.\" $FreeBSD$
34ea022d16SRodney W. Grimes.\"
354dd8b5abSYoshinobu Inoue.Dd January 27, 2000
36ea022d16SRodney W. Grimes.Dt FTPD 8
370efe23d6SRuslan Ermilov.Os
38ea022d16SRodney W. Grimes.Sh NAME
39ea022d16SRodney W. Grimes.Nm ftpd
40eb083802SRuslan Ermilov.Nd Internet File Transfer Protocol server
41ea022d16SRodney W. Grimes.Sh SYNOPSIS
4276081989SRuslan Ermilov.Nm
43d939fc70SRuslan Ermilov.Op Fl 46ADdEMmOoRrSUvW
44a206edcdSMike Pritchard.Op Fl l Op Fl l
45105a3c98SJulian Elischer.Op Fl a Ar address
4663591ba5SYaroslav Tykhiy.Op Fl P Ar port
47105a3c98SJulian Elischer.Op Fl p Ar file
480e063efeSYaroslav Tykhiy.Op Fl T Ar maxtimeout
49d939fc70SRuslan Ermilov.Op Fl t Ar timeout
5038ed70b1SYaroslav Tykhiy.Op Fl u Ar umask
51ea022d16SRodney W. Grimes.Sh DESCRIPTION
523f162cb8SPhilippe CharnierThe
533f162cb8SPhilippe Charnier.Nm
543f162cb8SPhilippe Charnierutility is the
55ea022d16SRodney W. GrimesInternet File Transfer Protocol
56ea022d16SRodney W. Grimesserver process.  The server uses the
57ea022d16SRodney W. Grimes.Tn TCP
58ea022d16SRodney W. Grimesprotocol
5963591ba5SYaroslav Tykhiyand listens at the port specified with the
6063591ba5SYaroslav Tykhiy.Fl P
6163591ba5SYaroslav Tykhiyoption or in the
62ea022d16SRodney W. Grimes.Dq ftp
63ea022d16SRodney W. Grimesservice specification; see
64ea022d16SRodney W. Grimes.Xr services 5 .
65ea022d16SRodney W. Grimes.Pp
66ea022d16SRodney W. GrimesAvailable options:
67e02897faSPhilippe Charnier.Bl -tag -width indent
6848143587SSheldon Hearn.It Fl 4
6948143587SSheldon HearnWhen
7048143587SSheldon Hearn.Fl D
7148143587SSheldon Hearnis specified, accept IPv4 connections.
7248143587SSheldon HearnWhen
7348143587SSheldon Hearn.Fl 6
7448143587SSheldon Hearnis also specified, accept IPv4 connection via
7548143587SSheldon Hearn.Dv AF_INET6
7648143587SSheldon Hearnsocket.
7748143587SSheldon HearnWhen
7848143587SSheldon Hearn.Fl 6
7948143587SSheldon Hearnis not specified, accept IPv4 connection via
8048143587SSheldon Hearn.Dv AF_INET
8148143587SSheldon Hearnsocket.
8248143587SSheldon Hearn.It Fl 6
8348143587SSheldon HearnWhen
8448143587SSheldon Hearn.Fl D
8548143587SSheldon Hearnis specified, accept connections via
8648143587SSheldon Hearn.Dv AF_INET6
8748143587SSheldon Hearnsocket.
88d939fc70SRuslan Ermilov.It Fl A
89d939fc70SRuslan ErmilovAllow only anonymous ftp access.
900e063efeSYaroslav Tykhiy.It Fl a
910e063efeSYaroslav TykhiyWhen
920e063efeSYaroslav Tykhiy.Fl D
930e063efeSYaroslav Tykhiyis specified, accept connections only on the specified
940e063efeSYaroslav Tykhiy.Ar address .
95cf09a206SDavid Greenman.It Fl D
96cf09a206SDavid GreenmanWith this option set,
97e02897faSPhilippe Charnier.Nm
98cf09a206SDavid Greenmanwill detach and become a daemon, accepting connections on the FTP port and
9919a05e11SRuslan Ermilovforking children processes to handle them.
10019a05e11SRuslan ErmilovThis is lower overhead than starting
101e02897faSPhilippe Charnier.Nm
102cf09a206SDavid Greenmanfrom
103cf09a206SDavid Greenman.Xr inetd 8
104cf09a206SDavid Greenmanand is thus useful on busy servers to reduce load.
105d939fc70SRuslan Ermilov.It Fl d
106d939fc70SRuslan ErmilovDebugging information is written to the syslog using
107d939fc70SRuslan Ermilov.Dv LOG_FTP .
10848143587SSheldon Hearn.It Fl E
10948143587SSheldon HearnDisable the EPSV command.
11048143587SSheldon HearnThis is useful for servers behind older firewalls.
11148143587SSheldon Hearn.It Fl l
11248143587SSheldon HearnEach successful and failed
11348143587SSheldon Hearn.Xr ftp 1
11448143587SSheldon Hearnsession is logged using syslog with a facility of
11548143587SSheldon Hearn.Dv LOG_FTP .
11648143587SSheldon HearnIf this option is specified twice, the retrieve (get), store (put), append,
11748143587SSheldon Hearndelete, make directory, remove directory and rename operations and
11848143587SSheldon Hearntheir filename arguments are also logged.
119d939fc70SRuslan ErmilovBy default,
12048143587SSheldon Hearn.Xr syslogd 8
121d939fc70SRuslan Ermilovlogs these to
122d939fc70SRuslan Ermilov.Pa /var/log/xferlog .
123d939fc70SRuslan Ermilov.It Fl M
124d939fc70SRuslan ErmilovPrevent anonymous users from creating directories.
125a117c345SYaroslav Tykhiy.It Fl m
126a117c345SYaroslav TykhiyPermit anonymous users to overwrite or modify
127a117c345SYaroslav Tykhiyexisting files if allowed by file system permissions.
128a117c345SYaroslav TykhiyBy default, anonymous users cannot modify existing files;
129a117c345SYaroslav Tykhiyin particular, files to upload will be created under a unique name.
1300e063efeSYaroslav Tykhiy.It Fl O
1310e063efeSYaroslav TykhiyPut server in write-only mode for anonymous users only.
1320e063efeSYaroslav TykhiyRETR is disabled for anonymous users, preventing anonymous downloads.
1330e063efeSYaroslav TykhiyThis has no effect if
1340e063efeSYaroslav Tykhiy.Fl o
1350e063efeSYaroslav Tykhiyis also specified.
136d939fc70SRuslan Ermilov.It Fl o
137d939fc70SRuslan ErmilovPut server in write-only mode.
138d939fc70SRuslan ErmilovRETR is disabled, preventing downloads.
13963591ba5SYaroslav Tykhiy.It Fl P
14063591ba5SYaroslav TykhiyWhen
14163591ba5SYaroslav Tykhiy.Fl D
14263591ba5SYaroslav Tykhiyis specified, accept connections at
14363591ba5SYaroslav Tykhiy.Ar port ,
14463591ba5SYaroslav Tykhiyspecified as a numeric value or service name, instead of at the default
14563591ba5SYaroslav Tykhiy.Dq ftp
14663591ba5SYaroslav Tykhiyport.
1470e063efeSYaroslav Tykhiy.It Fl p
1480e063efeSYaroslav TykhiyWhen
1490e063efeSYaroslav Tykhiy.Fl D
1500e063efeSYaroslav Tykhiyis specified, write the daemon's process ID to
1510e063efeSYaroslav Tykhiy.Ar file .
1520e063efeSYaroslav Tykhiy.It Fl R
1530e063efeSYaroslav TykhiyWith this option set,
1540e063efeSYaroslav Tykhiy.Nm
1550e063efeSYaroslav Tykhiywill revert to historical behavior with regard to security checks on
1560e063efeSYaroslav Tykhiyuser operations and restrictions on PORT requests.
1570e063efeSYaroslav TykhiyCurrently,
1580e063efeSYaroslav Tykhiy.Nm
1590e063efeSYaroslav Tykhiywill only honor PORT commands directed to unprivileged ports on the
1600e063efeSYaroslav Tykhiyremote user's host (which violates the FTP protocol specification but
1610e063efeSYaroslav Tykhiycloses some security holes).
162d939fc70SRuslan Ermilov.It Fl r
163d939fc70SRuslan ErmilovPut server in read-only mode.
164d939fc70SRuslan ErmilovAll commands which may modify the local file system are disabled.
1650e063efeSYaroslav Tykhiy.It Fl S
1660e063efeSYaroslav TykhiyWith this option set,
1670e063efeSYaroslav Tykhiy.Nm
1680e063efeSYaroslav Tykhiylogs all anonymous file downloads to the file
1690e063efeSYaroslav Tykhiy.Pa /var/log/ftpd
1700e063efeSYaroslav Tykhiywhen this file exists.
171ea022d16SRodney W. Grimes.It Fl T
172ea022d16SRodney W. GrimesA client may also request a different timeout period;
173ea022d16SRodney W. Grimesthe maximum period allowed may be set to
174ea022d16SRodney W. Grimes.Ar timeout
175ea022d16SRodney W. Grimesseconds with the
176ea022d16SRodney W. Grimes.Fl T
177ea022d16SRodney W. Grimesoption.
178ea022d16SRodney W. GrimesThe default limit is 2 hours.
179d939fc70SRuslan Ermilov.It Fl t
180d939fc70SRuslan ErmilovThe inactivity timeout period is set to
181d939fc70SRuslan Ermilov.Ar timeout
182d939fc70SRuslan Ermilovseconds (the default is 15 minutes).
1830e063efeSYaroslav Tykhiy.It Fl U
1840e063efeSYaroslav TykhiyIn previous versions of
1850e063efeSYaroslav Tykhiy.Nm ,
1860e063efeSYaroslav Tykhiywhen a passive mode client requested a data connection to the server,
1870e063efeSYaroslav Tykhiythe server would use data ports in the range 1024..4999.  Now, by default,
1880e063efeSYaroslav Tykhiythe server will use data ports in the range 49152..65535.  Specifying this
1890e063efeSYaroslav Tykhiyoption will revert to the old behavior.
190d939fc70SRuslan Ermilov.It Fl u
191d939fc70SRuslan ErmilovThe default file creation mode mask is set to
192d939fc70SRuslan Ermilov.Ar umask ,
193d939fc70SRuslan Ermilovwhich is expected to be an octal numeric value.
194d939fc70SRuslan ErmilovRefer to
195d939fc70SRuslan Ermilov.Xr umask 2
196d939fc70SRuslan Ermilovfor details.
19793bd9dc5SYaroslav Tykhiy.It Fl v
19893bd9dc5SYaroslav TykhiyA synonym for
19993bd9dc5SYaroslav Tykhiy.Fl d .
2005d7e0128SYaroslav Tykhiy.It Fl W
201d939fc70SRuslan ErmilovDo not log FTP sessions to
2025d7e0128SYaroslav Tykhiy.Pa /var/log/wtmp .
203ea022d16SRodney W. Grimes.El
204ea022d16SRodney W. Grimes.Pp
205ea022d16SRodney W. GrimesThe file
2060e510aedSSatoshi Asami.Pa /var/run/nologin
207ea022d16SRodney W. Grimescan be used to disable ftp access.
208ea022d16SRodney W. GrimesIf the file exists,
209ea022d16SRodney W. Grimes.Nm
210ea022d16SRodney W. Grimesdisplays it and exits.
211ea022d16SRodney W. GrimesIf the file
212ea022d16SRodney W. Grimes.Pa /etc/ftpwelcome
213ea022d16SRodney W. Grimesexists,
214ea022d16SRodney W. Grimes.Nm
215ea022d16SRodney W. Grimesprints it before issuing the
216ea022d16SRodney W. Grimes.Dq ready
217ea022d16SRodney W. Grimesmessage.
218ea022d16SRodney W. GrimesIf the file
219025362a7SGary Palmer.Pa /etc/ftpmotd
220ea022d16SRodney W. Grimesexists,
221ea022d16SRodney W. Grimes.Nm
222f97d7807SDavid E. O'Brienprints it after a successful login.  Note the motd file used is the one
223f97d7807SDavid E. O'Brienrelative to the login environment.  This means the one in
224f97d7807SDavid E. O'Brien.Pa ~ftp/etc
225f97d7807SDavid E. O'Brienin the anonymous user's case.
226ea022d16SRodney W. Grimes.Pp
227ea022d16SRodney W. GrimesThe ftp server currently supports the following ftp requests.
228a4b77a2aSPoul-Henning KampThe case of the requests is ignored.  Requests marked [RW] are
229a4b77a2aSPoul-Henning Kampdisabled if
230a4b77a2aSPoul-Henning Kamp.Fl r
231a4b77a2aSPoul-Henning Kampis specified.
232ea022d16SRodney W. Grimes.Bl -column "Request" -offset indent
233e02897faSPhilippe Charnier.It Sy Request Ta Sy "Description"
234ea022d16SRodney W. Grimes.It ABOR Ta "abort previous command"
235ea022d16SRodney W. Grimes.It ACCT Ta "specify account (ignored)"
236ea022d16SRodney W. Grimes.It ALLO Ta "allocate storage (vacuously)"
237a4b77a2aSPoul-Henning Kamp.It APPE Ta "append to a file [RW]"
238ea022d16SRodney W. Grimes.It CDUP Ta "change to parent of current working directory"
239ea022d16SRodney W. Grimes.It CWD Ta "change working directory"
240a4b77a2aSPoul-Henning Kamp.It DELE Ta "delete a file [RW]"
241a4b77a2aSPoul-Henning Kamp.It EPRT Ta "specify data connection port, multiprotocol"
242a4b77a2aSPoul-Henning Kamp.It EPSV Ta "prepare for server-to-server transfer, multiprotocol"
243ea022d16SRodney W. Grimes.It HELP Ta "give help information"
244ea022d16SRodney W. Grimes.It LIST Ta "give list files in a directory" Pq Dq Li "ls -lgA"
245a4b77a2aSPoul-Henning Kamp.It LPRT Ta "specify data connection port, multiprotocol"
246a4b77a2aSPoul-Henning Kamp.It LPSV Ta "prepare for server-to-server transfer, multiprotocol"
247ea022d16SRodney W. Grimes.It MDTM Ta "show last modification time of file"
248a4b77a2aSPoul-Henning Kamp.It MKD Ta "make a directory [RW]"
249ea022d16SRodney W. Grimes.It MODE Ta "specify data transfer" Em mode
250ea022d16SRodney W. Grimes.It NLST Ta "give name list of files in directory"
251ea022d16SRodney W. Grimes.It NOOP Ta "do nothing"
252ea022d16SRodney W. Grimes.It PASS Ta "specify password"
253ea022d16SRodney W. Grimes.It PASV Ta "prepare for server-to-server transfer"
254ea022d16SRodney W. Grimes.It PORT Ta "specify data connection port"
255ea022d16SRodney W. Grimes.It PWD Ta "print the current working directory"
256ea022d16SRodney W. Grimes.It QUIT Ta "terminate session"
257ea022d16SRodney W. Grimes.It REST Ta "restart incomplete transfer"
258ea022d16SRodney W. Grimes.It RETR Ta "retrieve a file"
259a4b77a2aSPoul-Henning Kamp.It RMD Ta "remove a directory [RW]"
260a4b77a2aSPoul-Henning Kamp.It RNFR Ta "specify rename-from file name [RW]"
261a4b77a2aSPoul-Henning Kamp.It RNTO Ta "specify rename-to file name [RW]"
262ea022d16SRodney W. Grimes.It SITE Ta "non-standard commands (see next section)"
263ea022d16SRodney W. Grimes.It SIZE Ta "return size of file"
264ea022d16SRodney W. Grimes.It STAT Ta "return status of server"
265a4b77a2aSPoul-Henning Kamp.It STOR Ta "store a file [RW]"
266a4b77a2aSPoul-Henning Kamp.It STOU Ta "store a file with a unique name [RW]"
267ea022d16SRodney W. Grimes.It STRU Ta "specify data transfer" Em structure
268ea022d16SRodney W. Grimes.It SYST Ta "show operating system type of server system"
269ea022d16SRodney W. Grimes.It TYPE Ta "specify data transfer" Em type
270ea022d16SRodney W. Grimes.It USER Ta "specify user name"
271ea022d16SRodney W. Grimes.It XCUP Ta "change to parent of current working directory (deprecated)"
272ea022d16SRodney W. Grimes.It XCWD Ta "change working directory (deprecated)"
273a4b77a2aSPoul-Henning Kamp.It XMKD Ta "make a directory (deprecated) [RW]"
274ea022d16SRodney W. Grimes.It XPWD Ta "print the current working directory (deprecated)"
275a4b77a2aSPoul-Henning Kamp.It XRMD Ta "remove a directory (deprecated) [RW]"
276ea022d16SRodney W. Grimes.El
277ea022d16SRodney W. Grimes.Pp
278ea022d16SRodney W. GrimesThe following non-standard or
279d939fc70SRuslan Ermilov.Ux
280ea022d16SRodney W. Grimesspecific commands are supported
281ea022d16SRodney W. Grimesby the
282ea022d16SRodney W. GrimesSITE request.
283ea022d16SRodney W. Grimes.Pp
284ea022d16SRodney W. Grimes.Bl -column Request -offset indent
285ea022d16SRodney W. Grimes.It Sy Request Ta Sy Description
286ea022d16SRodney W. Grimes.It UMASK Ta change umask, e.g. ``SITE UMASK 002''
287ea022d16SRodney W. Grimes.It IDLE Ta set idle-timer, e.g. ``SITE IDLE 60''
288a4b77a2aSPoul-Henning Kamp.It CHMOD Ta "change mode of a file [RW], e.g. ``SITE CHMOD 755 filename''"
28953ba84a6SPoul-Henning Kamp.It MD5 Ta "report the files MD5 checksum, e.g. ``SITE MD5 filename''"
290e02897faSPhilippe Charnier.It HELP Ta give help information
291ea022d16SRodney W. Grimes.El
292ea022d16SRodney W. Grimes.Pp
2936a01974bSRuslan ErmilovNote: SITE requests are disabled in case of anonymous logins.
2946a01974bSRuslan Ermilov.Pp
295ea022d16SRodney W. GrimesThe remaining ftp requests specified in Internet RFC 959
296ea022d16SRodney W. Grimesare
297ea022d16SRodney W. Grimesrecognized, but not implemented.
298ea022d16SRodney W. GrimesMDTM and SIZE are not specified in RFC 959, but will appear in the
299ea022d16SRodney W. Grimesnext updated FTP RFC.
300255a7037SYaroslav TykhiyTo avoid possible denial-of-service attacks, SIZE requests against
301255a7037SYaroslav Tykhiyfiles larger than 10240 bytes will be denied if the current transfer
302255a7037SYaroslav Tykhiytype is ASCII.
303ea022d16SRodney W. Grimes.Pp
304ea022d16SRodney W. GrimesThe ftp server will abort an active file transfer only when the
305ea022d16SRodney W. GrimesABOR
306ea022d16SRodney W. Grimescommand is preceded by a Telnet "Interrupt Process" (IP)
307ea022d16SRodney W. Grimessignal and a Telnet "Synch" signal in the command Telnet stream,
308ea022d16SRodney W. Grimesas described in Internet RFC 959.
309ea022d16SRodney W. GrimesIf a
310ea022d16SRodney W. GrimesSTAT
311ea022d16SRodney W. Grimescommand is received during a data transfer, preceded by a Telnet IP
312ea022d16SRodney W. Grimesand Synch, transfer status will be returned.
313ea022d16SRodney W. Grimes.Pp
3143f162cb8SPhilippe CharnierThe
3153f162cb8SPhilippe Charnier.Nm
3163f162cb8SPhilippe Charnierutility interprets file names according to the
317ea022d16SRodney W. Grimes.Dq globbing
318ea022d16SRodney W. Grimesconventions used by
319ea022d16SRodney W. Grimes.Xr csh 1 .
320ea022d16SRodney W. GrimesThis allows users to utilize the metacharacters
321ea022d16SRodney W. Grimes.Dq Li \&*?[]{}~ .
322ea022d16SRodney W. Grimes.Pp
3233f162cb8SPhilippe CharnierThe
3243f162cb8SPhilippe Charnier.Nm
3253f162cb8SPhilippe Charnierutility authenticates users according to six rules.
326ea022d16SRodney W. Grimes.Pp
327ea022d16SRodney W. Grimes.Bl -enum -offset indent
328ea022d16SRodney W. Grimes.It
32942946c82SMike PritchardThe login name must be in the password data base
330ea022d16SRodney W. Grimesand not have a null password.
331ea022d16SRodney W. GrimesIn this case a password must be provided by the client before any
332ea022d16SRodney W. Grimesfile operations may be performed.
333a5a4544eSPaul TrainaIf the user has an S/Key key, the response from a successful USER
33419a05e11SRuslan Ermilovcommand will include an S/Key challenge.
33519a05e11SRuslan ErmilovThe client may choose to respond with a PASS command giving either
33619a05e11SRuslan Ermilova standard password or an S/Key one-time password.
33719a05e11SRuslan ErmilovThe server will automatically determine which type of
33819a05e11SRuslan Ermilovpassword it has been given and attempt to authenticate accordingly.
33919a05e11SRuslan ErmilovSee
340a5a4544eSPaul Traina.Xr key 1
34119a05e11SRuslan Ermilovfor more information on S/Key authentication.
34219a05e11SRuslan ErmilovS/Key is a Trademark of Bellcore.
343ea022d16SRodney W. Grimes.It
344ea022d16SRodney W. GrimesThe login name must not appear in the file
345ea022d16SRodney W. Grimes.Pa /etc/ftpusers .
346ea022d16SRodney W. Grimes.It
34731fea7b8SDavid NugentThe login name must not be a member of a group specified in the file
34831fea7b8SDavid Nugent.Pa /etc/ftpusers .
34931fea7b8SDavid NugentEntries in this file interpreted as group names are prefixed by an "at"
35031fea7b8SDavid Nugent.Ql \&@
35131fea7b8SDavid Nugentsign.
35231fea7b8SDavid Nugent.It
353ea022d16SRodney W. GrimesThe user must have a standard shell returned by
354ea022d16SRodney W. Grimes.Xr getusershell 3 .
355ea022d16SRodney W. Grimes.It
356a5a4544eSPaul TrainaIf the user name appears in the file
35731fea7b8SDavid Nugent.Pa /etc/ftpchroot ,
35831fea7b8SDavid Nugentor the user is a member of a group with a group entry in this file,
35931fea7b8SDavid Nugenti.e. one prefixed with
36031fea7b8SDavid Nugent.Ql \&@ ,
3618657b576SYaroslav Tykhiythe session's root will be changed to the directory specified
3628657b576SYaroslav Tykhiyin this file or to the user's login directory by
363a5a4544eSPaul Traina.Xr chroot 2
364a5a4544eSPaul Trainaas for an
365a5a4544eSPaul Traina.Dq anonymous
366a5a4544eSPaul Trainaor
367a5a4544eSPaul Traina.Dq ftp
368b071c689SDavid Nugentaccount (see next item).
3698657b576SYaroslav TykhiySee
3708657b576SYaroslav Tykhiy.Xr ftpchroot 5
3718657b576SYaroslav Tykhiyfor a detailed description of the format of this file.
37231fea7b8SDavid NugentThis facility may also be triggered by enabling the boolean "ftp-chroot"
373b071c689SDavid Nugentcapability in
374b071c689SDavid Nugent.Xr login.conf 5 .
375b071c689SDavid NugentHowever, the user must still supply a password.
376ea4e54b9SDavid NugentThis feature is intended as a compromise between a fully anonymous
377ea4e54b9SDavid Nugentaccount and a fully privileged account.
37831fea7b8SDavid NugentThe account should also be set up as for an anonymous account.
379a5a4544eSPaul Traina.It
380ea022d16SRodney W. GrimesIf the user name is
381ea022d16SRodney W. Grimes.Dq anonymous
382ea022d16SRodney W. Grimesor
383ea022d16SRodney W. Grimes.Dq ftp ,
384ea022d16SRodney W. Grimesan
385ea022d16SRodney W. Grimesanonymous ftp account must be present in the password
386ea022d16SRodney W. Grimesfile (user
387ea022d16SRodney W. Grimes.Dq ftp ) .
388ea022d16SRodney W. GrimesIn this case the user is allowed
389ea022d16SRodney W. Grimesto log in by specifying any password (by convention an email address for
390a5a4544eSPaul Trainathe user should be used as the password).
391a5a4544eSPaul TrainaWhen the
3923eb568f2SGuido van Rooij.Fl S
3933eb568f2SGuido van Rooijoption is set, all transfers are logged as well.
394ea022d16SRodney W. Grimes.El
395ea022d16SRodney W. Grimes.Pp
396ea022d16SRodney W. GrimesIn the last case,
397e02897faSPhilippe Charnier.Nm
398ea022d16SRodney W. Grimestakes special measures to restrict the client's access privileges.
399ea022d16SRodney W. GrimesThe server performs a
400ea022d16SRodney W. Grimes.Xr chroot 2
401ea022d16SRodney W. Grimesto the home directory of the
402ea022d16SRodney W. Grimes.Dq ftp
403ea022d16SRodney W. Grimesuser.
404ea022d16SRodney W. GrimesIn order that system security is not breached, it is recommended
405ea022d16SRodney W. Grimesthat the
406ea022d16SRodney W. Grimes.Dq ftp
407ea022d16SRodney W. Grimessubtree be constructed with care, following these rules:
408ea022d16SRodney W. Grimes.Bl -tag -width "~ftp/pub" -offset indent
409ea022d16SRodney W. Grimes.It Pa ~ftp
410ea022d16SRodney W. GrimesMake the home directory owned by
411ea022d16SRodney W. Grimes.Dq root
412ea022d16SRodney W. Grimesand unwritable by anyone.
413ea022d16SRodney W. Grimes.It Pa ~ftp/etc
414ea022d16SRodney W. GrimesMake this directory owned by
415ea022d16SRodney W. Grimes.Dq root
416ea022d16SRodney W. Grimesand unwritable by anyone (mode 555).
417a5a4544eSPaul TrainaThe files pwd.db (see
418a5a4544eSPaul Traina.Xr passwd 5 )
419ea022d16SRodney W. Grimesand
420ea022d16SRodney W. Grimes.Xr group 5
421ea022d16SRodney W. Grimesmust be present for the
4223f162cb8SPhilippe Charnier.Xr ls 1
423ea022d16SRodney W. Grimescommand to be able to produce owner names rather than numbers.
424ea022d16SRodney W. GrimesThe password field in
425ea022d16SRodney W. Grimes.Xr passwd
426ea022d16SRodney W. Grimesis not used, and should not contain real passwords.
427ea022d16SRodney W. GrimesThe file
4287253b58bSGary Palmer.Pa ftpmotd ,
429ea022d16SRodney W. Grimesif present, will be printed after a successful login.
430ea022d16SRodney W. GrimesThese files should be mode 444.
431ea022d16SRodney W. Grimes.It Pa ~ftp/pub
4329ba6d8e4SMike HeffnerThis directory and the subdirectories beneath it should be owned
4339ba6d8e4SMike Heffnerby the users and groups responsible for placing files in them,
4349ba6d8e4SMike Heffnerand be writable only by them (mode 755 or 775).
4359ba6d8e4SMike HeffnerThey should
4369ba6d8e4SMike Heffner.Em not
437a8838c53SRuslan Ermilovbe owned or writable by
438a8838c53SRuslan Ermilov.Dq ftp
439a8838c53SRuslan Ermilovor its group, otherwise guest users
4409ba6d8e4SMike Heffnercan fill the drive with unwanted files.
441ea022d16SRodney W. Grimes.El
442334ab9fdSDavid Nugent.Pp
443ea4e54b9SDavid NugentIf the system has multiple IP addresses,
444e02897faSPhilippe Charnier.Nm
445ea4e54b9SDavid Nugentsupports the idea of virtual hosts, which provides the ability to
446ea4e54b9SDavid Nugentdefine multiple anonymous ftp areas, each one allocated to a different
447ea4e54b9SDavid Nugentinternet address.
448ea4e54b9SDavid NugentThe file
449ea4e54b9SDavid Nugent.Pa /etc/ftphosts
450ea4e54b9SDavid Nugentcontains information pertaining to each of the virtual hosts.
451ea4e54b9SDavid NugentEach host is defined on its own line which contains a number of
452ea4e54b9SDavid Nugentfields separated by whitespace:
453ea4e54b9SDavid Nugent.Bl -tag -offset indent -width hostname
454ea4e54b9SDavid Nugent.It hostname
455ea4e54b9SDavid NugentContains the hostname or IP address of the virtual host.
456ea4e54b9SDavid Nugent.It user
457ea4e54b9SDavid NugentContains a user record in the system password file.
458ea4e54b9SDavid NugentAs with normal anonymous ftp, this user's access uid, gid and group
459ea4e54b9SDavid Nugentmemberships determine file access to the anonymous ftp area.
460ea4e54b9SDavid NugentThe anonymous ftp area (to which any user is chrooted on login)
461ea4e54b9SDavid Nugentis determined by the home directory defined for the account.
462ea4e54b9SDavid NugentUser id and group for any ftp account may be the same as for the
463ea4e54b9SDavid Nugentstandard ftp user.
464ea4e54b9SDavid Nugent.It statfile
465ea4e54b9SDavid NugentFile to which all file transfers are logged, which
466ea4e54b9SDavid Nugentdefaults to
467ea4e54b9SDavid Nugent.Pa /var/log/ftpd .
468ea4e54b9SDavid Nugent.It welcome
469ea4e54b9SDavid NugentThis file is the welcome message displayed before the server ready
470ea4e54b9SDavid Nugentprompt.
471ea4e54b9SDavid NugentIt defaults to
472ea4e54b9SDavid Nugent.Pa /etc/ftpwelcome .
473ea4e54b9SDavid Nugent.It motd
474ea4e54b9SDavid NugentThis file is displayed after the user logs in.
475ea4e54b9SDavid NugentIt defaults to
476ea4e54b9SDavid Nugent.Pa /etc/ftpmotd .
477ea4e54b9SDavid Nugent.El
478ea4e54b9SDavid Nugent.Pp
479d59b62e3SJoseph KoshyLines beginning with a '#' are ignored and can be used to include
480d59b62e3SJoseph Koshycomments.
481d59b62e3SJoseph Koshy.Pp
482ea4e54b9SDavid NugentDefining a virtual host for the primary IP address or hostname
483ea4e54b9SDavid Nugentchanges the default for ftp logins to that address.
484ea4e54b9SDavid NugentThe 'user', 'statfile', 'welcome' and 'motd' fields may be left
48557bd0fc6SJens Schweikhardtblank, or a single hyphen '-' used to indicate that the default
486ea4e54b9SDavid Nugentvalue is to be used.
487ea4e54b9SDavid Nugent.Pp
488ea4e54b9SDavid NugentAs with any anonymous login configuration, due care must be given
489ea4e54b9SDavid Nugentto setup and maintenance to guard against security related problems.
490ea4e54b9SDavid Nugent.Pp
4913f162cb8SPhilippe CharnierThe
492e02897faSPhilippe Charnier.Nm
4933f162cb8SPhilippe Charnierutility has internal support for handling remote requests to list
494334ab9fdSDavid Nugentfiles, and will not execute
495334ab9fdSDavid Nugent.Pa /bin/ls
49617130647SPeter Wemmin either a chrooted or non-chrooted environment.  The
497334ab9fdSDavid Nugent.Pa ~/bin/ls
498334ab9fdSDavid Nugentexecutable need not be placed into the chrooted tree, nor need the
499334ab9fdSDavid Nugent.Pa ~/bin
500334ab9fdSDavid Nugentdirectory exist.
501ea022d16SRodney W. Grimes.Sh FILES
502d939fc70SRuslan Ermilov.Bl -tag -width ".Pa /var/log/xferlog" -compact
503ea022d16SRodney W. Grimes.It Pa /etc/ftpusers
504ea022d16SRodney W. GrimesList of unwelcome/restricted users.
505a5a4544eSPaul Traina.It Pa /etc/ftpchroot
506a5a4544eSPaul TrainaList of normal users who should be chroot'd.
507f97d7807SDavid E. O'Brien.It Pa /etc/ftphosts
508f97d7807SDavid E. O'BrienVirtual hosting configuration file.
509ea022d16SRodney W. Grimes.It Pa /etc/ftpwelcome
510ea022d16SRodney W. GrimesWelcome notice.
5117253b58bSGary Palmer.It Pa /etc/ftpmotd
512ea022d16SRodney W. GrimesWelcome notice after login.
5130e510aedSSatoshi Asami.It Pa /var/run/nologin
514ea022d16SRodney W. GrimesDisplayed and access refused.
5153eb568f2SGuido van Rooij.It Pa /var/log/ftpd
5163eb568f2SGuido van RooijLog file for anonymous transfers.
517d939fc70SRuslan Ermilov.It Pa /var/log/xferlog
518d939fc70SRuslan ErmilovDefault place for session logs.
519ea022d16SRodney W. Grimes.El
520ea022d16SRodney W. Grimes.Sh SEE ALSO
521ea022d16SRodney W. Grimes.Xr ftp 1 ,
522a5a4544eSPaul Traina.Xr key 1 ,
52338ed70b1SYaroslav Tykhiy.Xr umask 2 ,
524ea022d16SRodney W. Grimes.Xr getusershell 3 ,
5258657b576SYaroslav Tykhiy.Xr ftpchroot 5 ,
526b071c689SDavid Nugent.Xr login.conf 5 ,
527cf09a206SDavid Greenman.Xr inetd 8 ,
528ea022d16SRodney W. Grimes.Xr syslogd 8
529ea022d16SRodney W. Grimes.Sh BUGS
530ea022d16SRodney W. GrimesThe server must run as the super-user
531ea022d16SRodney W. Grimesto create sockets with privileged port numbers.  It maintains
532ea022d16SRodney W. Grimesan effective user id of the logged in user, reverting to
533ea022d16SRodney W. Grimesthe super-user only when binding addresses to sockets.  The
534ea022d16SRodney W. Grimespossible security holes have been extensively
535ea022d16SRodney W. Grimesscrutinized, but are possibly incomplete.
536ea022d16SRodney W. Grimes.Sh HISTORY
537ea022d16SRodney W. GrimesThe
538ea022d16SRodney W. Grimes.Nm
5393f162cb8SPhilippe Charnierutility appeared in
540ea022d16SRodney W. Grimes.Bx 4.2 .
5414dd8b5abSYoshinobu InoueIPv6 support was added in WIDE Hydrangea IPv6 stack kit.
542