From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 13:05:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3ACD16A4CF for ; Tue, 30 Nov 2004 13:05:14 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 938A743D58 for ; Tue, 30 Nov 2004 13:05:14 +0000 (GMT) (envelope-from justin.gruenberg@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so46519wri for ; Tue, 30 Nov 2004 05:05:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ZaYxsX6mPllX2xjCn06wAr19fYZipOMF1GGDQVayd1yn4AMD51FXKmKMs+hxlE3KYHTajJQGO6fTvabvdRESbH83U46QhFgU0w3I0nzDoqPEzW9D1uKmREVBI5GD16dNooGGjA4hF9m6NfsC6PLC4tQ56cqOknZHlIpUbK/zlDw= Received: by 10.54.22.77 with SMTP id 77mr41604wrv; Tue, 30 Nov 2004 05:05:10 -0800 (PST) Received: by 10.54.10.57 with HTTP; Tue, 30 Nov 2004 05:05:10 -0800 (PST) Message-ID: <96cd751f0411300505279e05e8@mail.gmail.com> Date: Tue, 30 Nov 2004 13:05:10 +0000 From: Justin Gruenberg To: freebsd-questions@freebsd.org In-Reply-To: <20041130125253.78160.qmail@web41004.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041130125253.78160.qmail@web41004.mail.yahoo.com> cc: j p Subject: Re: FTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Justin Gruenberg List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 13:05:15 -0000 On Tue, 30 Nov 2004 04:52:53 -0800 (PST), j p wrote: > how do i FTP freebsd? do i need some other software? i need step by step. is there some other site i can just download it? > > thank you > > JP Unless you need real specific FTP control, just use the included FTP program. You're going to need to enable inetd [1] and then uncomment the line for ftpd in /etc/rc.conf and then restart inetd with this command kill -HUP `/var/run/inetd.pid` [notice the backtick (`) operator, not single quotes (')] [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-inetd.html