php - Fast Tranfering my Wordpress site to another server -


i transferring wordpress site. need transfer content new server old one. don't have enough bandwidth can first ftp local pc , again ftp new server. request people right here me find out sophisticated technique. helpful suggestion appreciated.

you should ask new host help, have enough bandwidth , ample experience this. might charge this. moreover, should have function lets them transfer directly other host if both use whm , don't block option (most hosts do).

in general, standard way of transferring between 2 linux servers rsync. here simple guide: http://johnveldboom.com/posts/sync-files-between-servers-using-rsync/

however, may impossible on shared hosting (as other ssh-based transfer).

the other way can think of without downloading files computer compress on original host (don't forget delete after you're finished!), , download on destination host. have write script , put in destination server.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -