• Home
  • About
  • Who Am I?
  •  

    PHP - Easy FTP Site Transfer Version 1.0

    Hi everyone
    Found this script i created in PHP last year for easy server to server FTP transfers . Thought might put this up for you guys.

    I felt the need for this when a few clients of mine wanted to switch servers, it was a pain to download the files and then upload to the new server. So i created this. All i did was adjust the variables below.

    $main_dir_path = “.”;
    $remote_root = “/public_html/test2″;
    $domain = “abc.com”;
    $user = “ftpusername”;
    $pass = “ftppassword”;

    Then uploaded the 2 scripts to the root directory of the source site like /public_html and called the script with the browser like http://sourcesite.com/ftp_transfer.php and the script would upload all the files through FTP to the destination server set in the variables.

    Saved me alot of headache , time and bandwidth :) .. hope this helps someone else.

    Download Link:
    Easy FTP Transfer Version 1.0


    Leave a Reply