From owner-freebsd-questions@FreeBSD.ORG Tue Oct 26 07:49:04 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 E231716A4CE for ; Tue, 26 Oct 2004 07:49:04 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7230B43D39 for ; Tue, 26 Oct 2004 07:49:04 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by wproxy.gmail.com with SMTP id 65so159322wri for ; Tue, 26 Oct 2004 00:49:04 -0700 (PDT) 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=ZEQSAb2Q0ifx1goAKMw7qcAKRYGQpoiag8g7M48Kv6dNX2wcEZaQCW8OsbXH/FhuwO6EQ8Q2FTPLEQ6Q1si6ifYBBCRvS4Ixe9p4rDkuuVaiZFQcbvZs9kIsbKv+KX3MsqpTHgDeIfkv051YHkuU02lu5oXW1PpdTYKxbbnmAro= Received: by 10.38.151.24 with SMTP id y24mr204642rnd; Tue, 26 Oct 2004 00:49:03 -0700 (PDT) Received: by 10.38.72.65 with HTTP; Tue, 26 Oct 2004 00:49:03 -0700 (PDT) Message-ID: Date: Tue, 26 Oct 2004 09:49:03 +0200 From: Gert Cuykens To: Luke Kearney In-Reply-To: <20041026164708.7480.LUKEK@meibin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041026164708.7480.LUKEK@meibin.net> cc: freebsd-questions@freebsd.org Subject: Re: ftp mput X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 07:49:05 -0000 On Tue, 26 Oct 2004 16:48:20 +0900, Luke Kearney wrote: > > On Tue, 26 Oct 2004 09:42:38 +0200 > Gert Cuykens spake thus: > > > > > when i use the ftp comando mput it displays the file i want to put > > followed by some options [aq?...] where can i find on the freebsd.org > > site what does options mean ? > > the system has an inbuilt manual try something like man ftp or google > for it. > > HTH > > LukeK > -- > Luke Kearney > > i know but it doesnt say anything about does options ? mput local-files Expand wild cards in the list of local files given as argu- ments and do a put for each file in the resulting list. See glob for details of filename expansion. Resulting file names will then be processed according to ntrans and nmap settings.