Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99829
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: "Downloading" |
| Date | Tue, 1 Dec 2015 17:28:30 -0600 |
| Lines | 15 |
| Message-ID | <mailman.93.1449012557.14615.python-list@python.org> (permalink) |
| References | <519af$565d03d9$d47876e2$19871@news.ziggo.nl> <uqqr5bpfejgjqjdk0epcbgic4u989joa9i@4ax.com> <n3kr22$6r7$1@ger.gmane.org> <CAPTjJmrDEL3_Y=BncpoUrv5VLoQdj-sGHLi4Ap+BvEAgamZntQ@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de zeKA1pLtSfl1rWwlpGu6SQEEIaVQ0qg0nd5oCxSkzk5A== |
| Return-Path | <ian.g.kelly@gmail.com> |
| 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 | <CAPTjJmrDEL3_Y=BncpoUrv5VLoQdj-sGHLi4Ap+BvEAgamZntQ@mail.gmail.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:99829 |
Show key headers only | View raw
On Tue, Dec 1, 2015 at 5:05 PM, Chris Angelico <rosuav@gmail.com> wrote: > On Wed, Dec 2, 2015 at 6:05 AM, Random832 <random832@fastmail.com> wrote: >> On 2015-12-01, Steve Hayes <hayesstw@telkomsa.net> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Steve Hayes <hayesstw@telkomsa.net> - 2015-12-01 20:49 +0200
Re: "Downloading" Random832 <random832@fastmail.com> - 2015-12-01 19:05 +0000
Re: "Downloading" Steven D'Aprano <steve@pearwood.info> - 2015-12-02 10:46 +1100
Re: "Downloading" Chris Angelico <rosuav@gmail.com> - 2015-12-02 10:56 +1100
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Keith Thompson <kst-u@mib.org> - 2015-12-01 11:11 -0800
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Ian Kelly <ian.g.kelly@gmail.com> - 2015-12-01 14:19 -0600
Re: "Downloading" Chris Angelico <rosuav@gmail.com> - 2015-12-02 10:05 +1100
Re: "Downloading" Grant Edwards <invalid@invalid.invalid> - 2015-12-02 15:15 +0000
Re: "Downloading" Marko Rauhamaa <marko@pacujo.net> - 2015-12-02 18:37 +0200
Re: "Downloading" Emile van Sebille <emile@fenx.com> - 2015-12-02 12:10 -0800
Re: "Downloading" Ian Kelly <ian.g.kelly@gmail.com> - 2015-12-01 17:28 -0600
Re: "Downloading" Chris Angelico <rosuav@gmail.com> - 2015-12-02 10:32 +1100
Re: "Downloading" Erik <python@lucidity.plus.com> - 2015-12-01 23:37 +0000
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! "Skybuck Flying" <skybuck2000@hotmail.com> - 2015-12-02 01:22 +0100
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Juha Nieminen <nospam@thanks.invalid> - 2015-12-02 08:57 +0000
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Richard Heathfield <rjh@cpax.org.uk> - 2015-12-02 09:42 +0000
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Grant Edwards <invalid@invalid.invalid> - 2015-12-02 15:20 +0000
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Steve Hayes <hayesstw@telkomsa.net> - 2015-12-03 06:21 +0200
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Steve Hayes <hayesstw@telkomsa.net> - 2015-12-03 07:43 +0200
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Les Cargill <lcargill99@comcast.com> - 2015-12-02 04:09 -0600
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Grant Edwards <invalid@invalid.invalid> - 2015-12-02 15:20 +0000
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Keith Thompson <kst-u@mib.org> - 2015-12-02 08:36 -0800
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Laura Creighton <lac@openend.se> - 2015-12-02 17:53 +0100
Re: Is <someone> secretly downloading <some stuff> to your computer ?! Rob Hills <rhills@medimorphosis.com.au> - 2015-12-03 01:00 +0800
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Ian Kelly <ian.g.kelly@gmail.com> - 2015-12-02 11:32 -0600
Re: stuff and nonsense Denis McMahon <denismfmcmahon@gmail.com> - 2015-12-02 22:51 +0000
Re: stuff and nonsense Laura Creighton <lac@openend.se> - 2015-12-03 01:46 +0100
Re: stuff and nonsense Denis McMahon <denismfmcmahon@gmail.com> - 2015-12-03 01:28 +0000
Re: stuff and nonsense Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-12-03 07:37 -0500
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Chris in Makati <mail@nospam.com> - 2015-12-03 14:24 +0800
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! David Brown <david.brown@hesbynett.no> - 2015-12-03 10:00 +0100
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Chris Angelico <rosuav@gmail.com> - 2015-12-03 20:11 +1100
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Juha Nieminen <nospam@thanks.invalid> - 2015-12-03 09:16 +0000
Re: Is Microsoft Windows secretly downloading childporn to your computer ?! Chris in Makati <mail@nospam.com> - 2015-12-04 11:22 +0800
csiph-web