Deleted Added
full compact
ftpd.8 (50476) ftpd.8 (56668)
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 50476 1999-08-28 00:22:10Z peter $
33.\" $FreeBSD: head/libexec/ftpd/ftpd.8 56668 2000-01-27 09:28:38Z shin $
34.\"
34.\"
35.Dd April 19, 1994
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
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
44.Op Fl 4
45.Op Fl 6
44.Op Fl d
45.Op Fl l Op Fl l
46.Op Fl A
47.Op Fl D
48.Op Fl R
49.Op Fl S
50.Op Fl U
51.Op Fl T Ar maxtimeout

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

130.Fl D
131is specified, accept connections only on the specified
132.Ar address .
133.It Fl p
134When
135.Fl D
136is specified, write the daemon's process ID to
137.Ar file .
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
52.Op Fl U
53.Op Fl T Ar maxtimeout

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

132.Fl D
133is specified, accept connections only on the specified
134.Ar address .
135.It Fl p
136When
137.Fl D
138is specified, write the daemon's process ID to
139.Ar file .
140.It Fl 6
141When
142.Fl D
143is specified, accept connections via AF_INET6 socket.
144.It Fl 4
145When
146.Fl D
147is specified, accept IPv4 connections.
148When
149.Fl 6
150is also specified, accept IPv4 connection via AF_INET6 socket.
151When
152.Fl 6
153is not specified, accept IPv4 connection via AF_INET socket.
138.It Fl A
139Allow only anonymous ftp access.
140.El
141.Pp
142The file
143.Pa /var/run/nologin
144can be used to disable ftp access.
145If the file exists,

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

198.It SYST Ta "show operating system type of server system"
199.It TYPE Ta "specify data transfer" Em type
200.It USER Ta "specify user name"
201.It XCUP Ta "change to parent of current working directory (deprecated)"
202.It XCWD Ta "change working directory (deprecated)"
203.It XMKD Ta "make a directory (deprecated)"
204.It XPWD Ta "print the current working directory (deprecated)"
205.It XRMD Ta "remove a directory (deprecated)"
154.It Fl A
155Allow only anonymous ftp access.
156.El
157.Pp
158The file
159.Pa /var/run/nologin
160can be used to disable ftp access.
161If the file exists,

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

214.It SYST Ta "show operating system type of server system"
215.It TYPE Ta "specify data transfer" Em type
216.It USER Ta "specify user name"
217.It XCUP Ta "change to parent of current working directory (deprecated)"
218.It XCWD Ta "change working directory (deprecated)"
219.It XMKD Ta "make a directory (deprecated)"
220.It XPWD Ta "print the current working directory (deprecated)"
221.It XRMD Ta "remove a directory (deprecated)"
222.It LPSV Ta "prepare for server-to-server transfer, multiprotocol"
223.It LPRT Ta "specify data connection port, multiprotocol"
224.It EPSV Ta "prepare for server-to-server transfer, multiprotocol"
225.It EPRT Ta "specify data connection port, multiprotocol"
206.El
207.Pp
208The following non-standard or
209.Tn UNIX
210specific commands are supported
211by the
212SITE request.
213.Pp

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

448the super-user only when binding addresses to sockets. The
449possible security holes have been extensively
450scrutinized, but are possibly incomplete.
451.Sh HISTORY
452The
453.Nm
454command appeared in
455.Bx 4.2 .
226.El
227.Pp
228The following non-standard or
229.Tn UNIX
230specific commands are supported
231by the
232SITE request.
233.Pp

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

468the super-user only when binding addresses to sockets. The
469possible security holes have been extensively
470scrutinized, but are possibly incomplete.
471.Sh HISTORY
472The
473.Nm
474command appeared in
475.Bx 4.2 .
476IPv6 support was added in WIDE Hydrangea IPv6 stack kit.