<?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 for lawlRedneck</title>
	<atom:link href="http://blogs.dootdoot.com/elmidgeto/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.dootdoot.com/elmidgeto</link>
	<description>Guns, Trucks, and everything else a redneck needs</description>
	<pubDate>Sun, 14 Mar 2010 15:29:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on sftp/scp scripting by elmidgeto</title>
		<link>http://blogs.dootdoot.com/elmidgeto/2009/07/08/sftpscp-scripting/comment-page-1/#comment-36</link>
		<dc:creator>elmidgeto</dc:creator>
		<pubDate>Wed, 15 Jul 2009 01:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.dootdoot.com/elmidgeto/?p=15#comment-36</guid>
		<description>This was a simple, quick, and dirty script to get what I needed done.
Though I really do like your getopts call.

The delete action is set up the way it is because I am piggy backing on an existing production system, so the folders I need to use are not the standard folders for the user. The sftp server is an enterprise server, so a lot of the actions/permissions on it are folder to folder and user to user so there is nothing jailed, just a bunch of crazy ACLs.</description>
		<content:encoded><![CDATA[<p>This was a simple, quick, and dirty script to get what I needed done.<br />
Though I really do like your getopts call.</p>
<p>The delete action is set up the way it is because I am piggy backing on an existing production system, so the folders I need to use are not the standard folders for the user. The sftp server is an enterprise server, so a lot of the actions/permissions on it are folder to folder and user to user so there is nothing jailed, just a bunch of crazy ACLs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sftp/scp scripting by opello</title>
		<link>http://blogs.dootdoot.com/elmidgeto/2009/07/08/sftpscp-scripting/comment-page-1/#comment-35</link>
		<dc:creator>opello</dc:creator>
		<pubDate>Mon, 13 Jul 2009 05:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.dootdoot.com/elmidgeto/?p=15#comment-35</guid>
		<description>Wordpress fancified some of your quotes.

For the 'delete' action you could just use:
    ssh $USER@$SFTP rm $FILENAME
At least under simple configurations.  If you're jailing sftp connections to a specific path keeping it all sftp is a better plan.

Since you are invoking it bash up front (sh has it too as I recall, but not csh/etc.) you can use getopts, which is a builtin.  Instead of a for loop to iterate over your arguments.
while getopts "s:l:" flag
do
        case "$flag" in
                s)
                SFTPPATH=$OPTARG
                ;;

                l)
                LOCALPATH=$OPTARG
                ;;
        esac
done
(As long as you shift off the TYPE and FILENAME arguments anyway.)</description>
		<content:encoded><![CDATA[<p>Wordpress fancified some of your quotes.</p>
<p>For the &#8216;delete&#8217; action you could just use:<br />
    ssh $USER@$SFTP rm $FILENAME<br />
At least under simple configurations.  If you&#8217;re jailing sftp connections to a specific path keeping it all sftp is a better plan.</p>
<p>Since you are invoking it bash up front (sh has it too as I recall, but not csh/etc.) you can use getopts, which is a builtin.  Instead of a for loop to iterate over your arguments.<br />
while getopts &#8220;s:l:&#8221; flag<br />
do<br />
        case &#8220;$flag&#8221; in<br />
                s)<br />
                SFTPPATH=$OPTARG<br />
                ;;</p>
<p>                l)<br />
                LOCALPATH=$OPTARG<br />
                ;;<br />
        esac<br />
