If you wanted to copy a single file from one server to another server you issue the following command;
scp filename.tar root@newserverip:/your/directory/
If you wanted to copy an entire folder you can run this command;
scp -r foldername root@newserverip:/your/directory/