Deleted Added
full compact
1.\" $NetBSD: ftpd.8,v 1.7 1995/04/11 02:44:53 cgd Exp $
2.\"
3.\" Copyright (c) 1985, 1988, 1991, 1993
4.\" The Regents of the University of California. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

43.Nm
44.Op Fl a Ar authmode
45.Op Fl dilvU
46.Op Fl g Ar umask
47.Op Fl p Ar port
48.Op Fl T Ar maxtimeout
49.Op Fl t Ar timeout
50.Op Fl -gss-bindings
51.Op Fl I | Fl -no-insecure-oob
52.Op Fl u Ar default umask
53.Op Fl B | Fl -builtin-ls
54.Op Fl -good-chars= Ns Ar string
55.Sh DESCRIPTION
56.Nm Ftpd
57is the
58Internet File Transfer Protocol
59server process. The server uses the

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

146.Fl B ,
147.Fl -builtin-ls
148.Xc
149use built-in ls to list files
150.It Xo
151.Fl -good-chars= Ns Ar string
152.Xc
153allowed anonymous upload filename chars
154.It Xo
155.Fl I
156.Fl -no-insecure-oob
157.Xc
158don't allow insecure out of band.
159Heimdal ftp client before 0.7 doesn't support secure oob, so turning
160on this options makes them no longer work.
161.El
162.Pp
163The file
164.Pa /etc/nologin
165can be used to disable ftp access.
166If the file exists,
167.Nm
168displays it and exits.

--- 335 unchanged lines hidden ---