<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David Underhill &#187; sshfs</title>
	<atom:link href="http://dound.com/tag/sshfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://dound.com</link>
	<description>dound&#039;s space on the web</description>
	<lastBuildDate>Tue, 31 Jan 2012 10:57:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>sshfs</title>
		<link>http://dound.com/2009/02/sshfs/</link>
		<comments>http://dound.com/2009/02/sshfs/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 11:10:08 +0000</pubDate>
		<dc:creator>David Underhill</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://dound.com/?p=82</guid>
		<description><![CDATA[I recently decided I was fed up with maintaining the files on my web host&#8217;s server via FTP. It is just a very unnatural and inconvenient way to update remote files &#8211; especially when making lots of small tweaks. What I really wanted was the normal file system abstraction. It seemed like mounting the remote [...]]]></description>
			<content:encoded><![CDATA[<p>I recently decided I was fed up with maintaining the files on my web host&#8217;s server via FTP.  It is just a very unnatural and inconvenient way to update remote files &#8211; especially when making lots of small tweaks.  What I really wanted was the normal file system abstraction.  It seemed like mounting the remote file system as a folder in my local filesystem over <a href="http://en.wikipedia.org/wiki/Secure_Shell">SSH</a>/<a href="http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol">SFTP</a> would be ideal.  Luckily, Miklos Szeredi (the author of <a href="http://fuse.sourceforge.net/">FUSE</a>) already did the hard work of implementing a little program called <a href="http://fuse.sourceforge.net/sshfs.html">sshfs</a> which does just that.</p>
<p>It was a piece of cake to install on my <a href="http://www.kernel.org/">Linux</a> box, and it looks like Mac&#8217;s have an implementation of <a href="http://fuse.sourceforge.net/">FUSE</a> available too.  Once you have installed the tool you can mount a remote file system just like this:</p>
<blockquote><p>
    <b>format:</b> <code>sshfs <span class="red">username</span>@<span class="red">host</span>: <span class="red">folder_to_mount_in</span></code><br />
    <b>example:</b> <code>sshfs dound@myhost.com: wwwdound</code>
</p></blockquote>
<p>I now use <a href="http://fuse.sourceforge.net/sshfs.html">sshfs</a> to mount folders from a variety of remote machines on my local machine &#8212; it is much better-suited to many tasks than FTP, and for some tasks it beats SSH too.  It is also handy when I want to <code>grep</code> remote files on a server I only have FTP access to.  The only downside is that while you are in a terminal whose current working directory is within the remotely mounted directory <em>all</em> commands experience a slowdown &#8211; while I expected file-related commands like to run slower, I did not expect commands like <code>clear</code> to experience a noticeable latency.  It is not clear to me whether this is an issue with <a href="http://fuse.sourceforge.net/sshfs.html">sshfs</a>, <a href="http://fuse.sourceforge.net/">FUSE</a>, or mounted file systems on <a href="http://www.kernel.org/">Linux</a> in general, but maybe I will look into it later.  Regardless, I highly recommend <a href="http://fuse.sourceforge.net/sshfs.html">sshfs</a> &#8212; it is a very handy utility and much better than the alternatives.</p>
]]></content:encoded>
			<wfw:commentRss>http://dound.com/2009/02/sshfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

