Python Forum
best way to copy a big binary file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
best way to copy a big binary file
#16
i'm still asking how best to copy a binary file leaving open the possibility of adding in some kind of progress indication which may need to be something custom, or something else that could be done between steps of the copy. so that means doing the copy a little at a time. it also needs to be for open file objects although doing special opens may be possible. being portable is important so it works on other platforms that CPython has been properly ported to.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
best way to copy a big binary file - by Skaperen - Aug-26-2019, 07:17 PM
RE: best way to copy a big binary file - by Larz60+ - Aug-26-2019, 07:36 PM
RE: best way to copy a big binary file - by wavic - Aug-29-2019, 10:38 AM
RE: best way to copy a big binary file - by Larz60+ - Sep-02-2019, 04:11 AM
RE: best way to copy a big binary file - by Larz60+ - Sep-02-2019, 11:58 PM
RE: best way to copy a big binary file - by Larz60+ - Sep-05-2019, 03:43 AM
RE: best way to copy a big binary file - by Skaperen - Sep-06-2019, 09:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  how would you copy a file? Skaperen 17 5,242 Oct-04-2019, 07:15 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020