naveen_indore1 Posted June 26, 2006 Share Posted June 26, 2006 From my one server to another server i would like to copy a directory with its subfolders and files. how to do it? Kindly help Link to comment https://forums.phpfreaks.com/topic/12930-from-my-one-server-to-another-server-i-would-like-to-copy-a-directory-with-its-subfolders-and-files-how-to-do-it/ Share on other sites More sharing options...
zq29 Posted June 26, 2006 Share Posted June 26, 2006 You could FTP them across with [a href=\"http://uk.php.net/ftp\" target=\"_blank\"]PHPs FTP functions[/a]. Maybe loop through the directories using glob() ? Link to comment https://forums.phpfreaks.com/topic/12930-from-my-one-server-to-another-server-i-would-like-to-copy-a-directory-with-its-subfolders-and-files-how-to-do-it/#findComment-49667 Share on other sites More sharing options...
.josh Posted June 26, 2006 Share Posted June 26, 2006 or get an ftp program like aceftp. you can open 2 connections. open connection to siteA, dl everything, then open connection to siteb, and upload everything. real simple interface, drag and drop directories, etc.. Link to comment https://forums.phpfreaks.com/topic/12930-from-my-one-server-to-another-server-i-would-like-to-copy-a-directory-with-its-subfolders-and-files-how-to-do-it/#findComment-49679 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.