Hi

I recently have changed host, so that my website costs me less, but due to that fact a lot of the files are still on the old host, and this new one cannot use the wget function for some reason.
so i was wondering if php can do it or not, I know how to transfer one single file, but i was wondering if i have [url]http://..com/[/url] and i want to transfer every single file under it, include all the folders to a new domain, is it possible to do it with php? like make a php script and run it once, and delete it? and get all the files transfered?

I have searched almost everywhere, the most i came up with was using php to activate the wget command, but this host I have does not support it, so if anyone has any idea or a script, I thank you very much >_<

Thank you.

    mmm yeah but I have searched around and did find some, they do transfer files, but they do not transfer everything including the folder structure >_<

      ftp_get() the first user note has a function for getting the entire contents of a remote site via ftp.

        Write a Reply...