I have a dedicated server in Germany with 120GB data, since I have bought a new dedicated server in U.S, I would like to transfer all the files to new server through FTP
connection, to achieve this I'm able using the following wget
command in my new server:
nohup wget -m --user=myusername --password=mypassowrd ftp://ftp.mysite.xyz > wget_backup_transfer_log.log 2>&1 &
I would like to know is there any better way to do it and is the above command stable regarding to these huge files data?
Thanks in Advance...
P.S Both servers running CentOS 6.5