Resume download from CLI?

When using ipfs cli, we can download a file with “ipfs get” which will download the content. But, how to resume the download ?

I know that IPFS will cache all the blocks that have been already downloaded into the IPFS repo. So, whenever I try to download the file again, first it will download from local IPFS repo and then get the blocks by Bitswap. But if I am downloading a large file, that will occupy my storage 2x the file. That is, the files will be stored as blocks in IPFS repo and as the file where I am downloading it.