Hi,
I wrote a script to allow users to download files from our servers to their machines, using ftp functions of the php however I found out that ftp_get would not download the files to the client machine, but to the folder from where that script is run.
Is there any function or a way to let the users download the files to the node from which they run the script and not the directory where the script resides.
I have to provide a downloading functionality in php where the users can download image files to their local systems over the internet.
Thanks for any help
Tewari
I wrote a script to allow users to download files from our servers to their machines, using ftp functions of the php however I found out that ftp_get would not download the files to the client machine, but to the folder from where that script is run.
Is there any function or a way to let the users download the files to the node from which they run the script and not the directory where the script resides.
I have to provide a downloading functionality in php where the users can download image files to their local systems over the internet.
Thanks for any help
Tewari