Hi all.
Can somebody tell me how to copy a file from a server and place it to the client machine using FTP functions.
The ftp function of php "ftp_get()" does not really get the file from a server and put to the client machine. What it actually does is open an ftp connection and the file you want to copy from the server will be placed in the current directory of the server where the script resides instead of the client machine drive.
Let's consider that the client's OS would be Windows.
Thx.