yes as ahcava put it, this is more like copy a file from one server to another.
I read the manual on copy() and ftp functions, yet, none of them address my question of copy from one server to another.
copy() documentation however say it's possible to have the destination and source be url, but no solid example is given.
ftp() function also provide ftp_nb_fget/get: but is to get a file from a fpt server that I already have access in, however, i only have access to the destination server, not the source. What I want is something just like IE, copy an image from a website to its cache for later use. I'm still stuck.
thanks.