rsync
Basically you can push data from your old server to your new server. your host should do this for you.
sample code:
login to old server and run this command
rsync -zave ssh /usr/local/apache/sites
root@domain.com:/usr/local/apache
the above command would push the /sites directory from your old server to the /apache directory on your new server.