ftp_get()
downloads a file from an FTP server and saves the file to local server.
So when I want to download a file from an FTP server to my browser, the file will first be downloaded to the local server and then downloaded to the browser.
This causes double bandwidth. Is there a way to download a file from an FTP to browser directly?