Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93153
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Python realted to question |
| Date | 2015-06-25 12:59 -0400 |
| References | <20150625154916.HM.a000000000EuLTj@skyjjogari.wwl1526.hanmail.net> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.72.1435251570.3674.python-list@python.org> (permalink) |
On 6/25/2015 2:49 AM, 문건희 wrote: > Two raspberryPi2 Model B was connected to a socket to communicate with > each other. > I want to send the video by using the communication. > Method of transmitting a text file is known. However, the video file is > not sent. What are the symptoms of 'not sent'? What Python code are you using? > So, Please tell me how to transfer a video file... If you are using Python (2 or 3?), you will have to read and send the file as a binary file, not a text file. You might want to send this question to an RPi-specific mailing list. When posting to a mailing list, send plain text, not html with 'remote content' (which good readers will block). This rule is true for all English-language mailing lists unless specified otherwise. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python realted to question Terry Reedy <tjreedy@udel.edu> - 2015-06-25 12:59 -0400
csiph-web