hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : file transfer server to server
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

file transfer server to server

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 03-10-2011, 02:42 AM
mahi mahi is offline
Junior Guru Wannabe
 
Join Date: Aug 2010
Location: Melbourne, Australia
Posts: 43
Question

file transfer server to server


Hi all..

i have a shared hosting account on godaddy .. which i want to transfer to own vps

whats the best solution??

i tried to make zip file but godaddy dont allow more than 25MB to be zipped!

i have to transfer 65GB files

any advice will be much appreciate

Thanks..

Reply With Quote


Sponsored Links
  #2  
Old 03-10-2011, 04:41 AM
CoderJosh CoderJosh is offline
Web Hosting Master
 
Join Date: May 2008
Location: Germany
Posts: 674
You can use FTP, just use a mirror script or an interactive FTP client like mc on your VPS that allows recursive transfers, connect to your shared account and fetch your files. You could also get SSH access enabled and use SFTP.

__________________
CoderJosh | Web Application Developer and Linux Server Admin
█ SysAdmin Services | WebApp Coding | Tuning | Hardening
█ Available for hire on a per-project or part-time basis | http://www.coderjosh.com/


Reply With Quote
  #3  
Old 03-10-2011, 04:51 AM
net net is offline
Community Liaison
 
Join Date: Mar 2003
Posts: 8,020
Moved > Hosting Security and Technology.

__________________
JoneSolutions.Com - Your Number One Choice On The Net - since 2001
----------------------------------------------------------------------------------------
Linux Shared and Reseller Hosting * KVM Fully Managed cPanel VPS * Super Special Servers
USA/EU cPanel Fully Managed Servers * cPanel Server Management * R1Soft/Idera Backup


Reply With Quote
Sponsored Links
  #4  
Old 03-10-2011, 06:35 AM
mahi mahi is offline
Junior Guru Wannabe
 
Join Date: Aug 2010
Location: Melbourne, Australia
Posts: 43
Quote:
Originally Posted by CoderJosh View Post
You can use FTP, just use a mirror script or an interactive FTP client like mc on your VPS that allows recursive transfers, connect to your shared account and fetch your files. You could also get SSH access enabled and use SFTP.
Thanks for your reply mate...

If i login my vps by using SSH ..

whats gona be the command ??

__________________
FREE WordPress Plugins, Themes and More... || Best Shared FFmpeg Hosting! || Live support + 24/7 mail Support

Reply With Quote
  #5  
Old 03-10-2011, 10:05 AM
cloudmarina cloudmarina is offline
Newbie
 
Join Date: Feb 2011
Posts: 13
Do you have shell access to your account in godaddy? You can try the scp option to copy the file from your shared account to the VPS, or you can use the rsync. Do it after running screen

Reply With Quote
  #6  
Old 03-10-2011, 12:45 PM
asciiDigital asciiDigital is offline
Temporarily Suspended
 
Join Date: Nov 2010
Location: Arizona
Posts: 298
I don't think he does. You're going to have to FTP the files over to your VPS manually. It's going to take a while.

Reply With Quote
  #7  
Old 03-10-2011, 01:18 PM
yourwebhostereu yourwebhostereu is offline
Web Hosting Evangelist
 
Join Date: Aug 2008
Posts: 509
FTP:
wget ftp://username:password@host/* -R

It will download all the files in that dir.

__________________
Regards,
Yourwebhoster.eu [NL] based hosting
Shared | Reseller | KVM VPS | Reseller VPS

Reply With Quote
  #8  
Old 03-10-2011, 11:36 PM
mahi mahi is offline
Junior Guru Wannabe
 
Join Date: Aug 2010
Location: Melbourne, Australia
Posts: 43
Quote:
Originally Posted by yourwebhostereu View Post
FTP:
wget ftp://username:password@host/* -R

It will download all the files in that dir.
is possible to save file in a particular directory ??

__________________
FREE WordPress Plugins, Themes and More... || Best Shared FFmpeg Hosting! || Live support + 24/7 mail Support

