Web Hosting
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb HostingWeb Hosting

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 3rd, 2008, 04:47 PM
DrWorm's Avatar
DrWorm DrWorm is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Aug 2002
Location: Queensland, Australia
Posts: 535 DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 22 h 12 m 12 sec
Reputation Power: 14
Transfer files to a new host?

I'm in the process of switching to a new host for my websites. My old host is Servage and my new host is Dreamhost.

I'm looking for a way to directly transfer all my files from Servage to Dreamhost (i.e. don't transfer them via my PC).

Whilst Dreamhost offers a whole suite of access to their servers, Servage only offers FTP (no SFTP, no SCP, no SSH, no RSYNC). Servage also don't give any ability to create a tar.gz of my files (I tried to use a Perl script to execute a shell command to tar my files, but it didn't work )

So currently the only way I can see to get the files across to Dreamhost is to use the ftp command (via SSH on Dreamhost), but this command is severely limiting because mget can't transfer directories - it can only transfer files in a directory.

Can anyone see an easy way for me to get all files across to my new host?
__________________
Ooh, they have the Internet on computers now!

Reply With Quote
  #2  
Old March 3rd, 2008, 06:11 PM
DrWorm's Avatar
DrWorm DrWorm is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Aug 2002
Location: Queensland, Australia
Posts: 535 DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 22 h 12 m 12 sec
Reputation Power: 14
Never mind - wget is what I needed.

Reply With Quote
  #3  
Old March 4th, 2008, 10:06 PM
DrWorm's Avatar
DrWorm DrWorm is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Aug 2002
Location: Queensland, Australia
Posts: 535 DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 22 h 12 m 12 sec
Reputation Power: 14
more specifically, use:
Code:
wget --mirror

By default wget only goes 5 directories deep which could have been tragic. --mirror makes sure you grab everything.

Reply With Quote
  #4  
Old March 6th, 2008, 09:53 AM
ad_on's Avatar
ad_on ad_on is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 60 ad_on User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 h 31 m 29 sec
Reputation Power: 2
Seem you have fixed everything.

Reply With Quote
  #5  
Old March 11th, 2008, 04:08 PM
iHubNet-Matt iHubNet-Matt is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2007
Posts: 47 iHubNet-Matt User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 31 m 56 sec
Reputation Power: 1
Quote:
Originally Posted by DrWorm
more specifically, use:
Code:
wget --mirror

By default wget only goes 5 directories deep which could have been tragic. --mirror makes sure you grab everything.


Thanks for that tip. I was once fed up with this wget issue.
By the way, your hosts don't have any control panel?

Reply With Quote
  #6  
Old March 11th, 2008, 06:31 PM
DrWorm's Avatar
DrWorm DrWorm is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Aug 2002
Location: Queensland, Australia
Posts: 535 DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 22 h 12 m 12 sec
Reputation Power: 14
Quote:
Originally Posted by iHubNet-Matt
By the way, your hosts don't have any control panel?

It did, but the control panel didn't offer all the functions you may expect from a host. They didn't use cpanel.

Reply With Quote
  #7  
Old March 12th, 2008, 10:46 AM
muslie muslie is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 55 muslie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 46 m 20 sec
Reputation Power: 2
You mean Dreamhost.com offers no control panel?

Reply With Quote
  #8  
Old March 12th, 2008, 06:08 PM
DrWorm's Avatar
DrWorm DrWorm is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Aug 2002
Location: Queensland, Australia
Posts: 535 DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 22 h 12 m 12 sec
Reputation Power: 14
They both offer a control panel. Neither use cPanel if that's what your asking though.

Reply With Quote
  #9  
Old March 13th, 2008, 02:43 AM
muslie muslie is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 55 muslie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 46 m 20 sec
Reputation Power: 2
I guess, this complicates the process of transfer a lot, or can even make it paid.

Reply With Quote
  #10  
Old April 3rd, 2008, 06:01 PM
andybush andybush is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 2 andybush User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 m 3 sec
Reputation Power: 0
directransfer.net

Just in case someone needs a webtool for transferring files via FTP directly. I used directransfer[dot]net

They give 10Mb for free so small sites can be transferred for free. And if you have a bigger site you can just create a few accounts and get 10mb per account and transfer.

Reply With Quote
  #11  
Old April 3rd, 2008, 06:58 PM
DrWorm's Avatar
DrWorm DrWorm is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Aug 2002
Location: Queensland, Australia
Posts: 535 DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level)DrWorm User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 22 h 12 m 12 sec
Reputation Power: 14
Not long after I posted this, I found that both Servage and Dreamhost supported the FTP extension, FXP. Which means I was able to use my file manager (Directory Opus) to perform a site-to-site transfer of the files which bypassed my local PC. So for some servers you won't need the DirecTransfer service. Apparently there are a couple free FTP clients that support FXP.

Reply With Quote
  #12  
Old April 5th, 2008, 01:23 PM
ptrhosting ptrhosting is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 52 ptrhosting User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 32 m 26 sec
Reputation Power: 5
Why didn't you try to get a host with a control panel that allows you to backup and restore whole site? It is hard to transfer and restore databases and emails through wget.

Reply With Quote
  #13  
Old April 7th, 2008, 07:05 AM
Tolerant Tolerant is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2007
Posts: 62 Tolerant User rank is Corporal (100 - 500 Reputation Level)Tolerant User rank is Corporal (100 - 500 Reputation Level)Tolerant User rank is Corporal (100 - 500 Reputation Level)Tolerant User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 10 h 53 m 27 sec
Reputation Power: 6
I think that web hosting without control panel is a way to save some money for people which are quite good in that.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb HostingWeb Hosting > Transfer files to a new host?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |