how to copy
-
how to copy directory from one webstie to other using ftp? like :- I am at http://ab.com Now i want to copy directory b of http://abc.com/a/b to http://ab.com/data/
-
how to copy directory from one webstie to other using ftp? like :- I am at http://ab.com Now i want to copy directory b of http://abc.com/a/b to http://ab.com/data/
This should be what you need: http://phpsense.com/php/php-ftp-functions.html[^]
Web Designer Portfolio | Surrey Web Design, Web Hosting & IT Support
-
how to copy directory from one webstie to other using ftp? like :- I am at http://ab.com Now i want to copy directory b of http://abc.com/a/b to http://ab.com/data/
You cannot transfer a file from one ftp to another ftp directly by any mean. For that you need to download that particular file and then upload it to another ftp address. For downloading and uploading you need to connect to ftp server. http://www.php.net/manual/en/ref.ftp.php[^] Try ftp_get and ftp_put method for download and upload. Hope this will help!
Jinal Desai - LIVE Experience is mother of sage....
-
You cannot transfer a file from one ftp to another ftp directly by any mean. For that you need to download that particular file and then upload it to another ftp address. For downloading and uploading you need to connect to ftp server. http://www.php.net/manual/en/ref.ftp.php[^] Try ftp_get and ftp_put method for download and upload. Hope this will help!
Jinal Desai - LIVE Experience is mother of sage....