Deleted Added
full compact
ftpd.8 (62946) ftpd.8 (68949)
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
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 62946 2000-07-11 11:42:29Z ben $
33.\" $FreeBSD: head/libexec/ftpd/ftpd.8 68949 2000-11-20 14:42:24Z ru $
34.\"
35.Dd January 27, 2000
36.Dt FTPD 8
37.Os BSD 4.2
38.Sh NAME
39.Nm ftpd
40.Nd
41Internet File Transfer Protocol server
42.Sh SYNOPSIS
34.\"
35.Dd January 27, 2000
36.Dt FTPD 8
37.Os BSD 4.2
38.Sh NAME
39.Nm ftpd
40.Nd
41Internet File Transfer Protocol server
42.Sh SYNOPSIS
43.Nm ftpd
43.Nm
44.Op Fl 4
45.Op Fl 6
46.Op Fl d
47.Op Fl l Op Fl l
48.Op Fl A
49.Op Fl D
50.Op Fl R
51.Op Fl S

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

105.It Fl S
106With this option set,
107.Nm
108logs all anonymous file downloads to the file
109.Pa /var/log/ftpd
110when this file exists.
111.It Fl U
112In previous versions of
44.Op Fl 4
45.Op Fl 6
46.Op Fl d
47.Op Fl l Op Fl l
48.Op Fl A
49.Op Fl D
50.Op Fl R
51.Op Fl S

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

105.It Fl S
106With this option set,
107.Nm
108logs all anonymous file downloads to the file
109.Pa /var/log/ftpd
110when this file exists.
111.It Fl U
112In previous versions of
113.Nm Ns ,
113.Nm ,
114when a passive mode client requested a data connection to the server,
115the server would use data ports in the range 1024..4999. Now, by default,
116the server will use data ports in the range 49152..65535. Specifying this
117option will revert to the old behavior.
118.It Fl T
119A client may also request a different timeout period;
120the maximum period allowed may be set to
121.Ar timeout

--- 347 unchanged lines hidden ---
114when a passive mode client requested a data connection to the server,
115the server would use data ports in the range 1024..4999. Now, by default,
116the server will use data ports in the range 49152..65535. Specifying this
117option will revert to the old behavior.
118.It Fl T
119A client may also request a different timeout period;
120the maximum period allowed may be set to
121.Ar timeout

--- 347 unchanged lines hidden ---