If you want it in code, you will fetch the file server side, which you can do with for example a cURL request. You then need to store it temporarily on the server, and then use Fie::download() to offer it to the user.
There is no ready-made code available to do this. Since it would double the load of your server, normally you would offer the remote link directly to the client.