<?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: Modify Remote Files with VIM&#8217;s Built in FTP Plugin</title>
	<atom:link href="http://www.marksanborn.net/software/modify-remote-files-with-vims-built-in-ftp-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marksanborn.net/software/modify-remote-files-with-vims-built-in-ftp-plugin/</link>
	<description>Coder, Entrepreneur, Blogger, and Coffee Addict</description>
	<lastBuildDate>Sat, 13 Feb 2010 12:00:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mark Sanborn</title>
		<link>http://www.marksanborn.net/software/modify-remote-files-with-vims-built-in-ftp-plugin/comment-page-1/#comment-31828</link>
		<dc:creator>Mark Sanborn</dc:creator>
		<pubDate>Thu, 10 Sep 2009 04:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.marksanborn.net/?p=185#comment-31828</guid>
		<description>@VIM

The plugin is built into vim. :D</description>
		<content:encoded><![CDATA[<p>@VIM</p>
<p>The plugin is built into vim. <img src='http://www.marksanborn.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VIM</title>
		<link>http://www.marksanborn.net/software/modify-remote-files-with-vims-built-in-ftp-plugin/comment-page-1/#comment-31779</link>
		<dc:creator>VIM</dc:creator>
		<pubDate>Wed, 09 Sep 2009 04:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.marksanborn.net/?p=185#comment-31779</guid>
		<description>Please share the URL for the plugin also.</description>
		<content:encoded><![CDATA[<p>Please share the URL for the plugin also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Sanborn</title>
		<link>http://www.marksanborn.net/software/modify-remote-files-with-vims-built-in-ftp-plugin/comment-page-1/#comment-13602</link>
		<dc:creator>Mark Sanborn</dc:creator>
		<pubDate>Wed, 10 Dec 2008 23:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.marksanborn.net/?p=185#comment-13602</guid>
		<description>arn, I think you can do:

vim ftp://username:password@yourdoamin.com//

But I wouldn&#039;t recommend it.  It&#039;s best to type it in when after you issue the command.

Also, you will need the full version of vim to do this.  Some distributions come with just a light package that doesn&#039;t have this built in plugin.</description>
		<content:encoded><![CDATA[<p>arn, I think you can do:</p>
<p>vim <a href="ftp://username:password@yourdoamin.com//" rel="nofollow">ftp://username:password@yourdoamin.com//</a></p>
<p>But I wouldn&#8217;t recommend it.  It&#8217;s best to type it in when after you issue the command.</p>
<p>Also, you will need the full version of vim to do this.  Some distributions come with just a light package that doesn&#8217;t have this built in plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arn</title>
		<link>http://www.marksanborn.net/software/modify-remote-files-with-vims-built-in-ftp-plugin/comment-page-1/#comment-13543</link>
		<dc:creator>arn</dc:creator>
		<pubDate>Tue, 09 Dec 2008 08:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.marksanborn.net/?p=185#comment-13543</guid>
		<description>may i ask where the password should go? :)</description>
		<content:encoded><![CDATA[<p>may i ask where the password should go? <img src='http://www.marksanborn.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Markers in Vim</title>
		<link>http://www.marksanborn.net/software/modify-remote-files-with-vims-built-in-ftp-plugin/comment-page-1/#comment-4634</link>
		<dc:creator>Using Markers in Vim</dc:creator>
		<pubDate>Tue, 10 Jun 2008 01:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.marksanborn.net/?p=185#comment-4634</guid>
		<description>[...] also makes perfect sense to use vim when editing remote files for two reasons. The first being that vim can connect remotely through FTP, SFTP, or SCP. The [...]</description>
		<content:encoded><![CDATA[<p>[...] also makes perfect sense to use vim when editing remote files for two reasons. The first being that vim can connect remotely through FTP, SFTP, or SCP. The [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jade Robbins</title>
		<link>http://www.marksanborn.net/software/modify-remote-files-with-vims-built-in-ftp-plugin/comment-page-1/#comment-4537</link>
		<dc:creator>Jade Robbins</dc:creator>
		<pubDate>Tue, 03 Jun 2008 18:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.marksanborn.net/?p=185#comment-4537</guid>
		<description>P.S. &lt;3 Vi 4 LYFE!</description>
		<content:encoded><![CDATA[<p>P.S. &lt;3 Vi 4 LYFE!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jade Robbins</title>
		<link>http://www.marksanborn.net/software/modify-remote-files-with-vims-built-in-ftp-plugin/comment-page-1/#comment-4536</link>
		<dc:creator>Jade Robbins</dc:creator>
		<pubDate>Tue, 03 Jun 2008 18:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.marksanborn.net/?p=185#comment-4536</guid>
		<description>doesn&#039;t smbfs create a persistent connection? Alot of the servers i connect to have twitchy sysadmins that don&#039;t want a persistent connection like that.

That is cool it supports sftp though, cause that is essentially the same thing as what I wanted.

Thanks!</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t smbfs create a persistent connection? Alot of the servers i connect to have twitchy sysadmins that don&#8217;t want a persistent connection like that.</p>
<p>That is cool it supports sftp though, cause that is essentially the same thing as what I wanted.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Sanborn</title>
		<link>http://www.marksanborn.net/software/modify-remote-files-with-vims-built-in-ftp-plugin/comment-page-1/#comment-4535</link>
		<dc:creator>Mark Sanborn</dc:creator>
		<pubDate>Tue, 03 Jun 2008 18:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.marksanborn.net/?p=185#comment-4535</guid>
		<description>Jade,

For samba shares I would just mount it with smbfs.

This supports:
Rsync
scp
ftp
sftp
http</description>
		<content:encoded><![CDATA[<p>Jade,</p>
<p>For samba shares I would just mount it with smbfs.</p>
<p>This supports:<br />
Rsync<br />
scp<br />
ftp<br />
sftp<br />
http</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jade Robbins</title>
		<link>http://www.marksanborn.net/software/modify-remote-files-with-vims-built-in-ftp-plugin/comment-page-1/#comment-4534</link>
		<dc:creator>Jade Robbins</dc:creator>
		<pubDate>Tue, 03 Jun 2008 17:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.marksanborn.net/?p=185#comment-4534</guid>
		<description>I was going to make a snobby comment about just SSH&#039;ing into the box you are editing, but then I realized alot of times I just want to SSH into windows boxes but I CANT! This is perfect.

Does it do smb:// as well?</description>
		<content:encoded><![CDATA[<p>I was going to make a snobby comment about just SSH&#8217;ing into the box you are editing, but then I realized alot of times I just want to SSH into windows boxes but I CANT! This is perfect.</p>
<p>Does it do smb:// as well?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

