help in moving files from old host to new host ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fuchsia555
    New Member
    • Dec 2009
    • 56

    help in moving files from old host to new host ?

    is there any way to move files from old host to new host without upload the files from my computer

    i have asked my hosting about FXP but they doesn't support it

    can it be done by any way or by PHP script to archive the files in zip file and move it by php script ?
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hey.

    You could try using PHP's FTP Functions.
    See the example in the ftp_put manual page.

    Comment

    • fuchsia555
      New Member
      • Dec 2009
      • 56

      #3
      Thanks for reply Mr Atli
      is there any ready made script ?

      Comment

      Working...