1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to trasnfer files from one host to another without downloading !

Discussion in 'Site & Server Administration' started by hmpargi, Feb 24, 2007.

  1. #1
    hey every one... i am having website over 200mb of size ! and i want to trasnfer all files to my new webserver ! but i dont want to download on my pc. and then reupload there... is there is anyway?

    A way... like i can direct trasnfer all files to another host.. i mean host to host trasnfer ... with there speed? in mbps.. or gbps as i got slow speed i dont want to download and reupload.. pzl alsoo what ever your suggestions are state tutorials for me :):rolleyes:
     
    hmpargi, Feb 24, 2007 IP
  2. FOX LORE

    FOX LORE Notable Member

    Messages:
    8,118
    Likes Received:
    408
    Best Answers:
    0
    Trophy Points:
    230
    #2
    I would like to know that answer as well...
     
    FOX LORE, Feb 24, 2007 IP
  3. ibnuasad

    ibnuasad Notable Member

    Messages:
    1,045
    Likes Received:
    132
    Best Answers:
    0
    Trophy Points:
    275
    #3
    It can be done by Transloading the file.

    Transloading can only be done if all the files are packed into one archive for easier transfer.
     
    ibnuasad, Feb 24, 2007 IP
  4. hmpargi

    hmpargi Active Member

    Messages:
    1,019
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    90
    #4
    can you explain me in detail or give me tutorial for it ! :(
     
    hmpargi, Feb 24, 2007 IP
  5. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If same control panel, building a single backup file and then importing it is a good idea as size is drastically reduced.

    Also if you have SSH access, make a zip on old server and using wget, copy onto new server and extract it.
     
    agnivo007, Feb 25, 2007 IP
    kgrad likes this.
  6. tanfwc

    tanfwc Peon

    Messages:
    579
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You can look at the tool called scp (Secure Copy) to assist on the transfer of files from host to host :D
     
    tanfwc, Feb 25, 2007 IP
  7. LogicSystemData

    LogicSystemData Guest

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If your server allow fxp you can use the software flashfxp, is a ftp client but allows to transfer files between 2 servers.

    Regards
     
    LogicSystemData, Feb 25, 2007 IP
  8. rootbinbash

    rootbinbash Peon

    Messages:
    2,198
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    0
    #8
    scp,cpanel,you can pack the public_html folder than wget it via shell etc.
     
    rootbinbash, Feb 25, 2007 IP
  9. kgrad

    kgrad Well-Known Member

    Messages:
    2,414
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    130
    #9
    Just use rapidleech.com
     
    kgrad, Feb 25, 2007 IP
  10. carl_in_florida

    carl_in_florida Active Member

    Messages:
    1,066
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    90
    #10
    Do it through cpanel. There is no easier way.
     
    carl_in_florida, Feb 25, 2007 IP
    kgrad likes this.
  11. Sini

    Sini Peon

    Messages:
    119
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Use wget command through ssh...replace with url of your file...this comma...p_username --password=your_ftp_password [url]
     
    Sini, Feb 25, 2007 IP
  12. tespio

    tespio Peon

    Messages:
    16
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #12
    As Sini told wget is a very good option. However if you have shell access too you can use the "mc" (without quotes) aka Midnight Commander (just like Norton Commander but in linux) to create a ftp link from it and there you go .. you will have two panel and in each one of them the servers. But there are more other options. Let me know if you need a more specific answer.

    Hopefully this helps
     
    tespio, Feb 26, 2007 IP
  13. ThreeGuineaWatch

    ThreeGuineaWatch Well-Known Member

    Messages:
    1,489
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    140
    #13
    $  cd ~ && scp -r your_username@remotehost.com:~/dir_of files/ .
    Code (markup):
    Or tar them up and use wget if it is installed.
     
    ThreeGuineaWatch, Feb 26, 2007 IP
  14. Lever

    Lever Deep Thought

    Messages:
    1,823
    Likes Received:
    94
    Best Answers:
    0
    Trophy Points:
    145
    #14
     
    Lever, Mar 2, 2007 IP
    kgrad likes this.
  15. kgrad

    kgrad Well-Known Member

    Messages:
    2,414
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    130
    #15
    Wow! I have discovered quite a few and new ways to do this stuff. Thanks to all the guys who provided the information.
    I was using rapidleech before this.
     
    kgrad, Mar 2, 2007 IP
    agnivo007 likes this.
  16. XLNC

    XLNC Peon

    Messages:
    26
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Ask your host there can transfer and restore it for you.
     
    XLNC, Mar 2, 2007 IP
    carl_in_florida likes this.
  17. Sini

    Sini Peon

    Messages:
    119
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #17
    1. cd to that folder first (by using cd [folder]

    2. you can use a cron job to do this. example (at 4 every morning, using ftp, only downloading and overwriting files newer than what you already have recursively, basicly mirroring):

    0 4 * * * wget --mirror --user=[username] --password=[password] [ftp_url_to_the_folder]

    3. cd to the folder first, then use wget --user=[username] --password=[password] [ftp_url_to_the_folder]/*.gif for example this would download all gif images on the directory specified

    by default wget won't overwrite files, if file already exists it renames the new file to file.1 file.2 and so on, to prevent this use -N option (or --mirror as used in the example above) :)
     
    Sini, Mar 2, 2007 IP
    Lever likes this.
  18. ThreeGuineaWatch

    ThreeGuineaWatch Well-Known Member

    Messages:
    1,489
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    140
    #18
    You might have to use the full path name for wget too (for example, /usr/local/bin/wget on a BSD system)
     
    ThreeGuineaWatch, Mar 2, 2007 IP
  19. carl_in_florida

    carl_in_florida Active Member

    Messages:
    1,066
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    90
    #19
    You got me. That is the easiest way.
     
    carl_in_florida, Mar 2, 2007 IP
  20. mihd

    mihd Peon

    Messages:
    136
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #20
    scp or sftp it across


    here is an example if you have shell access


    sftp
    pasword: *******

    cd /path/on/new/server
    put /path/on/old/server/*
     
    mihd, Mar 3, 2007 IP