Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92371
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joel.goldstick@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.029 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'url:sourceforge': 0.03; 'binary': 0.05; 'subject:file': 0.07; 'cc:addr:python-list': 0.10; 'help?': 0.16; 'received:mail-ig0-x22a.google.com': 0.16; 'wrote:': 0.16; 'all,': 0.20; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; '2015': 0.23; 'this:': 0.23; 'header :In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.28; 'url:mailman': 0.31; 'url:python': 0.33; 'file': 0.34; 'received:google.com': 0.34; 'url:listinfo': 0.35; 'could': 0.35; 'url:org': 0.36; 'subject:: ': 0.37; 'tue,': 0.38; 'pm,': 0.39; 'url:en': 0.39; 'does': 0.39; 'data': 0.40; 'subject:the': 0.40; 'some': 0.40; 'free': 0.61; 'here:': 0.62; 'to:none': 0.90; 'joel': 0.91; 'url:fr': 0.96 |
| 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=KMmotbeEJJOujWHhd09Dt/Nb7pQXuo4GormayYkLcsY=; b=sFlwgy9A/oyivfzZ16RHndoPO2iE7R1EWH/dWo5eHCjvi3ReZR7WQeqb7WBz2Z3NFu I8m04FftoGMV/AzHk+TBOYUak9HdepVkVi6gENVN5ysBSWAA4hGYyPKpwy8Unl/icjlY /4hcbKTwP/VRLk9h/fZb7dJJwNs5YPfMxTDpYQbwhBz+3mZpyxxTA/Xi73UK+gysmBSJ R4W0qJfNu3hReiXfpeC2W5eRlGqc4kQiPIoEabwD+EGPjBVIa9c3RZZu/ssU5QUw9e4k B3WSbAEsZPrJskM59y92kWJTbmvmUSpSjALUqgcxNtD4hzoXmRALUdNeU4+z/uUWcng6 S3rQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.107.41.14 with SMTP id p14mr165813iop.58.1433890320515; Tue, 09 Jun 2015 15:52:00 -0700 (PDT) |
| In-Reply-To | <ml7osv$aog$2@aspen.stu.neva.ru> |
| References | <ml7osv$aog$2@aspen.stu.neva.ru> |
| Date | Tue, 9 Jun 2015 18:52:00 -0400 |
| Subject | Re: Want to readout the control file of aria2. |
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| 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> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.323.1433890323.13271.python-list@python.org> (permalink) |
| Lines | 31 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1433890323 news.xs4all.nl 2956 [2001:888:2000:d::a6]:46289 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:92371 |
Show key headers only | View raw
On Tue, Jun 9, 2015 at 6:21 PM, Hongyi Zhao <hongyi.zhao@gmail.com> wrote: > Hi all, > > I want to read out the control file of aria2, which is a binary file > including the data format depicted here: > > http://aria2.sourceforge.net/manual/en/html/technical-notes.html > > Could you please give me some snipped codes for this purpose? > > Regards > -- > .: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :. > > > > > > -- > .: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :. > -- > https://mail.python.org/mailman/listinfo/python-list I found this: http://aria.pasteur.fr/developers/aria-python-api Does that help? -- Joel Goldstick http://joelgoldstick.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Want to readout the control file of aria2. Hongyi Zhao <hongyi.zhao@gmail.com> - 2015-06-09 22:21 +0000
Re: Want to readout the control file of aria2. Joel Goldstick <joel.goldstick@gmail.com> - 2015-06-09 18:52 -0400
Re: Want to readout the control file of aria2. Hongyi Zhao <hongyi.zhao@gmail.com> - 2015-06-09 23:19 +0000
Re: Want to readout the control file of aria2. Joel Goldstick <joel.goldstick@gmail.com> - 2015-06-09 19:21 -0400
Re: Want to readout the control file of aria2. Hongyi Zhao <hongyi.zhao@gmail.com> - 2015-06-09 23:32 +0000
Re: Want to readout the control file of aria2. Laura Creighton <lac@openend.se> - 2015-06-10 00:58 +0200
Re: Want to readout the control file of aria2. Hongyi Zhao <hongyi.zhao@gmail.com> - 2015-06-09 23:29 +0000
Re: Want to readout the control file of aria2. Hongyi Zhao <hongyi.zhao@gmail.com> - 2015-06-09 23:45 +0000
csiph-web