What’s the best way to stream data from one URL to another?
I have large images that I need to download
from 1 URL and then upload to another. To make the app scalable with large number of large images, I’d like to stream
these rather than downloading+uploading.