Looking at this question: Reading Remote MP3 File's ID3 Tags using Java
It looks like it's possible to download just the tail end of a file. At least, HTTP supports it.
There is also: How to download via HTTP only piece of big file with ruby which relates to downloading only the beginning of a file.
Using Ruby, I'd like to download just the last pieces of a remote file. All I have is a URL.