From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 15:08:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CCA316A419 for ; Wed, 22 Aug 2007 15:08:41 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id C8EDF13C49D for ; Wed, 22 Aug 2007 15:08:40 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7MF4QFN056260; Wed, 22 Aug 2007 11:04:26 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7MF4PHT056259; Wed, 22 Aug 2007 11:04:25 -0400 (EDT) (envelope-from jerrymc) Date: Wed, 22 Aug 2007 11:04:25 -0400 From: Jerry McAllister To: Philip Hallstrom Message-ID: <20070822150425.GD56142@gizmo.acns.msu.edu> References: <20070821160431.A56007@bravo.pjkh.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070821160431.A56007@bravo.pjkh.com> User-Agent: Mutt/1.4.2.2i Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: wildcard usage in fetch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 15:08:41 -0000 On Tue, Aug 21, 2007 at 04:04:47PM -0700, Philip Hallstrom wrote: > >fetch -avrpAFU ftp://loginid:password@my.pics.com/IDX/ActivePhotos/*/*.* > > > >The /*/ directory is 2 positions in size and > >contains 00 through 99 as directory names. > >The *.* means all files in this directory. > > > >When I execute this I get logged in but get file > >not found or not available error message. > > > >Is wildcard usage not allowed in ftp? > > > >How would you suggest to accomplish downloading source file > >directory structure and their contents? I have used wildcards with no problem with FTP, but only within a single directory at a time. I have never used it in a recursive situation like you indicate, so, don't know about that. ////jerry > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"