lte678 / fmerge_cpp

Two-way remote file sync and conflict resolution application
GNU General Public License v3.0
0 stars 0 forks source link

Large files #7

Open lte678 opened 1 year ago

lte678 commented 1 year ago

Presumably, the application will crash when transferring files that do not fit into RAM, since we are not doing any chunking currently.

Fix.