<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018105" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018105</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tranferring-files-my-old-host-my-new#comment-1107448</link>
    <description> &lt;p&gt;Doing this through SSH on your new host, beleive me &quot;It&#039;s Fast&quot;&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Apr 2002 12:26:12 +0000</pubDate>
 <dc:creator>Ewles</dc:creator>
 <guid isPermaLink="false">comment 1107448 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tranferring-files-my-old-host-my-new#comment-1105943</link>
    <description> &lt;p&gt;we in this case just do it my way, you only need SSH access on the new host &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Apr 2002 23:38:04 +0000</pubDate>
 <dc:creator>peterd</dc:creator>
 <guid isPermaLink="false">comment 1105943 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tranferring-files-my-old-host-my-new#comment-1105942</link>
    <description> &lt;p&gt;My old host doesn&#039;t allow telnet/ssh or fxp, I guess I&#039;m going to just reupload everything. Thanks for answering &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Apr 2002 23:32:42 +0000</pubDate>
 <dc:creator>char0811</dc:creator>
 <guid isPermaLink="false">comment 1105942 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Re: try this</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tranferring-files-my-old-host-my-new#comment-1105941</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by peterd &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;If you have Shell access (telnet/SSH) on your new host, simply type...&lt;br /&gt;
&lt;code&gt;wget -m &amp;lt;yourdomain.com&amp;gt;&lt;/code&gt;&#039;&lt;br /&gt;
this will download all your files, images and txt, to your new host and put them all in a folder  &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;True but it won&#039;t compress them to make transfers faster.&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Apr 2002 23:15:30 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1105941 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>try this</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tranferring-files-my-old-host-my-new#comment-1105936</link>
    <description> &lt;p&gt;If you have Shell access (telnet/SSH) on your new host, simply type...&lt;br /&gt;
&lt;code&gt;wget -m &amp;lt;yourdomain.com&amp;gt;&lt;/code&gt;&#039;&lt;br /&gt;
this will download all your files, images and txt, to your new host and put them all in a folder&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Apr 2002 22:17:58 +0000</pubDate>
 <dc:creator>peterd</dc:creator>
 <guid isPermaLink="false">comment 1105936 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tranferring-files-my-old-host-my-new#comment-1105934</link>
    <description> &lt;p&gt;If you have shell access (Linux server), then I usually SSH into the site, tar and gzip files and directories:&lt;br /&gt;
&lt;strong&gt;tar cvf - public_html/ | gzip sitename.tar.gz&lt;/strong&gt;&lt;br /&gt;
then open up a ftp session to the other server:&lt;br /&gt;
&lt;strong&gt;ftp serveripaddress&lt;/strong&gt;&lt;br /&gt;
enter username, password,&lt;br /&gt;
&lt;strong&gt;mput sitename.tar.gz&lt;/strong&gt;&lt;br /&gt;
logout&lt;br /&gt;
&lt;strong&gt;bye&lt;/strong&gt;&lt;br /&gt;
Log into the server that you just ftp the files to and uncompress:&lt;br /&gt;
&lt;strong&gt;tar -xzvf sitename.tar.gz&lt;/strong&gt;&lt;br /&gt;
and voila, it is done.&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Apr 2002 20:59:29 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1105934 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tranferring-files-my-old-host-my-new#comment-1105929</link>
    <description> &lt;p&gt;If the hosts support FXP, you can use FlashFXP &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; More Info:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flashfxp.com&quot; class=&quot;bb-url&quot;&gt;http://www.flashfxp.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Apr 2002 19:15:50 +0000</pubDate>
 <dc:creator>Mark D.B.D</dc:creator>
 <guid isPermaLink="false">comment 1105929 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tranferring-files-my-old-host-my-new#comment-1105921</link>
    <description> &lt;p&gt;If your site is database-driven, you could easily dump the data via SSH/telnet and then import it on the new server, but yours doesn&#039;t sound like that. I don&#039;t think there&#039;s a way around this. When I&#039;ve switched hosts, I had to reupload all the files - which, aside from the Perl scripts that needed configuration - went smoothly because I had all the files already on my local drive. Just do the downloading/uploading and go get a cup of coffee. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Apr 2002 18:46:35 +0000</pubDate>
 <dc:creator>mjames</dc:creator>
 <guid isPermaLink="false">comment 1105921 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
