I'm trying to download a 40GB file and save it directly to my USB Flash Drive because I don't have enough space on my local hard drive for the file.
I am also limited to 10GB download per day on my internet connection, and my USB is formatted FAT32 and so it cannot handle files larger than 4GB.
Is there a way to download a couple 4GB chunks of this file each day and then stitch them together when they're all downloaded?
I am using Windows 10 and also have a Kali Linux live USB key.