From owner-freebsd-questions@FreeBSD.ORG Tue Sep 28 15:13:23 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 1DD2616A50C for ; Tue, 28 Sep 2004 15:13:23 +0000 (GMT) Received: from mx1.hayers.net (82-34-128-159.cable.ubr02.gray.blueyonder.co.uk [82.34.128.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B80243D1D for ; Tue, 28 Sep 2004 15:13:22 +0000 (GMT) (envelope-from gary@hayers.org) Received: from [192.168.0.3] (home.hayers.net [82.34.128.159]) (authenticated bits=0) by mx1.hayers.net (8.13.1/8.13.1) with ESMTP id i8SFDF41022322; Tue, 28 Sep 2004 16:13:16 +0100 (BST) (envelope-from gary@hayers.org) Message-ID: <41597F98.4060704@hayers.org> Date: Tue, 28 Sep 2004 16:13:28 +0100 From: Gary Hayers User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve Suhre References: <6.0.3.0.2.20040928085447.04434ec0@nano.net> In-Reply-To: <6.0.3.0.2.20040928085447.04434ec0@nano.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-99.9 required=5.0 tests=AWL,USER_IN_WHITELIST autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on thor.hayers.net X-Virus-Scanned: by amavisd-milter with Sophos (http://www.amavis.org) cc: freebsd-questions@freebsd.org Subject: Re: FTP command line syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 15:13:23 -0000 Steve Suhre wrote: > > > I need to set up a cron job that will fetch a file using ftp and a > password. I've tried several versions of the commands as described in > the man page and the Auto-Fetch section but I'm getting an error that > makes me think I'm missing something... > > If I use the suggested syntax: > > ftp ftp://user:password@host/path I needed the same sort of functionallity, found it with jmirror in ports/ftp/jmirror Hope this helps Regards, Gary Hayers