
03-10-2011, 02:42 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Aug 2010
Location: Melbourne, Australia
Posts: 43
|
|
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..
|

03-10-2011, 04:41 AM
|
|
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/
|

03-10-2011, 04:51 AM
|
|
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
|

03-10-2011, 06:35 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Aug 2010
Location: Melbourne, Australia
Posts: 43
|
|
Quote:
Originally Posted by CoderJosh
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 ??
|

03-10-2011, 10:05 AM
|
|
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
|

03-10-2011, 12:45 PM
|
|
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.
|

03-10-2011, 01:18 PM
|
|
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
|

03-10-2011, 11:36 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Aug 2010
Location: Melbourne, Australia
Posts: 43
|
|
Quote:
Originally Posted by yourwebhostereu
|
is possible to save file in a particular directory ??
|

03-11-2011, 02:48 AM
|
|
Web Hosting Evangelist
|
|
Join Date: Aug 2008
Posts: 509
|
|
Quote:
Originally Posted by mahi
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
|

03-13-2011, 06:05 PM
|
|
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 ???
|

03-13-2011, 07:23 PM
|
|
Always Learning...
|
|
Join Date: Aug 2002
Location: Bharat
Posts: 4,571
|
|
Keep it simple, for the time being change the pass to something simple.
|

03-13-2011, 07:33 PM
|
|
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/*
|

03-14-2011, 04:43 PM
|
|
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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| 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
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|