<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029333" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029333</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/uploading-files-remote-host-remote-host#comment-1171893</link>
    <description> &lt;p&gt;If you are on your home computer, why not just save the file to your computer and upload it via FTP or SFTP?&lt;/p&gt;
 </description>
     <pubDate>Sat, 28 May 2005 05:02:17 +0000</pubDate>
 <dc:creator>cpellizzi</dc:creator>
 <guid isPermaLink="false">comment 1171893 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/uploading-files-remote-host-remote-host#comment-1171843</link>
    <description> &lt;p&gt;before you can download from one machine to another, you have to log in to one of the remote computers and issue the command from there.&lt;/p&gt;
&lt;p&gt;You cant for instance be on your home computer and use wget to copy a zip file from the internet to your webserver. To do that you must first log into the remote webserver and issue the wget command from there.&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 May 2005 12:41:22 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1171843 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/uploading-files-remote-host-remote-host#comment-1171604</link>
    <description> &lt;p&gt;I tried that but I&#039;m still lost.&lt;/p&gt;
&lt;p&gt;I&#039;ve tried this..&lt;/p&gt;
&lt;p&gt;$ wget &lt;a href=&quot;http://123go.dothostpro.com/images/jp2/Yoko_K007.jpg&quot; class=&quot;bb-url&quot;&gt;http://123go.dothostpro.com/images/jp2/Yoko_K007.jpg&lt;/a&gt; O-http://mywebsite.com/wget/Yoko_K007.jpb&lt;/p&gt;
&lt;p&gt;but I get the error message &quot;No such file or directory&quot;&lt;/p&gt;
&lt;p&gt;I&#039;ve also tried the simple...&lt;/p&gt;
&lt;p&gt;$ wget &lt;a href=&quot;http://123go.dothostpro.com/images/jp2/Yoko_K007.jpg&quot; class=&quot;bb-url&quot;&gt;http://123go.dothostpro.com/images/jp2/Yoko_K007.jpg&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;but I always end up with the error message &quot;failed: permision denied&quot;&lt;/p&gt;
&lt;p&gt;I just can&#039;t figure out what I&#039;m doing wrong.&lt;br /&gt;
I even used my FTP program on my desktop and made sure the &quot;wget&quot; folder in the location &quot;ftp://sitemane/html/wget&quot; was write enabled with &quot;777&quot;&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 May 2005 14:44:18 +0000</pubDate>
 <dc:creator>FireKid</dc:creator>
 <guid isPermaLink="false">comment 1171604 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/uploading-files-remote-host-remote-host#comment-1171602</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.gnu.org/software/wget/manual/wget.html#Examples&quot; class=&quot;bb-url&quot;&gt;Here&lt;/a&gt; are some examples of how to use wget. They should help you do what you want.&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 May 2005 14:23:56 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1171602 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/uploading-files-remote-host-remote-host#comment-1171597</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;mairving wrote:&lt;/strong&gt; You can also use ftp. Here is how:&lt;br /&gt;
-login via SSH to the server that has the file.&lt;br /&gt;
-Go to the directory that has the file that you want to transfer&lt;br /&gt;
-Type in &lt;strong&gt;ftp sitename&lt;/strong&gt;, where sitename is the site that you are transferring to.&lt;br /&gt;
-Enter username and password.&lt;br /&gt;
-Change directories if needed with the cd command.&lt;br /&gt;
-Start the transfer &lt;strong&gt;mput filename.mov&lt;/strong&gt; to the remote site.&lt;br /&gt;
-Once the transfer is complete, type &lt;strong&gt;bye&lt;/strong&gt; and you are done.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The first step is the problem.&lt;br /&gt;
I can&#039;t login to playstation.com because I don&#039;t own the site.&lt;br /&gt;
My apologies for being a noob and not wording things clearly. &lt;/p&gt;
&lt;p&gt;I think I can reword this so it makes sense now though, so bear with me.&lt;/p&gt;
&lt;p&gt;Let&#039;s say my website is &lt;a href=&quot;http://www.JapanIdols.com&quot; class=&quot;bb-url&quot;&gt;http://www.JapanIdols.com&lt;/a&gt; and I have SSH access to it.&lt;br /&gt;
I want to download the &quot;.jpg&quot; file at this location [URL=http://123go.dothostpro.com/images/jp2/Yoko_K007.jpg] to my JapanIdols.com website.&lt;/p&gt;
&lt;p&gt;How can I do this?&lt;br /&gt;
I&#039;m pretty sure I can use wget to accomplish this and I do have wget on my server. I&#039;m just having trouble figuring out how to tell wget where to download the file to on the server.&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 May 2005 14:05:29 +0000</pubDate>
 <dc:creator>FireKid</dc:creator>
 <guid isPermaLink="false">comment 1171597 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/uploading-files-remote-host-remote-host#comment-1171588</link>
    <description> &lt;p&gt;You can also use ftp. Here is how:&lt;br /&gt;
-login via SSH to the server that has the file.&lt;br /&gt;
-Go to the directory that has the file that you want to transfer&lt;br /&gt;
-Type in &lt;strong&gt;ftp sitename&lt;/strong&gt;, where sitename is the site that you are transferring to.&lt;br /&gt;
-Enter username and password.&lt;br /&gt;
-Change directories if needed with the cd command.&lt;br /&gt;
-Start the transfer &lt;strong&gt;mput filename.mov&lt;/strong&gt; to the remote site.&lt;br /&gt;
-Once the transfer is complete, type &lt;strong&gt;bye&lt;/strong&gt; and you are done.&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 May 2005 12:30:59 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1171588 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