Reply With Quote
  #9  
Old 03-11-2011, 02:48 AM
yourwebhostereu yourwebhostereu is offline
Web Hosting Evangelist
 
Join Date: Aug 2008
Posts: 509
Quote:
Originally Posted by mahi View Post
is possible to save file in a particular directory ??
use the -O option, however wget will create the dir with the servername and the path. After transferring you can just do mv and move the files to the correct place.

__________________
Regards,
Yourwebhoster.eu [NL] based hosting
Shared | Reseller | KVM VPS | Reseller VPS

Reply With Quote
  #10  
Old 03-13-2011, 06:05 PM
mahi mahi is offline
Junior Guru Wannabe
 
Join Date: Aug 2010
Location: Melbourne, Australia
Posts: 43
some how my password has (@) like m@hi .. so its not getting password correctly and showing error..

any help mate ???

__________________
FREE WordPress Plugins, Themes and More... || Best Shared FFmpeg Hosting! || Live support + 24/7 mail Support

Reply With Quote
  #11  
Old 03-13-2011, 07:23 PM
Vinayak_Sharma Vinayak_Sharma is offline
Always Learning...
 
Join Date: Aug 2002
Location: Bharat
Posts: 4,571
Keep it simple, for the time being change the pass to something simple.

__________________
Vinsar.Net - Quality Web Hosting at Economical Price on USA, UK & Italian Servers
Offering domains, shared, reseller & VPS hosting.
Reliable Domain Reseller Account Resell Domains with Confidence

Reply With Quote
  #12  
Old 03-13-2011, 07:33 PM
mahi mahi is offline
Junior Guru Wannabe
 
Join Date: Aug 2010
Location: Melbourne, Australia
Posts: 43
i got the solution

Thanks to all for reply...

solution is here -

ftp: wget --ftp-user=dumbass --ftp-password="p@sSwoRd" -r ftp://example.com/*

__________________
FREE WordPress Plugins, Themes and More... || Best Shared FFmpeg Hosting! || Live support + 24/7 mail Support

Reply With Quote
  #13  
Old 03-14-2011, 04:43 PM
aquatix aquatix is offline
Newbie
 
Join Date: Mar 2011
Posts: 16
Just to mention another option, you could also use ncftp, it's a command line FTP client... Start it with

ncftp

on the shell of your VPS, then do

open -u username example.com

It will ask you for the password and when you're logged in, you do

get -R *

and it will retrieve all files. A bit more complicated than using wget, but it allows for finer debugging (I think, never used wget for FTP tbh) if there's an error during transfer etc.

Cheers,
Chris

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
Request: File Transfer From Server To Server (Paid) breatheheavy Systems Management Requests 17 12-07-2007 11:34 PM
Server to Server File Transfer Question - WGET/FTP etc BLazeD Hosting Security and Technology 3 12-22-2006 03:53 PM
one time offer transfer file from server to server vietkool Employment / Job Offers 1 10-09-2005 01:10 AM
File/Directory server to server transfer command line needed. DataCom Hosting Security and Technology 2 09-19-2005 01:58 PM
Server to Server File Transfer LancerForums Hosting Security and Technology 3 04-28-2004 03:51 AM

Related posts from TheWhir.com
Title Type Date Posted
Web Host AYKsolutions Launches Unmetered Linux VPS Hosting at Chicago Data Center Web Hosting News 2013-01-07 16:23:08
MochaHost Enhances Server Performance with Tomcat Native Library Accelerator Web Hosting News 2012-08-01 15:35:20
Flux Launches Free Cloud Workflow Management Service for Web Hosts, Businesses Web Hosting News 2012-03-28 15:41:00
Web Host WebHostingBuzz Partners with Cloud Platform SMEStorage Web Hosting News 2011-06-01 18:10:25
Web Host A2 Hosting Improves Managed Dedicated Hosting Plans Web Hosting News 2011-05-20 16:04:42


Tags
transfer, vps

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?