i have a http and an ftp server running. i've made a php page to login to the ftp server. is there a way, to let a user select a file from the ftp server for download (on an php page) and have this file downloaded directly to the user?
because with the ftp_get() function, i can only download to the http server.