<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Shell Script to Upload a File to the Same Subdirectory on a Remote Server</title>
	<atom:link href="http://www.howtogeek.com/howto/ubuntu/shell-script-to-upload-a-file-to-the-same-subdirectory-on-a-remote-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/ubuntu/shell-script-to-upload-a-file-to-the-same-subdirectory-on-a-remote-server/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Tue, 24 Nov 2009 00:22:01 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The Geek</title>
		<link>http://www.howtogeek.com/howto/ubuntu/shell-script-to-upload-a-file-to-the-same-subdirectory-on-a-remote-server/comment-page-1/#comment-20166</link>
		<dc:creator>The Geek</dc:creator>
		<pubDate>Fri, 27 Jul 2007 23:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/shell-script-to-upload-a-file-to-the-same-subdirectory-on-a-remote-server/#comment-20166</guid>
		<description>I&#039;d recommend using rsync for that type of thing... one would assume the logs are always in a static directory.
&lt;code&gt;
rsync -a user@server.com:/path/to/backups/*  /local/folder/
&lt;/code&gt;
The -a means to use the archive switch, which will tag the items as archived once they&#039;ve been downloaded.</description>
		<content:encoded><![CDATA[<p>I&#8217;d recommend using rsync for that type of thing&#8230; one would assume the logs are always in a static directory.<br />
<code><br />
rsync -a <a href="mailto:user@server.com">user@server.com</a>:/path/to/backups/*  /local/folder/<br />
</code><br />
The -a means to use the archive switch, which will tag the items as archived once they&#8217;ve been downloaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C@sPEr</title>
		<link>http://www.howtogeek.com/howto/ubuntu/shell-script-to-upload-a-file-to-the-same-subdirectory-on-a-remote-server/comment-page-1/#comment-20165</link>
		<dc:creator>C@sPEr</dc:creator>
		<pubDate>Fri, 27 Jul 2007 22:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/shell-script-to-upload-a-file-to-the-same-subdirectory-on-a-remote-server/#comment-20165</guid>
		<description>Hi The Geek,

Do you have a similar script to login to remote server, download httpd logs to local server to be passed thru a stats generator (like awstats or webalizer) ?</description>
		<content:encoded><![CDATA[<p>Hi The Geek,</p>
<p>Do you have a similar script to login to remote server, download httpd logs to local server to be passed thru a stats generator (like awstats or webalizer) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prithviraj</title>
		<link>http://www.howtogeek.com/howto/ubuntu/shell-script-to-upload-a-file-to-the-same-subdirectory-on-a-remote-server/comment-page-1/#comment-20093</link>
		<dc:creator>Prithviraj</dc:creator>
		<pubDate>Wed, 25 Jul 2007 15:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/shell-script-to-upload-a-file-to-the-same-subdirectory-on-a-remote-server/#comment-20093</guid>
		<description>I trying to connect secure server with u&#039;r code but not able to suuceed
I generate keys by ssh-key gen
but after that  not able login to ssh server it says
ksh: .ssh/authorized-keys: cannot create
Pseudo-terminal will not be allocated because stdin is not a terminal.
The authenticity of host &#039;xxxxxxxxxxxx&#039; can&#039;t be established.

can u please help me in this regard</description>
		<content:encoded><![CDATA[<p>I trying to connect secure server with u&#8217;r code but not able to suuceed<br />
I generate keys by ssh-key gen<br />
but after that  not able login to ssh server it says<br />
ksh: .ssh/authorized-keys: cannot create<br />
Pseudo-terminal will not be allocated because stdin is not a terminal.<br />
The authenticity of host &#8216;xxxxxxxxxxxx&#8217; can&#8217;t be established.</p>
<p>can u please help me in this regard</p>
]]></content:encoded>
	</item>
</channel>
</rss>
