Deleted Added
sdiff udiff text old ( 82460 ) new ( 82796 )
full compact
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.

--- 16 unchanged lines hidden (view full) ---

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: head/libexec/ftpd/ftpd.8 82460 2001-08-28 11:59:21Z nik $
34.\"
35.Dd January 27, 2000
36.Dt FTPD 8
37.Os
38.Sh NAME
39.Nm ftpd
40.Nd Internet File Transfer Protocol server
41.Sh SYNOPSIS

--- 4 unchanged lines hidden (view full) ---

46.Op Fl l Op Fl l
47.Op Fl A
48.Op Fl D
49.Op Fl R
50.Op Fl S
51.Op Fl U
52.Op Fl r
53.Op Fl o
54.Op Fl E
55.Op Fl T Ar maxtimeout
56.Op Fl t Ar timeout
57.Op Fl a Ar address
58.Op Fl p Ar file
59.Sh DESCRIPTION
60.Nm Ftpd
61is the

--- 94 unchanged lines hidden (view full) ---

156.It Fl A
157Allow only anonymous ftp access.
158.It Fl r
159Put server in read-only mode.
160All commands which may modify the local filesystem are disabled.
161.It Fl o
162Put server in write-only mode.
163RETR is disabled, preventing downloads.
164.It Fl E
165Disable the EPSV command.
166This is useful for servers behind older firewalls.
167.El
168.Pp
169The file
170.Pa /var/run/nologin
171can be used to disable ftp access.

--- 316 unchanged lines hidden ---