Print this page
5069 Removal of wu-ftpd
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Milan Jurik <milan.jurik@xylab.cz>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Adam Stevko <adam.stevko@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/netrc.4
          +++ new/usr/src/man/man4/netrc.4
   1    1  '\" te
   2    2  .\"  Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
   3    3  .\" Copyright 1989 AT&T
   4    4  .\" 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.
   5    5  .\" 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.
   6    6  .\" 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]
   7    7  .TH NETRC 4 "Aug 25, 2006"
   8    8  .SH NAME
   9    9  netrc \- file for ftp remote login data
  10   10  .SH DESCRIPTION
  11      -.sp
  12   11  .LP
  13   12  The \fB\&.netrc\fR file contains data for logging in to a remote host over the
  14   13  network for file transfers by \fBftp\fR(1). This file resides in the user's
  15   14  home directory on the machine initiating the file transfer. Its permissions
  16   15  should be set to disallow read access by group and others. See \fBchmod\fR(1).
  17   16  .sp
  18   17  .LP
  19   18  Tokens can be separated by \fBSPACE\fR, \fBTAB\fR, or \fBNEWLINE\fR characters.
  20   19  The following tokens are supported:
  21   20  .sp
↓ open down ↓ 107 lines elided ↑ open up ↑
 129  128  machine ray login demo password mypassword
 130  129  .fi
 131  130  .in -2
 132  131  
 133  132  .sp
 134  133  .LP
 135  134  allows an autologin to the machine \fBray\fR using the login name \fBdemo\fR
 136  135  with password \fBmypassword\fR.
 137  136  
 138  137  .SH FILES
 139      -.sp
 140  138  .ne 2
 141  139  .na
 142  140  \fB\fB~/.netrc\fR\fR
 143  141  .ad
 144  142  .RS 12n
 145  143  
 146  144  .RE
 147  145  
 148  146  .SH SEE ALSO
 149      -.sp
 150  147  .LP
 151      -\fBchmod\fR(1), \fBftp\fR(1), \fBin.ftpd\fR(1M)
      148 +\fBchmod\fR(1), \fBftp\fR(1)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX