Results 1 to 10 of 10
  1. #1

    Please Help Transfer Files

    I have multiple files that need to be transfered (about 2gb) from one server to another. I have Su access on both servers. The source server is running Cpanel 10 and the target server is running Plesk 7.5. The Migration Manager will not work for Cpanel 10. Also the other problem I have is I would like to transfer http://domain1.com/files to http://domain2.com/files (domain name change) Anyone knows how I could transfer these files from one server to the other without having to download them to my computer and uploade them to the new domain?

  2. #2
    Join Date
    Feb 2004
    Location
    Atlanta, GA
    Posts
    5,662
    SCP, Rsync, FTP, etc?

  3. #3
    Quote Originally Posted by WireSix
    SCP, Rsync, FTP, etc?
    Sorry I don't know much about the programs you listed but I will google SCP and Rsync to find out more.

  4. #4
    Join Date
    Mar 2005
    Location
    Brighton, MI
    Posts
    1,583
    if you are unfamiliar with rsync, I really suggest getting a service to do the transfer for you, Rack911 or serverwizards can help you out, hire it out, it's cheap

  5. #5
    Join Date
    Jul 2003
    Location
    Connecticut
    Posts
    3,038
    Basically what they are saying is package the accounts on the first server and transfer them over to the second server using SCP or FTP.

  6. #6
    Join Date
    Sep 2005
    Location
    Albany, NY
    Posts
    3,956
    yeah, you can just do the scripts/pkgacct function on cpanel box and then login to your plesk box and do wget or scp and just copy that tarball over.
    AYKsolutions.com - High Bandwidth Specialists - 10Gbps/20Gbps+ Unmetered & DDOS Protected
    Over 20+ Global Locations - Asia (Hong Kong, Singapore, Tokyo), Mexico, Brazil, India, Australia, US, CA, EU - Bare Metal and Virtual Cloud. All Managed.
    We are Professional. Painless. Polite.

  7. #7
    Join Date
    Jan 2005
    Location
    Baghdad, Iraq
    Posts
    172
    use FTP from SSH to get files ... then add emails, DBs manually from Cpanel
    The Dream is the blueprint of success, the hope is the budget and hard working is the achievement

  8. #8
    Join Date
    Mar 2004
    Posts
    297
    ncftpput -R -u user -p password remoteip /dir/to/upload/to /dir/to/send

  9. #9
    Quote Originally Posted by Oras
    use FTP from SSH to get files ... then add emails, DBs manually from Cpanel
    I'm to stupid to understand what your saying. Can someone give me a step by step process using the following info below:

    Domain name: site1.com
    Control Panel: Cpanel
    Username: user1
    Password: pass1

    I need all of the files from site1.com/folder transfered to site2.com/folder on my new server. (about 1000 files totaling 2GB)

    New Server:
    Domain name: site2.com
    Control Panel: Plesk
    Username: user2
    Password: pass2

    Using this info can someone kindly show me a step be step process?
    Thanks

  10. #10
    Join Date
    Mar 2004
    Posts
    297
    Login to ssh on site1
    su to root
    cd /usr/src/; wget ftp://ftp.ncftp.com/ncftp/ncftp-3.1.9-src.tar.gz
    tar -zxf ncftp-3.1.9-src.tar.gz; cd ncftp-3.1.9/
    ./configure && make && make install; cd ~
    ncftpput -R -u site2user -p site2pass site2.com /dir/to/upload/to /dir/to/send
    Last edited by GFuse|Kevin; 11-27-2005 at 06:46 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •