Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
file transfer
#2
My first idea was to put everything in a database to get a single big file. But this will add overhead.

You could make on both sides a database only with metadata like path, mtime, size and hash. Before you transfer files, you update the database and after it, you transfer only the changed and new files. On the other side, you must delete files, which are removed from the source.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
file transfer - by DPaul - Feb-15-2024, 08:55 AM
RE: file transfer - by DeaD_EyE - Feb-15-2024, 10:55 AM
RE: file transfer - by Gribouillis - Feb-15-2024, 11:01 AM
RE: file transfer - by DPaul - Feb-15-2024, 06:24 PM
RE: file transfer - by Gribouillis - Feb-15-2024, 08:28 PM
RE: file transfer - by DPaul - Feb-16-2024, 07:01 AM
RE: file transfer - by DPaul - Feb-16-2024, 07:48 AM
RE: file transfer - by buran - Feb-18-2024, 06:42 AM
RE: file transfer - by DPaul - Feb-18-2024, 07:10 AM
RE: file transfer - by buran - Feb-18-2024, 07:53 AM
RE: file transfer - by DPaul - Feb-18-2024, 03:55 PM

Forum Jump:

User Panel Messages

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