<?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: GNU Screen and Zmodem</title>
	<atom:link href="http://adammonsen.com/post/256/feed" rel="self" type="application/rss+xml" />
	<link>http://adammonsen.com/post/256</link>
	<description>blog and sundries of Adam Monsen</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:52:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: adam</title>
		<link>http://adammonsen.com/post/256/comment-page-1#comment-11769</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 26 Mar 2008 06:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://adammonsen.com/?p=256#comment-11769</guid>
		<description>I&#039;m using SSH keys, and control sockets, actually. I&#039;m just always looking for more &quot;efficient&quot; ways to do things! :)

Good point on potential memory usage for zmodem, I hadn&#039;t thought of that.

The scp example you present is straightforward for sure, but it gets a bit more dodgy if the pathname is long.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using SSH keys, and control sockets, actually. I&#8217;m just always looking for more &#8220;efficient&#8221; ways to do things! :)</p>
<p>Good point on potential memory usage for zmodem, I hadn&#8217;t thought of that.</p>
<p>The scp example you present is straightforward for sure, but it gets a bit more dodgy if the pathname is long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perry</title>
		<link>http://adammonsen.com/post/256/comment-page-1#comment-11765</link>
		<dc:creator>Perry</dc:creator>
		<pubDate>Mon, 10 Mar 2008 19:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://adammonsen.com/?p=256#comment-11765</guid>
		<description>Why are you logging in again instead of using ssh keys?  If you&#039;re worried about the overhead of an additional connection, you can consider using Control sockets in ssh (options ControlMaster and ControlPath in ssh/config).

This is neat, but just horrid for memory if screen doesn&#039;t queue the zmodem contents to disk prior to dumping it out.  It&#039;s also more work than just typing scp foo@y:file .</description>
		<content:encoded><![CDATA[<p>Why are you logging in again instead of using ssh keys?  If you&#8217;re worried about the overhead of an additional connection, you can consider using Control sockets in ssh (options ControlMaster and ControlPath in ssh/config).</p>
<p>This is neat, but just horrid for memory if screen doesn&#8217;t queue the zmodem contents to disk prior to dumping it out.  It&#8217;s also more work than just typing scp foo@y:file .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://adammonsen.com/post/256/comment-page-1#comment-4613</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Thu, 08 Feb 2007 22:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://adammonsen.com/?p=256#comment-4613</guid>
		<description>Why should I have to log in again? If ssh understood zmodem, I could make file transfers without having to make any new connections.

I usually end up using lftp for file transfers over ssh, it just bugs me that I have to fire up another program.</description>
		<content:encoded><![CDATA[<p>Why should I have to log in again? If ssh understood zmodem, I could make file transfers without having to make any new connections.</p>
<p>I usually end up using lftp for file transfers over ssh, it just bugs me that I have to fire up another program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://adammonsen.com/post/256/comment-page-1#comment-4612</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 08 Feb 2007 22:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://adammonsen.com/?p=256#comment-4612</guid>
		<description>There&#039;s got to be something I&#039;m not understanding about this - why aren&#039;t you just using scp?  Is figuring out the source/remote thing tricky?  Or the login a hassle?  I have a doskey macro for this whenever I want to upload anything to my webhost (using pscp, naturally).</description>
		<content:encoded><![CDATA[<p>There&#8217;s got to be something I&#8217;m not understanding about this &#8211; why aren&#8217;t you just using scp?  Is figuring out the source/remote thing tricky?  Or the login a hassle?  I have a doskey macro for this whenever I want to upload anything to my webhost (using pscp, naturally).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r monsen</title>
		<link>http://adammonsen.com/post/256/comment-page-1#comment-4587</link>
		<dc:creator>r monsen</dc:creator>
		<pubDate>Thu, 08 Feb 2007 04:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://adammonsen.com/?p=256#comment-4587</guid>
		<description>I think this is very cool!</description>
		<content:encoded><![CDATA[<p>I think this is very cool!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
