Copying big file using SSH

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • jrsenobio
    replied
    if you can pay me i'll do it for you!

    Leave a comment:


  • asifnayem
    replied
    Well, I think this could help you. Its simple wget command.

    New server (where you want to copy the tar file):
    Code:
    wget http://yourdomain.tld/yourbackup.tar
    Old server:
    All you need to do is put the tar file on the public_html folder & permission to download.

    Leave a comment:


  • opticalpigion
    replied
    Originally posted by razib View Post
    what is the command line to rsync file http://mydomain.com/file.tar
    rsync -avz --rsh='ssh -p22' /exact/location/public_html/file.tar new@destination-ip:/exact/location/public_html/file.tar

    Leave a comment:


  • razib
    replied
    what is the command line to rsync file http://mydomain.com/file.tar

    Leave a comment:


  • kevk3v
    replied
    I think you need to look into FXP

    Leave a comment:


  • GiLL
    replied
    Originally posted by metulj View Post
    24GB TAR file ???
    whats that suppose to be ???
    NASA data ?
    why not using FXP with some proper FTP client ?
    haha nasa data i think he has bangla mp3 music site :P

    Leave a comment:


  • metulj
    replied
    Originally posted by razib View Post
    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.
    24GB TAR file ???
    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:


  • GiLL
    replied
    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:


  • razib
    replied
    well i have asked hostgator to do it for me, but they will not do it for me

    Leave a comment:


  • jrsenobio
    replied
    Originally posted by razib View Post
    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.
    is it a vps or shared hosting, if it's shared why don't asked your hosting provider to do it for you.

    Leave a comment:


  • razib
    started a topic Copying big file using SSH

    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.
Working...
X