xref: /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ftp.dfl (revision 71815ce76261aa773c97600750fdce92334d1990)
1#ident	"%Z%%M%	%I%	%E% SMI"
2
3# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
4# Use is subject to license terms.
5#
6# CDDL HEADER START
7#
8# The contents of this file are subject to the terms of the
9# Common Development and Distribution License, Version 1.0 only
10# (the "License").  You may not use this file except in compliance
11# with the License.
12#
13# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14# or http://www.opensolaris.org/os/licensing.
15# See the License for the specific language governing permissions
16# and limitations under the License.
17#
18# When distributing Covered Code, include this CDDL HEADER in each
19# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20# If applicable, add the following below this CDDL HEADER, with the
21# fields enclosed by brackets "[]" replaced with your own identifying
22# information: Portions Copyright [yyyy] [name of copyright owner]
23#
24# CDDL HEADER END
25#
26
27# This is the ftp client configuration file
28
29# The following flag controls the behavior of the "ls" command
30# in /usr/bin/ftp.  To get the default behavior, leave these
31# lines commented out.  To force a particular behavior,
32# uncomment the appropriate line.  When this flag is set to
33# "YES," the "ls" command will send the RFC 959 NLST command.
34# When it is set to "NO," the "ls" command will send the RFC
35# 959 LIST command.  "YES" is the current default, causing ftp
36# to send "NLST".  This is the same as in previous releases of
37# Solaris.
38
39#FTP_LS_SENDS_NLST=NO
40