Is it possible to copy a Gzipped tekstfile from one server to another server? And if yes how do I do that?
i think u can use the ftp functions in php use ftp_login to login to that server ftp_chdir to change the directory ftp_get to get the file from the server ftp_quit to quit the connection
thats the way i think u can download or upload any format file
Thank you very much, I'll try, but now I've still another problem, what to do when I have to transfer a file from a http server without ftp access? Like downloading.