<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comentários sobre Just another problem</title>
	<atom:link href="http://adr1an0.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://adr1an0.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 12 Sep 2006 13:27:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comentário sobre ftp automation por Rob</title>
		<link>http://adr1an0.wordpress.com/2006/01/09/ftp-automation/#comment-41</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 12 Sep 2006 13:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://adr1an0.wordpress.com/2006/01/09/ftp-automation/#comment-41</guid>
		<description>#!/bin/bash
# autoftp.sh
lokal_file=/&amp;ltpath&gt;/&amp;ltto&gt;/&amp;ltlocal&gt;/&amp;ltfile&gt;
  remote_file=&amp;ltpath&gt;/&amp;ltand&gt;/&amp;ltname&gt;/&amp;ltof&gt;/&amp;ltthe&gt;/&amp;ltdestination-file&gt;
# ... /tmp/test1 erzeugen
ftp -n &lt;&amp;ltEOFTP
  open &amp;ltftp-server&gt;
  user &amp;ltusername&gt; &amp;ltpassword&gt;
  bin
  put $lokal_file $remote_file
  quit
EOFTP</description>
		<content:encoded><![CDATA[<p>#!/bin/bash<br />
# autoftp.sh<br />
lokal_file=/&amp;ltpath&gt;/&amp;ltto&gt;/&amp;ltlocal&gt;/&amp;ltfile&gt;<br />
  remote_file=&amp;ltpath&gt;/&amp;ltand&gt;/&amp;ltname&gt;/&amp;ltof&gt;/&amp;ltthe&gt;/&amp;ltdestination-file&gt;<br />
# &#8230; /tmp/test1 erzeugen<br />
ftp -n &lt;&amp;ltEOFTP<br />
  open &amp;ltftp-server&gt;<br />
  user &amp;ltusername&gt; &amp;ltpassword&gt;<br />
  bin<br />
  put $lokal_file $remote_file<br />
  quit<br />
EOFTP</p>
]]></content:encoded>
	</item>
</channel>
</rss>
