From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21806 invoked by alias); 18 Nov 2003 03:08:32 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 21796 invoked from network); 18 Nov 2003 03:08:31 -0000 Received: from unknown (HELO localhost.redhat.com) (65.49.0.121) by sources.redhat.com with SMTP; 18 Nov 2003 03:08:31 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 487B42B8F; Mon, 17 Nov 2003 22:08:16 -0500 (EST) Message-ID: <3FB98D20.8070209@gnu.org> Date: Tue, 18 Nov 2003 03:08:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Warkentin Cc: gdb@sources.redhat.com, Ken Dyck Subject: Re: [RFC] upload/download command References: <046b01c3ad35$020accc0$0202040a@catdog> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00136.txt.bz2 > I would say the most common meaning for upload is to push something onto a > remote target and download means to pull something off a remote. Ie. "I > just downloaded 10 GB of pr0n from that server." or "I just uploaded the > virus to the mainframe." > > This is the sense in which we use the terms. Interesting, I was thinking of the exact reverse. Looks like another up/down problem. Are there other terms? FTP's "put" and "get"? Andrew