<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>sftp - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/sftp/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Tue, 05 Jun 2012 09:54:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Python中操控ssh和sftp</title>
		<link>https://www.coder4.com/archives/3280</link>
					<comments>https://www.coder4.com/archives/3280#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 01 Jun 2012 03:24:13 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=3280</guid>

					<description><![CDATA[在Python(其实任何语言都是)中操控ssh执行远程命令是一个很麻烦的事情…… 首先要突破ssh密码的非交互模式，我之前一直用sshpass拼接各种复杂的字符串。 然后是之后的执行命令只能执行一行，或者是很长的字符串，拼接起来很麻烦。 Python中有一个很活跃的包ssh，它fork自大名鼎鼎的Paramiko，后者是经典的ssh模块，不过作者不再维护了。 1、安装 wget http://pypi.python.org/packages/source/s/ssh/s[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/3280/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
