ftpaddhost.1m revision c10c16dec587a0662068f6e2991c29ed3a9db943
te
Copyright (C) 2003, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
ftpaddhost 1M "1 May 2003" "SunOS 5.11" "System Administration Commands"
NAME
ftpaddhost - set up a virtual FTP host
SYNOPSIS

ftpaddhost -c | -l [-b] [-x xferlog] hostname root_dir
DESCRIPTION

The ftpaddhost script is executed by the super user to set up virtual FTP hosts. The ftpaddhost command configures the virtual host hostname under directory root_dir. The value of hostname can be an IP address or the name of a host.

OPTIONS

The ftpaddhost script supports the following options:

-b

Create a banner for the virtual host. This option is useful to confirm that the virtual host is working.

-c

Configure complete virtual hosting. This option allows each virtual host to have its own version of the ftpaccess, ftpconversions, ftpgroups, ftphosts, and ftpusers files. The master version of each of these configuration files is copied from the /etc/ftpd directory and placed in the /etc/ftpd/virtual-ftpd/hostname directory. If the /etc/ftpusers file exists it is appended to the virtual ftpusers file. If a virtual host lacks its own version of a configuration file, the master version is used.

-l

Configure limited virtual hosting. This option allows a small number of parameters to be configured differently for a virtual host. See the virtual keyword on the ftpaccess(4) manual page.

-x xferlog

Create a logfile entry such that the transfer logs for the virtual host are written to the specified file. An absolute path must be specified for the xferlog file.

OPERANDS

The following operands are supported:

hostname

The host name or IP address of the virtual server.

root_dir

The absolute pathname of the directory under which the virtual server is set up.

EXIT STATUS

The following exit values are returned:

0

Successful completion

1

Improper usage of the command

2

Command failed

FILES

/etc/ftpd/virtual-ftpd/hostname

The configuration files directory for the virtual host hostname.

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
Interface StabilityEvolving
SEE ALSO

ftpconfig(1M), in.ftpd(1M), ftpaccess(4), ftpconversions(4), ftpgroups(4), ftphosts(4), ftpusers(4), xferlog(4), attributes(5)