Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: "Downloading" Date: Wed, 2 Dec 2015 10:05:57 +1100 Lines: 12 Message-ID: References: <519af$565d03d9$d47876e2$19871@news.ziggo.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de CbDUXUGzUrdSZsTQ7Z0xcAfe4SbW4TAGf/YDDfDwzubA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'wed,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hayes': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'steve': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'controlling': 0.22; 'am,': 0.23; 'bit': 0.23; 'dec': 0.23; 'transfers': 0.23; 'header:In-Reply-To:1': 0.24; 'least': 0.27; 'message- id:@mail.gmail.com': 0.27; 'initiated': 0.29; "i'm": 0.30; 'computer.': 0.32; 'file': 0.34; 'received:google.com': 0.35; 'received:209.85': 0.36; 'two': 0.37; 'received:209.85.213': 0.37; 'things': 0.38; 'received:209': 0.38; 'some': 0.40; 'chrisa': 0.84; 'to:none': 0.91; 'from.': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=SMpIGpAAVmBj4GHn5VBhjk2+rSEP1KRfJgbxwuXkoK4=; b=NyMu5t4DhHwi9x4V9EeD6TCvLB+23HxcedsS08+jWJOyxgsfQZXxVHhuOkZbn63vy6 a3xsD30gtagPoZvGjzGYPa64hwUBPIIvGjNwdZ5DxbuuHKmaA5UZ7/vd5TJBIZ8WBnxS s0Lpm4atLFmatoBdeTstu00/SYjqXBbY2rgVvjUcYCK1dvQsmmrF0XFv/uHjt9ZLDFic SBGr4SR2fBPyS58AQ+wVHq4a/FKF08UGLClhp8ztnaO0rsqHzzopRdyDmYk4ueEIGBhI w2vJ0+YC05l0bxznpeuQkXYTzEqK3fTJgsy6umQFsB/yfmVjWBK5h3lXYNz5F+deGJ+h 5UcA== X-Received: by 10.50.183.11 with SMTP id ei11mr702385igc.94.1449011157307; Tue, 01 Dec 2015 15:05:57 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99828 On Wed, Dec 2, 2015 at 6:05 AM, Random832 wrote: > On 2015-12-01, Steve Hayes wrote: >> You download things FROM a computer, you upload them TO a computer. > > I'm a little bit confused as to what kinds of file transfers > you think don't have at least two endpoints. >From some other computer to the one you're controlling it from. A download is initiated by the recipient; an upload is initiated by the sender. ChrisA