<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>橋本雄の技術ブログ &#187; ftp</title>
	<atom:link href="http://labs.asunochikara.com/tag/ftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.asunochikara.com</link>
	<description>橋本雄がvim、ubuntu、phpなどの技術情報をまとめています</description>
	<lastBuildDate>Fri, 14 May 2010 14:17:59 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://labs.asunochikara.com/tag/ftp/feed/" />
		<item>
		<title>FTP先へ自動接続する方法</title>
		<link>http://labs.asunochikara.com/2010/01/ftp/</link>
		<comments>http://labs.asunochikara.com/2010/01/ftp/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 03:31:18 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[ftp]]></category>

		<guid isPermaLink="false">http://labs.asunochikara.com/?p=224</guid>
		<description><![CDATA[あけまして、おめでとうございます。
今年もよろしくお願いします。
さて、以前から気にはなっていましたが、多くのサイトを抱えるようになると、FTPソフトを利用しても、どこに接続するのを選ぶことが面倒になってしまいます。そこ [...]]]></description>
			<content:encoded><![CDATA[<p>あけまして、おめでとうございます。<br />
今年もよろしくお願いします。</p>
<p>さて、以前から気にはなっていましたが、多くのサイトを抱えるようになると、FTPソフトを利用しても、どこに接続するのを選ぶことが面倒になってしまいます。そこで、自動的に指定した接続先に接続できるといいなぁと思っておりましたが、どうやらできそうです。<br />
こちらから、<br />
<a href="http://wiki.filezilla-project.org/Command-line_arguments_(Client)">http://wiki.filezilla-project.org/Command-line_arguments_(Client)</a><br />
をみると、</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">filezilla <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">&lt;</span><span style="color: #c20cb9; font-weight: bold;">ftp</span> URL<span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
filezilla <span style="color: #660033;">-s</span>
filezilla <span style="color: #660033;">-c</span></pre></div></div>

<p>と実は起動オプションが指定できるようです。</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">filezilla <span style="color: #c20cb9; font-weight: bold;">ftp</span>:<span style="color: #000000; font-weight: bold;">//</span>user:pass<span style="color: #000000; font-weight: bold;">@</span>host:port<span style="color: #000000; font-weight: bold;">/</span>path</pre></div></div>

<p>でうまくできました。</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.asunochikara.com/2010/01/ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://labs.asunochikara.com/2010/01/ftp/" />
	</item>
	</channel>
</rss>
