<?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>Andreas Schneider &#187; SFTP</title>
	<atom:link href="http://blog.cynapses.org/tag/sftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cynapses.org</link>
	<description>a cosmological pedestrian</description>
	<lastBuildDate>Tue, 23 Feb 2010 10:17:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>kio_sftp rewrite upstream</title>
		<link>http://blog.cynapses.org/2009/08/11/kio_sftp-rewrite-upstream/</link>
		<comments>http://blog.cynapses.org/2009/08/11/kio_sftp-rewrite-upstream/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 15:05:58 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[kio]]></category>
		<category><![CDATA[libssh]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=114</guid>
		<description><![CDATA[I've commited my kio_sftp rewrite to KDE trunk today. The patch for KDE 4.3 if you want to test it is available here. You need libssh 0.3.2 to get it working but I suggest to use the libssh v0-3 git branch which has fixes found by kio_sftp testers. Thanks to all of them!]]></description>
			<content:encoded><![CDATA[<p>I've <a href="http://websvn.kde.org/?view=rev&#038;revision=1010049">commited</a> my kio_sftp rewrite to KDE trunk today. The patch for KDE 4.3 if you want to test it is available <a href="http://www.cynapses.org/tmp/patches/kde/kio_sftp_rewrite.patch">here</a>. You need libssh 0.3.2 to get it working but I suggest to use the libssh v0-3 git branch which has fixes found by kio_sftp testers. Thanks to all of them!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/08/11/kio_sftp-rewrite-upstream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack Week: kio_sftp in action!</title>
		<link>http://blog.cynapses.org/2009/07/24/kio_sftp-in-action/</link>
		<comments>http://blog.cynapses.org/2009/07/24/kio_sftp-in-action/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 16:45:16 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=101</guid>
		<description><![CDATA[The openSUSE Hackweek is over and I have a working kio_sftp implementation using libssh. There is still work which needs to be done. I have to cleanup the code and test all the features (resume of files, recursive deletion). Today I've copied successfully the first files to my webserver! I've uploaded the two files to [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://news.opensuse.org/2009/07/08/hack-week-iv-approaches/">openSUSE Hackweek</a> is over and I have a working kio_sftp implementation using <a href="http://www.libssh.org/">libssh</a>. There is still work which needs to be done. I have to cleanup the code and test all the features (resume of files, recursive deletion). Today I've copied successfully the first files to my webserver!</p>
<p><a href="http://blog.cynapses.org/wp-content/uploads/2009/07/kio_sftp1.png" target="_blank"><img src="http://blog.cynapses.org/wp-content/uploads/2009/07/kio_sftp1-300x175.png" alt="kio_sftp" title="kio_sftp in action" width="300" height="175" class="size-medium wp-image-102" /></a></p>
<p>I've uploaded the two files to my webspace, <a href="http://www.cynapses.org/tmp/patches/kde/">here</a>. Remeber that it's not finished yet! You need libssh's v0-3 git branch to get it working. I've found serveral bugs during the week. I will release libssh 0.3.2 next week.</p>
<p>Thanks to Dirk Müller who answered all my question and helped me with the KDE stuff.</p>
<p>Benchmarks will follow soon too.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/07/24/kio_sftp-in-action/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>kio_sftp authentication with libssh works</title>
		<link>http://blog.cynapses.org/2009/07/21/kio_sftp-authentication-with-libssh-works/</link>
		<comments>http://blog.cynapses.org/2009/07/21/kio_sftp-authentication-with-libssh-works/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 12:24:49 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=96</guid>
		<description><![CDATA[I've got the fingerprint verification and authentication with public key and keyboard interactive working. There is still a dialog missing for special interactive questions, but the normal user stuff works just fine.]]></description>
			<content:encoded><![CDATA[<p>I've got the fingerprint verification and authentication with public key and keyboard interactive working. There is still a dialog missing for special interactive questions, but the normal user stuff works just fine.</p>
<p><a href="http://blog.cynapses.org/wp-content/uploads/2009/07/kio_sftp.png" target=_blank"><img class="alignnone size-thumbnail wp-image-97" title="kio_sftp" src="http://blog.cynapses.org/wp-content/uploads/2009/07/kio_sftp-150x150.png" alt="kio_sftp" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/07/21/kio_sftp-authentication-with-libssh-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kio_sftp using libssh</title>
		<link>http://blog.cynapses.org/2009/07/20/kio_sftp-using-libssh/</link>
		<comments>http://blog.cynapses.org/2009/07/20/kio_sftp-using-libssh/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:50:07 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=94</guid>
		<description><![CDATA[I wanted to reimplement kio_sftp with libssh since some month. This week is another openSUSE Hack Week. I'm in the SUSE office in Nürnberg with some KDE developers. Dirk Müller helps me with the implementation. I'm normally not a C++ developer so it is a good oppurtunity to get help and things done. More on [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to reimplement kio_sftp with <a href="http://www.libssh.org/">libssh</a> since some month. This week is another openSUSE Hack Week. I'm in the SUSE office in Nürnberg with some KDE developers. Dirk Müller helps me with the implementation. I'm normally not a C++ developer so it is a good oppurtunity to get help and things done. More on Wednesday. The weather will be good tommorow so I plan to go climbing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/07/20/kio_sftp-using-libssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>csync with sftp support</title>
		<link>http://blog.cynapses.org/2009/05/26/csync-with-sftp-support/</link>
		<comments>http://blog.cynapses.org/2009/05/26/csync-with-sftp-support/#comments</comments>
		<pubDate>Tue, 26 May 2009 09:23:43 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[file synchronization]]></category>
		<category><![CDATA[SFTP]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=87</guid>
		<description><![CDATA[I've released a new version of csync with sftp support. csync is a bidirectional file synchronizer for Linux and allows to keep two copies of files and directories in sync. It uses widely adopted protocols like smb or sftp so that there is no need for a server component of csync. It is a user-level [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.csync.org/2009/05/25/csync-0430-stable/">I've released</a> a new version of <a href="http://www.csync.org/">csync</a> with <a href="http://www.libssh.org/">sftp</a> support. csync is a bidirectional file synchronizer for Linux and allows to keep two copies of files and directories in sync. It uses widely adopted protocols like smb or sftp so that there is no need for a server component of csync. It is a user-level program which means there is no need to be a superuser.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/05/26/csync-with-sftp-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libssh 0.3.0</title>
		<link>http://blog.cynapses.org/2009/05/21/libssh-030/</link>
		<comments>http://blog.cynapses.org/2009/05/21/libssh-030/#comments</comments>
		<pubDate>Thu, 21 May 2009 14:09:50 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=83</guid>
		<description><![CDATA[After several month of hard work, rewriting nearly all libssh functions, I've released version 0.3.0 today. Read more about the release here. A new version of csync with full sftp support will be released soon.]]></description>
			<content:encoded><![CDATA[<p>After several month of hard work, rewriting nearly all <a href="http://www.libssh.org/">libssh</a> functions, I've released version 0.3.0 today. Read more about the release <a href="http://www.libssh.org/2009/05/21/libssh-3/">here</a>. A new version of csync with full sftp support will be released soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/05/21/libssh-030/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ssh-agent client support for libssh</title>
		<link>http://blog.cynapses.org/2009/02/09/ssh-agent-client-support-for-libssh/</link>
		<comments>http://blog.cynapses.org/2009/02/09/ssh-agent-client-support-for-libssh/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 10:12:59 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=55</guid>
		<description><![CDATA[As you might know I develop csync which is a file synchronizer. To support sftp I'm using libssh. libssh is designed to be used by programmers needing a working SSH implementation by the mean of a library. I think it is nearly feature complete. I've cleaned up the sftp interface last year. The only thing [...]]]></description>
			<content:encoded><![CDATA[<p>As you might know I develop <a href="http://www.csync.org/">csync</a> which is a <a href="http://www.csync.org/about">file synchronizer</a>. To support sftp I'm using <a href="http://www.libssh.org/">libssh</a>. libssh is designed to be used by programmers needing a working SSH implementation by the mean of a library. I think it is nearly feature complete. I've cleaned up the sftp interface last year. The only thing missing was ssh-agent support. This is implemented now in the subversion trunk and will be released as libssh 0.3. I hope we can do a release soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/02/09/ssh-agent-client-support-for-libssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>csync and pam_csync 0.42.0 beta1</title>
		<link>http://blog.cynapses.org/2008/09/17/csync-and-pam_csync-0420-beta1/</link>
		<comments>http://blog.cynapses.org/2008/09/17/csync-and-pam_csync-0420-beta1/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 13:23:34 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[file synchronization]]></category>
		<category><![CDATA[PAM]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=40</guid>
		<description><![CDATA[I've released a new version of csync and pam_csync. csync is a bidirectional file synchronizer for Linux and allows to keep two copies of files and directories in sync. It uses uses widly adopted protocols like smb or sftp so that there is no need for a server component of csync. It is a user-level [...]]]></description>
			<content:encoded><![CDATA[<p>I've released a new version of csync and pam_csync. csync is a bidirectional <a href="http://www.csync.org">file synchronizer</a> for Linux and allows to keep two copies of files and directories in sync. It uses uses widly adopted protocols like smb or sftp so that there is no need for a server component of csync. It is a user-level program which means there is no need to be a superuser. With pam_csync it is possible to create roaming home directories.</p>
<p>This version fixes several bugs to increase the stability of the file synchronizer. It provides a new plugin to synchronize two replicas with the sftp protocol. To get the csync sftp plugin working you need libssh 0.2 with the following two patches:</p>
<p><a href="http://www.csync.org/files/patches/0001-Map-permission-field-to-type-field.patch" target="_blank">Map permission fields</a><br />
<a href="http://www.csync.org/files/patches/0002-Add-errno-mapping.patch" target="_blank">Errno mapping</a></p>
<p>The libssh package in the network:synchronization:files project in the build service has these two patches. The csync version of the BS project provides a csync-plugin-sftp package.</p>
<p>Packages for Fedora 9, openSUSE and SUSE Linux Enterprise 10 can be downloaded <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/">here</a>.</p>
<p>More information at <a href="http://www.csync.org">http://www.csync.org/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2008/09/17/csync-and-pam_csync-0420-beta1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
