Now we are tring to transfer data from old server to new server. In our old server, we use "Second Hard Drive Backup", in our new server we use "ftp backup". So I think I have to download the backups files from the old server and then upload them to our ftp server, right? I think I can use ssh to download it from oldserver/backup and then upload it to newserver/cpbackup, is there a better way to do it?