done<br />
(As long as you shift off the TYPE and FILENAME arguments anyway.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Nashville Life by elmidgeto</title>
		<link>http://blogs.dootdoot.com/elmidgeto/2009/05/28/the-nashville-life/comment-page-1/#comment-34</link>
		<dc:creator>elmidgeto</dc:creator>
		<pubDate>Wed, 08 Jul 2009 22:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.dootdoot.com/elmidgeto/?p=13#comment-34</guid>
		<description>1. yes
2. eventually.
3. no title change, but for that, first I would need a title, so it is more the second thing.</description>
		<content:encoded><![CDATA[<p>1. yes<br />
2. eventually.<br />
3. no title change, but for that, first I would need a title, so it is more the second thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on blargh&#8230; by elmidgeto</title>
		<link>http://blogs.dootdoot.com/elmidgeto/2009/02/06/blargh/comment-page-1/#comment-33</link>
		<dc:creator>elmidgeto</dc:creator>
		<pubDate>Wed, 08 Jul 2009 22:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.dootdoot.com/elmidgeto/?p=11#comment-33</guid>
		<description>It was one of hte default Word Press themes. Anarchy is the name of it.</description>
		<content:encoded><![CDATA[<p>It was one of hte default Word Press themes. Anarchy is the name of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Nashville Life by seth</title>
		<link>http://blogs.dootdoot.com/elmidgeto/2009/05/28/the-nashville-life/comment-page-1/#comment-31</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Fri, 29 May 2009 15:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.dootdoot.com/elmidgeto/?p=13#comment-31</guid>
		<description>Holy crap an update. 3 Things:
1.  Stop being lazy about the rifle
2.  I definitely have liked the digital rebel and would recommend one
3.  Did the workload promotion involve a title change, or purely just a "oh you handled getting hit by a bus fine, now we're going to try running you over with trucks"?</description>
		<content:encoded><![CDATA[<p>Holy crap an update. 3 Things:<br />
1.  Stop being lazy about the rifle<br />
2.  I definitely have liked the digital rebel and would recommend one<br />
3.  Did the workload promotion involve a title change, or purely just a &#8220;oh you handled getting hit by a bus fine, now we&#8217;re going to try running you over with trucks&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Nashville Life by Sonja</title>
		<link>http://blogs.dootdoot.com/elmidgeto/2009/05/28/the-nashville-life/comment-page-1/#comment-30</link>
		<dc:creator>Sonja</dc:creator>
		<pubDate>Fri, 29 May 2009 15:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.dootdoot.com/elmidgeto/?p=13#comment-30</guid>
		<description>I'm excited to come and visit - I like heat. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m excited to come and visit - I like heat. <img src='http://blogs.dootdoot.com/elmidgeto/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on blargh&#8230; by Randall Skaggs</title>
		<link>http://blogs.dootdoot.com/elmidgeto/2009/02/06/blargh/comment-page-1/#comment-24</link>
		<dc:creator>Randall Skaggs</dc:creator>
		<pubDate>Thu, 19 Mar 2009 16:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.dootdoot.com/elmidgeto/?p=11#comment-24</guid>
		<description>Hiya, sorry to ask this here but... I really love your theme, would it happen to be a free one i can download somewhere, or is it a custom theme you had made? Soon i will be launching my own blog, however i'm not great with designs but i do like the style of your site so it would be excellent if i could find (or buy) something with a similar look as my last designer cannot finish my site. :) Thanks!</description>
		<content:encoded><![CDATA[<p>Hiya, sorry to ask this here but&#8230; I really love your theme, would it happen to be a free one i can download somewhere, or is it a custom theme you had made? Soon i will be launching my own blog, however i&#8217;m not great with designs but i do like the style of your site so it would be excellent if i could find (or buy) something with a similar look as my last designer cannot finish my site. <img src='http://blogs.dootdoot.com/elmidgeto/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Listening to what now? by m!les</title>
		<link>http://blogs.dootdoot.com/elmidgeto/2009/02/12/listening-to-what-now/comment-page-1/#comment-23</link>
		<dc:creator>m!les</dc:creator>
		<pubDate>Sun, 08 Mar 2009 22:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.dootdoot.com/elmidgeto/?p=12#comment-23</guid>
		<description>One niche that YouTube's users have rushed to fill is that of the random music video. If Rick Rolling has proven anything, it's that there is a voracious appetite for music videos, which sometimes makes YouTube an online radio station to rival even Pandora.</description>
		<content:encoded><![CDATA[<p>One niche that YouTube&#8217;s users have rushed to fill is that of the random music video. If Rick Rolling has proven anything, it&#8217;s that there is a voracious appetite for music videos, which sometimes makes YouTube an online radio station to rival even Pandora.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on blargh&#8230; by m!les</title>
		<link>http://blogs.dootdoot.com/elmidgeto/2009/02/06/blargh/comment-page-1/#comment-17</link>
		<dc:creator>m!les</dc:creator>
		<pubDate>Thu, 12 Feb 2009 02:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.dootdoot.com/elmidgeto/?p=11#comment-17</guid>
		<description>Wow. That is interesting. You gotta get up pretty early in the morning to make it to Tennessee in time for work. I don't envy you that.</description>
		<content:encoded><![CDATA[<p>Wow. That is interesting. You gotta get up pretty early in the morning to make it to Tennessee in time for work. I don&#8217;t envy you that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 20 Years too late, or G&#8217;Damn GM by m!les</title>
		<link>http://blogs.dootdoot.com/elmidgeto/2008/08/21/20-years-too-late-or-gdamn-gm/comment-page-1/#comment-11</link>
		<dc:creator>m!les</dc:creator>
		<pubDate>Sat, 30 Aug 2008 03:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.dootdoot.com/elmidgeto/?p=5#comment-11</guid>
		<description>I think you should type up your list of criteria to take into a dealership with you.  Except, I would add, after the fourth one, "or the body of an incompetent car salesman."  Then look wistfully out the window and mutter "looks like snow..."</description>
		<content:encoded><![CDATA[<p>I think you should type up your list of criteria to take into a dealership with you.  Except, I would add, after the fourth one, &#8220;or the body of an incompetent car salesman.&#8221;  Then look wistfully out the window and mutter &#8220;looks like snow&#8230;&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
