How to copy files > 2GB on Win, Linux and Mac?

BlitzMax Forums/BlitzMax Programming/How to copy files > 2GB on Win, Linux and Mac?

danibert(Posted 2010) [#1]
Hi,

is there an easy way to copy > 2GB files? It has to work on Win, Linux and Mac.

Thank you


smilertoo(Posted 2010) [#2]
on windows use ntfs.


markcw(Posted 2010) [#3]
There is no Mac/Linux solution yet but there are two for Windows:
how to copy large files (bigger than ~2GB)
Large 2GB+ file stream

For Mac/Linux you could possibly use the cp command.

Also, some more relevant topics:
Advanced File Copying
64-bit
Available memory?