Copying big file using SSH
Collapse
X
-
Well, I think this could help you. Its simple wget command.
New server (where you want to copy the tar file):
Old server:Code:wget http://yourdomain.tld/yourbackup.tar
All you need to do is put the tar file on the public_html folder & permission to download.
Leave a comment:
-
rsync -avz --rsh='ssh -p22' /exact/location/public_html/file.tar new@destination-ip:/exact/location/public_html/file.tarOriginally posted by razib View Postwhat is the command line to rsync file http://mydomain.com/file.tar
Leave a comment:
-
24GB TAR file ???Originally posted by razib View PostHello
I need to copy a big .TAR file using SSH to another hosting account
situation is I have a 24gb tar file on my own server, now i need to transfer this file to hostagtor, I have SSH access of both side
My net speed it too slow only 1MB:P so i think i must have to do it using SSH
I don't understand much about SSH, Some one please let me know how can I do it easily.
whats that suppose to be ???
NASA data ?
why not using FXP with some proper FTP client ?Last edited by metulj; 20.05.13, 21:17.
Leave a comment:
-
You have to run command like this
wget -r -l 0 --user=yourusername --password=yourpassword ftp yoursite.com/public_html/yourfile.tar
Leave a comment:
-
well i have asked hostgator to do it for me, but they will not do it for me
Leave a comment:
-
is it a vps or shared hosting, if it's shared why don't asked your hosting provider to do it for you.Originally posted by razib View PostHello
I need to copy a big .TAR file using SSH to another hosting account
situation is I have a 24gb tar file on my own server, now i need to transfer this file to hostagtor, I have SSH access of both side
My net speed it too slow only 1MB:P so i think i must have to do it using SSH
I don't understand much about SSH, Some one please let me know how can I do it easily.
Leave a comment:
-
Copying big file using SSH
Hello
I need to copy a big .TAR file using SSH to another hosting account
situation is I have a 24gb tar file on my own server, now i need to transfer this file to hostagtor, I have SSH access of both side
My net speed it too slow only 1MB:P so i think i must have to do it using SSH
I don't understand much about SSH, Some one please let me know how can I do it easily.Last edited by razib; 20.05.13, 08:34.Tags: None
Leave a comment: