From owner-freebsd-questions Fri Dec 21 7:31:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from koza.acecape.com (koza2.acecape.com [66.9.36.222]) by hub.freebsd.org (Postfix) with ESMTP id 3C7DD37B416 for ; Fri, 21 Dec 2001 07:31:49 -0800 (PST) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by koza.acecape.com (8.10.1/8.9.3) with ESMTP id fBLFVgE22304 for ; Fri, 21 Dec 2001 10:31:42 -0500 (EST) Date: Fri, 21 Dec 2001 10:32:17 -0500 (EST) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: FreeBSD Questions List Subject: Automating multiple file transfers with FTP Message-ID: <20011221102106.K10298-100000@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Any hints on how I can automate multiple file transfers with FTP using a valid user/password? The FTP man page talks about "AUTO-FETCHING FILES", but I couldn't get that to work for multiple files. I tried the "ftp ftp://user:password@host/file" format and that worked only for single files. I tried putting different files at the end, but only the file right after the host worked : "host/" I did get the following to work: ftp ftp://user:password@host/directory