<?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: FTP server for Cloud Files</title>
	<atom:link href="http://blog.chmouel.com/2009/10/29/ftp-server-for-cloud-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chmouel.com/2009/10/29/ftp-server-for-cloud-files/</link>
	<description>Random and probably boring stuff.</description>
	<lastBuildDate>Tue, 24 Jan 2012 23:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.chmouel.com/2009/10/29/ftp-server-for-cloud-files/comment-page-1/#comment-5446</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 04 May 2011 12:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chmouel.com/?p=243#comment-5446</guid>
		<description>Hey Rich,

Thanks for posting this, I don&#039;t have much time to fix/test this. Would you mind reporting a bug on https://github.com/chmouel/ftp-cloudfs/issues and hopefully will be able to pick this up in the future..

Cheers,
Chmouel.</description>
		<content:encoded><![CDATA[<p>Hey Rich,</p>
<p>Thanks for posting this, I don&#8217;t have much time to fix/test this. Would you mind reporting a bug on <a href="https://github.com/chmouel/ftp-cloudfs/issues" rel="nofollow">https://github.com/chmouel/ftp-cloudfs/issues</a> and hopefully will be able to pick this up in the future..</p>
<p>Cheers,<br />
Chmouel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://blog.chmouel.com/2009/10/29/ftp-server-for-cloud-files/comment-page-1/#comment-5444</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Thu, 28 Apr 2011 18:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chmouel.com/?p=243#comment-5444</guid>
		<description>Hey Chmouel,

Thanks for this! I ran into a problem, though -- python-cloudfiles expects programs that use it to implement markers and limits to handle more than 10,000 containers, but ftp-cloudfs doesn&#039;t. That means that operations that get a list of containers only give the first 10,000.

(The same problem would happen with containers containing more than 10,000 files, but we don&#039;t have that situation so I didn&#039;t run into it!)

I&#039;m insufficiently good at Python to fix that myself, unfortunately, or I&#039;d give you a patch, so I hope you don&#039;t mind a bug report instead. :-)

(I do wish python-cloudfiles handled that limit itself -- get_all_containers NOT returning ALL containers is silly.)</description>
		<content:encoded><![CDATA[<p>Hey Chmouel,</p>
<p>Thanks for this! I ran into a problem, though &#8212; python-cloudfiles expects programs that use it to implement markers and limits to handle more than 10,000 containers, but ftp-cloudfs doesn&#8217;t. That means that operations that get a list of containers only give the first 10,000.</p>
<p>(The same problem would happen with containers containing more than 10,000 files, but we don&#8217;t have that situation so I didn&#8217;t run into it!)</p>
<p>I&#8217;m insufficiently good at Python to fix that myself, unfortunately, or I&#8217;d give you a patch, so I hope you don&#8217;t mind a bug report instead. <img src='http://blog.chmouel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>(I do wish python-cloudfiles handled that limit itself &#8212; get_all_containers NOT returning ALL containers is silly.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.chmouel.com/2009/10/29/ftp-server-for-cloud-files/comment-page-1/#comment-5426</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 31 Mar 2011 22:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chmouel.com/?p=243#comment-5426</guid>
		<description>Ahum, foggedaboudid...
I was listening on a wrong port 

It actually worked like a charm from the moment I figured that out!

Thanks :-)</description>
		<content:encoded><![CDATA[<p>Ahum, foggedaboudid&#8230;<br />
I was listening on a wrong port </p>
<p>It actually worked like a charm from the moment I figured that out!</p>
<p>Thanks <img src='http://blog.chmouel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.chmouel.com/2009/10/29/ftp-server-for-cloud-files/comment-page-1/#comment-5425</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 31 Mar 2011 22:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chmouel.com/?p=243#comment-5425</guid>
		<description>Hi Chmouel,

It certainly sounds like a great package!

I can&#039;t seem to get it right though...

I run it and it gives me:
2011-03-31 22:18:19,057 - INFO - Serving FTP on 127.0.0.1:8021

Then I try to connect to it from a remote machine but all I get is a &quot;connection refused&quot; message.

Should I plain-text my username/api-key over this FTP?

Any thoughts?
</description>
		<content:encoded><![CDATA[<p>Hi Chmouel,</p>
<p>It certainly sounds like a great package!</p>
<p>I can&#8217;t seem to get it right though&#8230;</p>
<p>I run it and it gives me:<br />
2011-03-31 22:18:19,057 &#8211; INFO &#8211; Serving FTP on 127.0.0.1:8021</p>
<p>Then I try to connect to it from a remote machine but all I get is a &#8220;connection refused&#8221; message.</p>
<p>Should I plain-text my username/api-key over this FTP?</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.chmouel.com/2009/10/29/ftp-server-for-cloud-files/comment-page-1/#comment-5424</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 28 Mar 2011 14:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chmouel.com/?p=243#comment-5424</guid>
		<description>install python-cloudfiles before what distribution are you using ?</description>
		<content:encoded><![CDATA[<p>install python-cloudfiles before what distribution are you using ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://blog.chmouel.com/2009/10/29/ftp-server-for-cloud-files/comment-page-1/#comment-5423</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Sat, 26 Mar 2011 23:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chmouel.com/?p=243#comment-5423</guid>
		<description>hi, I followed the installation, but I try to use the program gives me error:

sudo ftpcloudfs -h


Traceback (most recent call last):
  File &quot;/usr/local/bin/ftpcloudfs&quot;, line 4, in 
    import pkg_resources
  File &quot;/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py&quot;, line 2603, in 
    return cls.__mro__
  File &quot;/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py&quot;, line 666, in require
    self.callbacks.append(callback)
  File &quot;/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py&quot;, line 565, in resolve
    &quot;&quot;&quot;Find all activatable distributions in `plugin_env`
pkg_resources.DistributionNotFound: cloudfiles


can you help? also the plugin for nautilus does not work, can you tell me how to use it?

Best regards.
Massimo P.
ITALY</description>
		<content:encoded><![CDATA[<p>hi, I followed the installation, but I try to use the program gives me error:</p>
<p>sudo ftpcloudfs -h</p>
<p>Traceback (most recent call last):<br />
  File &#8220;/usr/local/bin/ftpcloudfs&#8221;, line 4, in<br />
    import pkg_resources<br />
  File &#8220;/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py&#8221;, line 2603, in<br />
    return cls.__mro__<br />
  File &#8220;/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py&#8221;, line 666, in require<br />
    self.callbacks.append(callback)<br />
  File &#8220;/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py&#8221;, line 565, in resolve<br />
    &#8220;&#8221;"Find all activatable distributions in `plugin_env`<br />
pkg_resources.DistributionNotFound: cloudfiles</p>
<p>can you help? also the plugin for nautilus does not work, can you tell me how to use it?</p>
<p>Best regards.<br />
Massimo P.<br />
ITALY</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martyn</title>
		<link>http://blog.chmouel.com/2009/10/29/ftp-server-for-cloud-files/comment-page-1/#comment-4997</link>
		<dc:creator>Martyn</dc:creator>
		<pubDate>Sun, 24 Oct 2010 22:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chmouel.com/?p=243#comment-4997</guid>
		<description>Is there a way to get access to RS CF using FTP on a windows machine?

I use ExpanDrive for local FTP drive access and to be able to get directly into CloundFiles this way would be just great.</description>
		<content:encoded><![CDATA[<p>Is there a way to get access to RS CF using FTP on a windows machine?</p>
<p>I use ExpanDrive for local FTP drive access and to be able to get directly into CloundFiles this way would be just great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chmouel</title>
		<link>http://blog.chmouel.com/2009/10/29/ftp-server-for-cloud-files/comment-page-1/#comment-4531</link>
		<dc:creator>chmouel</dc:creator>
		<pubDate>Fri, 23 Apr 2010 10:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chmouel.com/?p=243#comment-4531</guid>
		<description>Hi,

The server has not been tested a lot when binding to a non local IP I apologize and it&#039;s probably need more work on that.

Chmouel.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The server has not been tested a lot when binding to a non local IP I apologize and it&#8217;s probably need more work on that.</p>
<p>Chmouel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syaman</title>
		<link>http://blog.chmouel.com/2009/10/29/ftp-server-for-cloud-files/comment-page-1/#comment-4524</link>
		<dc:creator>Syaman</dc:creator>
		<pubDate>Sun, 18 Apr 2010 11:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chmouel.com/?p=243#comment-4524</guid>
		<description>Hi using Webmin, I&#039;ve created a bootup action with the following script

&lt;code&gt;
#!/bin/sh

case &quot;$1&quot; in
&#039;start&#039;)
	ftpcloudfs -p 21 -b my.actual.ip.address
	;;
&#039;stop&#039;)
	;;
*)
	echo &quot;Usage: $0 { start &#124; stop }&quot;
	;;
esac
exit 0
&lt;/code&gt;

It doesn&#039;t appear to work though - FTP clients can&#039;t ftp in. Port 21 is definitely available and I am able to FTP in if I run in command line

&lt;code&gt;ftpcloudfs -p 21 -b my.actual.ip.address&lt;/code&gt;

What did I miss? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi using Webmin, I&#8217;ve created a bootup action with the following script</p>
<p><code><br />
#!/bin/sh</p>
<p>case "$1" in<br />
'start')<br />
	ftpcloudfs -p 21 -b my.actual.ip.address<br />
	;;<br />
'stop')<br />
	;;<br />
*)<br />
	echo "Usage: $0 { start | stop }"<br />
	;;<br />
esac<br />
exit 0<br />
</code></p>
<p>It doesn&#8217;t appear to work though &#8211; FTP clients can&#8217;t ftp in. Port 21 is definitely available and I am able to FTP in if I run in command line</p>
<p><code>ftpcloudfs -p 21 -b my.actual.ip.address</code></p>
<p>What did I miss? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arturo León</title>
		<link>http://blog.chmouel.com/2009/10/29/ftp-server-for-cloud-files/comment-page-1/#comment-4365</link>
		<dc:creator>Arturo León</dc:creator>
		<pubDate>Thu, 18 Mar 2010 18:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chmouel.com/?p=243#comment-4365</guid>
		<description>Hello!

I installed this utility on my server but im getting this error:
&lt;code&gt;

2010-03-18 12:29:32,160 - INFO - Serving FTP on 67.23.19.162:2021
2010-03-18 12:30:27,430 - INFO - []201.130.248.84:50368 Connected.
2010-03-18 12:30:27,430 - DEBUG - 201.130.248.84:50368 ==&gt; 220 Rackspace Cloud F                                                                                                                               iles 0.2 using pyftpdlib 0.5.1 ready.
2010-03-18 12:30:27,500 - DEBUG - 201.130.248.84:50368  331 Username ok, send                                                                                                                                password.
2010-03-18 12:30:27,559 - DEBUG - 201.130.248.84:50368  230 Welcome username
2010-03-18 12:30:27,700 - INFO - [username]@201.130.248.84:50368 User username                                                                                                                               on logged in.
2010-03-18 12:30:27,769 - DEBUG - 201.130.248.84:50368  211 End FEAT.
2010-03-18 12:30:28,109 - DEBUG - 201.130.248.84:50368  257 &quot;/&quot; is the curren                                                                                                                               t directory.
2010-03-18 12:30:28,220 - DEBUG - 201.130.248.84:50368  200 Type set to: ASCI                                                                                                                               I.
2010-03-18 12:30:28,289 - DEBUG - 201.130.248.84:50368  227 Entering passive                                                                                                                                mode (67,23,19,162,225,107).
2010-03-18 12:30:28,349 - DEBUG - 201.130.248.84:50368 &lt;== MLSD
2010-03-18 12:30:28,539 - ERROR - Traceback (most recent call last):
  File &quot;/usr/lib64/python2.4/asyncore.py&quot;, line 69, in read
    obj.handle_read_event()
  File &quot;/usr/lib64/python2.4/asyncore.py&quot;, line 391, in handle_read_event
    self.handle_read()
  File &quot;/usr/lib64/python2.4/asynchat.py&quot;, line 137, in handle_read
    self.found_terminator()
  File &quot;/usr/lib/python2.4/site-packages/pyftpdlib/ftpserver.py&quot;, line 1801, in                                                                                                                                found_terminator
    method(arg)
  File &quot;/usr/lib/python2.4/site-packages/pyftpdlib/ftpserver.py&quot;, line 2310, in                                                                                                                                ftp_MLSD
    self._current_facts)
  File &quot;/usr/lib/python2.4/site-packages/ftpcloudfs/server.py&quot;, line 322, in for                                                                                                                               mat_mlsx
    raise OSError(40, &#039;unsupported&#039;)
OSError: [Errno 40] unsupported

2010-03-18 12:30:28,539 - INFO - [username]@201.130.248.84:50368 Disconnected.
&lt;/code&gt;

Do you have any idea? I installed python cloud files 1.5 and pyftpdlib 0.5.1 on python 2.4.3 CentOS.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I installed this utility on my server but im getting this error:<br />
<code></p>
<p>2010-03-18 12:29:32,160 - INFO - Serving FTP on 67.23.19.162:2021<br />
2010-03-18 12:30:27,430 - INFO - []201.130.248.84:50368 Connected.<br />
2010-03-18 12:30:27,430 - DEBUG - 201.130.248.84:50368 ==&gt; 220 Rackspace Cloud F                                                                                                                               iles 0.2 using pyftpdlib 0.5.1 ready.<br />
2010-03-18 12:30:27,500 - DEBUG - 201.130.248.84:50368  331 Username ok, send                                                                                                                                password.<br />
2010-03-18 12:30:27,559 - DEBUG - 201.130.248.84:50368  230 Welcome username<br />
2010-03-18 12:30:27,700 - INFO - [username]@201.130.248.84:50368 User username                                                                                                                               on logged in.<br />
2010-03-18 12:30:27,769 - DEBUG - 201.130.248.84:50368  211 End FEAT.<br />
2010-03-18 12:30:28,109 - DEBUG - 201.130.248.84:50368  257 "/" is the curren                                                                                                                               t directory.<br />
2010-03-18 12:30:28,220 - DEBUG - 201.130.248.84:50368  200 Type set to: ASCI                                                                                                                               I.<br />
2010-03-18 12:30:28,289 - DEBUG - 201.130.248.84:50368  227 Entering passive                                                                                                                                mode (67,23,19,162,225,107).<br />
2010-03-18 12:30:28,349 - DEBUG - 201.130.248.84:50368 &lt;== MLSD<br />
2010-03-18 12:30:28,539 - ERROR - Traceback (most recent call last):<br />
  File &quot;/usr/lib64/python2.4/asyncore.py&quot;, line 69, in read<br />
    obj.handle_read_event()<br />
  File &quot;/usr/lib64/python2.4/asyncore.py&quot;, line 391, in handle_read_event<br />
    self.handle_read()<br />
  File &quot;/usr/lib64/python2.4/asynchat.py&quot;, line 137, in handle_read<br />
    self.found_terminator()<br />
  File &quot;/usr/lib/python2.4/site-packages/pyftpdlib/ftpserver.py&quot;, line 1801, in                                                                                                                                found_terminator<br />
    method(arg)<br />
  File &quot;/usr/lib/python2.4/site-packages/pyftpdlib/ftpserver.py&quot;, line 2310, in                                                                                                                                ftp_MLSD<br />
    self._current_facts)<br />
  File &quot;/usr/lib/python2.4/site-packages/ftpcloudfs/server.py&quot;, line 322, in for                                                                                                                               mat_mlsx<br />
    raise OSError(40, &#039;unsupported&#039;)<br />
OSError: [Errno 40] unsupported</p>
<p>2010-03-18 12:30:28,539 - INFO - [username]@201.130.248.84:50368 Disconnected.<br />
</code></p>
<p>Do you have any idea? I installed python cloud files 1.5 and pyftpdlib 0.5.1 on python 2.4.3 CentOS.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

