We're moving servers, and I need to transfer all the data from Server A to Server B.
I have a tar.gz of about 100Gb that contains all the Server A files.
I'd really like to avoid downloading the file locally on my computer, and uploading it to Server B.
I only have ftp access to Server A. That means no ssh. However, I do have ssh access to Server B.
What's the best way to transfer the file ? I was thinking of moving my tar.gz file to public_html temporarily, and download it using wget. Would that work ? Otherwise, I could use ftp through an ssh session on Server B.