Alright, i am playing arround with ftp clients in php, and was wondering what ftp_get(); does, according to my sources it downloads the selected file, but does it download it to the server the script is on? or the user's machine?
I am trying to develop a small program that can copy files from a server and put them on the server the script is on through ftp methods.
What tag should i use?
One more thing, what is the system(); tag? i couldnt find any information about it.
And while im at it, i saw a page on working with files on an external server, like writing/reading, well, can someone send me that link if you know where it is, cuz i cant seem to find it again.
Thanks a lot.