Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 1998 13:03:29 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Capriotti <capriotti@geocities.com>
Cc:        Freebsd Mail Lists Reader <freebsd@romukr.kiev.ua>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Solved - Setting up local FTP server for installation -  Solved
Message-ID:  <Pine.BSF.3.96.980416130300.7029a-100000@gdi.uoregon.edu>
In-Reply-To: <3.0.32.19980416124402.00951620@pop.mpc.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 16 Apr 1998, Capriotti wrote:

> Yes ! The last one worked fine.
> 
> The steps:
> 
> cd /var/ftp
> 
> cp * /usr/server/free225

This should have been

cp -R * /usr/server/free225 

Otherwise you'll get files for the directories.  

-R == recursive copy

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980416130300.7029a-100000>