Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: "Downloading" Date: Tue, 1 Dec 2015 17:28:30 -0600 Lines: 15 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 zeKA1pLtSfl1rWwlpGu6SQEEIaVQ0qg0nd5oCxSkzk5A== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'wed,': 0.15; 'hayes': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'steve': 0.18; '>>>': 0.20; '2015': 0.20; 'controlling': 0.22; 'am,': 0.23; 'bit': 0.23; 'dec': 0.23; 'transfers': 0.23; 'header:In-Reply-To:1': 0.24; 'chris': 0.26; 'least': 0.27; 'message-id:@mail.gmail.com': 0.27; 'initiated': 0.29; "i'm": 0.30; 'computer.': 0.32; 'tue,': 0.34; 'file': 0.34; 'received:google.com': 0.35; 'received:209.85': 0.36; 'to:addr :python-list': 0.36; 'pm,': 0.36; 'two': 0.37; 'received:209.85.213': 0.37; 'things': 0.38; 'received:209': 0.38; 'to:addr:python.org': 0.40; 'some': 0.40; 'to:name:python': 0.84; '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:from:date:message-id:subject:to :content-type; bh=AX36QyV0wSZ71SwAxT5BbmJz2ukmXj6tzWiC+8UGJYM=; b=jmcb57xegrqRCLWCKt5KUBOVRdwlLqPCCf1AO9waxegAxsxhibXmhMkGJlPJNUWB1T nAAitqUQxe2ILweOV8HCdcZ0dFxQIMDVDty0rQggXCqtDJWgZ45+8K8Mx6j6CkxDGUHv Aewm9uvOR3jrnrQwfalwDILIFoZstmrAfUUEvMWbIpMmUspngdMrHSbt0cUIeNzOenSA UxjD45Kiq5qur5MdWiqGJtJqXLOR6NfqySomyLifbY8z0j2ZJISI9Ckx8fAOxuDOPuuD EEbZEqy/p1Ld65qf1Y6xDjG6iFU+/U2wwC5eeIRShT/o3PPHvtF4SUj21iCSpTt5WiU9 7LZQ== X-Received: by 10.50.147.36 with SMTP id th4mr28046019igb.68.1449012549639; Tue, 01 Dec 2015 15:29:09 -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:99829 On Tue, Dec 1, 2015 at 5:05 PM, Chris Angelico wrote: > 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. What about transfers that are initiated by neither? scp remote_host1:path/to/file remote_host2:path/to/destination