<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://community.activestate.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ActiveState Community Site - OS X Tiger ( PowerPC / Intel ) - Comments</title>
 <link>http://community.activestate.com/os/os-x-tiger-powerpc-intel</link>
 <description>Comments for &quot;OS X Tiger ( PowerPC / Intel )&quot;</description>
 <language>en</language>
<item>
 <title>re: update</title>
 <link>http://community.activestate.com/node/3112#comment-7330</link>
 <description>&lt;p&gt;I&#039;ve updated the link (the name changed after I&#039;d changed the content, argh!).&lt;/p&gt;
&lt;p&gt;I&#039;d suggest modifying one of the existing UDL languages, whichever is closest to your language, such as PHP, and tweak it. Most of the UDL languages included in Komodo are here, you&#039;ll want to start from the mainlex udl files, such as &quot;php-mainlex.udl&quot;:&lt;br /&gt;
&lt;a href=&quot;http://svn.openkomodo.com/openkomodo/browse/openkomodo/trunk/src/udl/udl&quot; title=&quot;http://svn.openkomodo.com/openkomodo/browse/openkomodo/trunk/src/udl/udl&quot;&gt;http://svn.openkomodo.com/openkomodo/browse/openkomodo/trunk/src/udl/udl&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here is some additional links about UDL:&lt;br /&gt;
&lt;a href=&quot;http://docs.activestate.com/komodo/5.0/udl.html&quot; title=&quot;http://docs.activestate.com/komodo/5.0/udl.html&quot;&gt;http://docs.activestate.com/komodo/5.0/udl.html&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://blogs.activestate.com/ericp/2007/01/kid_adding_a_ne.html&quot; title=&quot;http://blogs.activestate.com/ericp/2007/01/kid_adding_a_ne.html&quot;&gt;http://blogs.activestate.com/ericp/2007/01/kid_adding_a_ne.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Additional UDL forum messages that may provide relevant info and examples:&lt;br /&gt;
&lt;a href=&quot;http://community.activestate.com/forum-topic/html-udl-and-code-intelligence&quot; title=&quot;http://community.activestate.com/forum-topic/html-udl-and-code-intelligence&quot;&gt;http://community.activestate.com/forum-topic/html-udl-and-code-intellige...&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://community.activestate.com/forum-topic/komodo-html-template&quot; title=&quot;http://community.activestate.com/forum-topic/komodo-html-template&quot;&gt;http://community.activestate.com/forum-topic/komodo-html-template&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Tue, 25 Nov 2008 22:24:04 +0000</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 7330 at http://community.activestate.com</guid>
</item>
<item>
 <title>Hi Todd:
I solved the error</title>
 <link>http://community.activestate.com/node/3112#comment-7329</link>
 <description>&lt;p&gt;Hi Todd:&lt;/p&gt;
&lt;p&gt;I solved the error message by upgrading python as you adviced.&lt;/p&gt;
&lt;p&gt;The first link is not available any more?&lt;/p&gt;
&lt;p&gt;Trying to follow the koext help files, is there any tutorial for udl?&lt;/p&gt;
&lt;p&gt;Basicly the language I am trying to use is just some extra tags in html files just like jsp, php. The file extension is still .html. my understanding is I just need to modify the existing html udl that shipped with Komodo?&lt;/p&gt;
&lt;p&gt;if that&#039;s correct, which file shall I go after?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
</description>
 <pubDate>Tue, 25 Nov 2008 21:30:07 +0000</pubDate>
 <dc:creator>ysap</dc:creator>
 <guid isPermaLink="false">comment 7329 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: koext help</title>
 <link>http://community.activestate.com/node/3112#comment-7327</link>
 <description>&lt;p&gt;I believe this is because the Python version (found on your path) that is required to run the koext script is too old.&lt;/p&gt;
&lt;p&gt;You can check the version and it&#039;s location using:&lt;/p&gt;
&lt;pre&gt;
python -V
which python
whereis python
&lt;/pre&gt;&lt;p&gt;
You&#039;ll need to install a newer version of Python and ensure that the newer version is found on your PATH before the older version, or alternatively run the newer version of Python directly:&lt;/p&gt;
&lt;pre&gt;
/usr/local/bin/python /Applications/Komodo Edit.app/Contents/SharedSupport/sdk/bin/koext
&lt;/pre&gt;&lt;p&gt;
Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Tue, 25 Nov 2008 19:36:24 +0000</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 7327 at http://community.activestate.com</guid>
</item>
<item>
 <title>Oops, koext error</title>
 <link>http://community.activestate.com/node/3112#comment-7325</link>
 <description>&lt;p&gt;Looks like the third link is close to what i need to do.&lt;br /&gt;
when i tried to following command&lt;/p&gt;
&lt;p&gt;koext help gettingstarted&lt;/p&gt;
&lt;p&gt;I got the following error:&lt;/p&gt;
&lt;p&gt; File &quot;/Applications/Komodo Edit.app/Contents/SharedSupport/sdk/bin/koext&quot;, line 46&lt;br /&gt;
    from os.path import (join, exists, isdir, isfile, abspath, normcase,&lt;br /&gt;
                        ^&lt;br /&gt;
SyntaxError: invalid syntax&lt;/p&gt;
&lt;p&gt;Any idea?&lt;/p&gt;
&lt;p&gt;Komodo 5.02&lt;/p&gt;
&lt;p&gt;many thanks&lt;/p&gt;
</description>
 <pubDate>Tue, 25 Nov 2008 19:24:01 +0000</pubDate>
 <dc:creator>ysap</dc:creator>
 <guid isPermaLink="false">comment 7325 at http://community.activestate.com</guid>
</item>
<item>
 <title>right</title>
 <link>http://community.activestate.com/node/3112#comment-7324</link>
 <description>&lt;p&gt;Yes, luddite was removed in a later version of Komodo. The guide does not actually show any usage of luddite, but I&#039;ve cleaned up the docs a bit to mention luddite has been removed.&lt;/p&gt;
&lt;p&gt;Thanks for letting us know.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Tue, 25 Nov 2008 19:18:51 +0000</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 7324 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: language extension guide</title>
 <link>http://community.activestate.com/node/3112#comment-7323</link>
 <description>&lt;p&gt;Hi Todd:&lt;br /&gt;
Thanks for replying so quikly.&lt;br /&gt;
The first link is the one I looked and couldn&#039;t follow because there is no luddite under my installation folder. is that because of the version is too high?&lt;/p&gt;
&lt;p&gt;I will dig up the other two links.&lt;/p&gt;
&lt;p&gt;many thanks&lt;/p&gt;
&lt;p&gt;ysap&lt;/p&gt;
</description>
 <pubDate>Tue, 25 Nov 2008 19:12:16 +0000</pubDate>
 <dc:creator>ysap</dc:creator>
 <guid isPermaLink="false">comment 7323 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: language extension guide</title>
 <link>http://community.activestate.com/node/3112#comment-7322</link>
 <description>&lt;p&gt;There is the following guide for creating a new UDL language extension (which seems to be what you need):&lt;br /&gt;
&lt;a href=&quot;http://community.activestate.com/node/1390&quot; title=&quot;http://community.activestate.com/node/1390&quot;&gt;http://community.activestate.com/node/1390&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For an example of existing UDL extensions, see maya:&lt;br /&gt;
&lt;a href=&quot;http://svn.openkomodo.com/openkomodo/browse/addons/maya&quot; title=&quot;http://svn.openkomodo.com/openkomodo/browse/addons/maya&quot;&gt;http://svn.openkomodo.com/openkomodo/browse/addons/maya&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For example of steps taking to create a SQL language extension, see:&lt;br /&gt;
&lt;a href=&quot;http://community.activestate.com/forum-topic/pl-sql-coide-intelligence&quot; title=&quot;http://community.activestate.com/forum-topic/pl-sql-coide-intelligence&quot;&gt;http://community.activestate.com/forum-topic/pl-sql-coide-intelligence&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Tue, 25 Nov 2008 19:02:00 +0000</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 7322 at http://community.activestate.com</guid>
</item>
<item>
 <title>This is a known bug on OS X introduced in 5.0</title>
 <link>http://community.activestate.com/node/3015#comment-7128</link>
 <description>&lt;p&gt;It&#039;s written up at&lt;br /&gt;
&lt;a href=&quot;http://bugs.activestate.com/show_bug.cgi?id=80844&quot; title=&quot;http://bugs.activestate.com/show_bug.cgi?id=80844&quot;&gt;http://bugs.activestate.com/show_bug.cgi?id=80844&lt;/a&gt;, but I&#039;ll&lt;br /&gt;
give an overview here.&lt;/p&gt;
&lt;p&gt;The problem is in how we refer to keybindings in the defaults&lt;br /&gt;
files.  On earlier versions of OS X, we would refer to a binding&lt;br /&gt;
with a name like &quot;Shift+Meta+7&quot;, and that would map to&lt;br /&gt;
the [View|View EOL Markers] command.&lt;/p&gt;
&lt;p&gt;On OS X, with Komodo 5, we need to refer to the shifted character.&lt;br /&gt;
You can load Mac.kkf and make these modifications, or use&lt;br /&gt;
[Preferences|Editor|Key bindings] to change them in&lt;br /&gt;
your own keybinding sets.&lt;/p&gt;
&lt;pre class=&quot;geshifilter&quot;&gt;-binding cmd_viewEOL Meta+Shift+7
-binding cmd_viewIndentationGuides Meta+Shift+5
+binding cmd_viewEOL Meta+Shift+&amp;amp;
+binding cmd_viewIndentationGuides Meta+Shift+%
-binding cmd_viewWhitespace Meta+Shift+8
+binding cmd_viewWhitespace Meta+Shift+*
-binding cmd_wordWrap Meta+Shift+9
+binding cmd_wordWrap Meta+Shift+(&lt;/pre&gt;&lt;p&gt;
I haven&#039;t tested this, but I doubt these changes will work&lt;br /&gt;
on non-US/English keyboards.&lt;/p&gt;
</description>
 <pubDate>Tue, 11 Nov 2008 22:43:12 +0000</pubDate>
 <dc:creator>ericp</dc:creator>
 <guid isPermaLink="false">comment 7128 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: bug status</title>
 <link>http://community.activestate.com/node/2944#comment-6903</link>
 <description>&lt;p&gt;The bug is still outstanding, and unfortunately it will not be fixed for the initial Komodo 5.0.0 release (hopefully it can be fixed early in a 5.0.x patch release build).&lt;/p&gt;
&lt;p&gt;There was a workaround bug that has been fixed for Komodo 5.0.0, enabling you to set the KOMODO_HOSTNAME environment variable, which Komodo will use instead of the real machine hostname, see:&lt;br /&gt;
&lt;a href=&quot;http://bugs.activestate.com/show_bug.cgi?id=47458&quot; title=&quot;http://bugs.activestate.com/show_bug.cgi?id=47458&quot;&gt;http://bugs.activestate.com/show_bug.cgi?id=47458&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Wed, 29 Oct 2008 15:26:45 +0000</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 6903 at http://community.activestate.com</guid>
</item>
<item>
 <title>status on the fix</title>
 <link>http://community.activestate.com/node/2944#comment-6902</link>
 <description>&lt;p&gt;I noticed in the bug thread they were talking about getting a fix in 4.4, (which I also noticed didnt make it)  However the the thread has not been updated since june.  Is it something that is going to still be fixed?  maybe in 5.0?&lt;/p&gt;
&lt;p&gt;B&lt;/p&gt;
</description>
 <pubDate>Wed, 29 Oct 2008 13:47:29 +0000</pubDate>
 <dc:creator>burton_simondsfamily</dc:creator>
 <guid isPermaLink="false">comment 6902 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: hostname problem</title>
 <link>http://community.activestate.com/node/2944#comment-6898</link>
 <description>&lt;p&gt;Yes, Komodo is using the hostname to form a part of the directory where Komodo will keep certain settings like the remote servers.&lt;/p&gt;
&lt;p&gt;See this bug for the details:&lt;br /&gt;
&lt;a href=&quot;http://bugs.activestate.com/show_bug.cgi?id=40386&quot; title=&quot;http://bugs.activestate.com/show_bug.cgi?id=40386&quot;&gt;http://bugs.activestate.com/show_bug.cgi?id=40386&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There is a workaround to manually set the Mac OS X hostname, so that it does not keep changing, but I don&#039;t have the details of how this is done...&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Tue, 28 Oct 2008 20:17:04 +0000</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 6898 at http://community.activestate.com</guid>
</item>
<item>
 <title>Mine is doing the same</title>
 <link>http://community.activestate.com/node/2944#comment-6896</link>
 <description>&lt;p&gt;Mine is doing the same thing, though I haven&#039;t tried to associated it with the VPN (I do use one occasionally though, so that could be it).  Also OSX Tiger (Intel) and Komodo v 4.4.&lt;/p&gt;
&lt;p&gt;Any suggestions would be welcome.&lt;/p&gt;
&lt;p&gt;s&lt;/p&gt;
</description>
 <pubDate>Tue, 28 Oct 2008 19:11:31 +0000</pubDate>
 <dc:creator>sanjuro</dc:creator>
 <guid isPermaLink="false">comment 6896 at http://community.activestate.com</guid>
</item>
<item>
 <title>Debug logging</title>
 <link>http://community.activestate.com/node/2883#comment-6723</link>
 <description>&lt;p&gt;I have turned on debug and I get the following results&lt;/p&gt;
&lt;p&gt;--- START LOG ----&lt;br /&gt;
DEBUG: koFTPSConnection: open: s:www.***DOMAIN REMOVED***.com p:21 u:mmitchell&lt;br /&gt;
DEBUG: koFTPSConnection: TLS data encryption setting was successful.&lt;br /&gt;
DEBUG: koFTPSConnection: do_authenticateWithPassword: login successful&lt;br /&gt;
DEBUG: koFTPSConnection: Password authentication successful.&lt;br /&gt;
INFO: koFTPSConnection: ftps connection opened on &lt;a href=&quot;http://www.***DOMAIN&quot; title=&quot;www.***DOMAIN&quot;&gt;www.***DOMAIN&lt;/a&gt; REMOVED***.com:21 for user mmitchell&lt;br /&gt;
DEBUG: koFTPSConnection: Sending NOOP&lt;br /&gt;
DEBUG: koFTPSConnection: do_getHomeDirectory: path &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: list: (refresh:False) path: &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: list: path is not cached, getting info&lt;br /&gt;
DEBUG: koFTPSConnection: Sending NOOP&lt;br /&gt;
DEBUG: koFTPSConnection: do_getParentPath: &#039;/&#039; -&amp;gt; &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: _createRFInfoFromPath: &#039;/&#039;&lt;br /&gt;
INFO: koFTPSConnection: LIST -lad failed: Socket is not connected&lt;br /&gt;
DEBUG: koFTPSConnection: _createRFInfoFromPath: Not using &#039;LIST -lad&#039; any further&lt;br /&gt;
ERROR: koFTPSConnection: Unable to get path info for: /&lt;br /&gt;
DEBUG: koFTPSConnection: Error: 200 Type set to A.: (&#039;200 Type set to A.&#039;,)&lt;br /&gt;
DEBUG: koFTPSConnection: Sending NOOP&lt;br /&gt;
DEBUG: koFTPSConnection: list: (refresh:False) path: &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: list: path is not cached, getting info&lt;br /&gt;
DEBUG: koFTPSConnection: Sending NOOP&lt;br /&gt;
DEBUG: koFTPSConnection: do_getParentPath: &#039;/&#039; -&amp;gt; &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: _createRFInfoFromPath: &#039;/&#039;&lt;br /&gt;
ERROR: koFTPSConnection: Unable to get path info for: /&lt;br /&gt;
DEBUG: koFTPSConnection: Error: 200 Type set to A.: (&#039;200 Type set to A.&#039;,)&lt;br /&gt;
DEBUG: koFTPSConnection: _getEncodedFilepath:: filepath: u&#039;/&#039;, rfinfo: None&lt;br /&gt;
DEBUG: koFTPSConnection: do_getParentPath: &#039;/&#039; -&amp;gt; &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: _getEncodedFilepath:: No rfinfo, trying parent rf_info: u&#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: list: (refresh:True) path: &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: list: path is not cached, getting info&lt;br /&gt;
DEBUG: koFTPSConnection: Sending NOOP&lt;br /&gt;
DEBUG: koFTPSConnection: do_getParentPath: &#039;/&#039; -&amp;gt; &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: _createRFInfoFromPath: &#039;/&#039;&lt;br /&gt;
ERROR: koFTPSConnection: Unable to get path info for: /&lt;br /&gt;
DEBUG: koFTPSConnection: Error: 200 Type set to A.: (&#039;200 Type set to A.&#039;,)&lt;br /&gt;
DEBUG: koFTPSConnection: do_getParentPath: &#039;/&#039; -&amp;gt; &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: list: (refresh:False) path: &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: list: path is not cached, getting info&lt;br /&gt;
DEBUG: koFTPSConnection: Sending NOOP&lt;br /&gt;
DEBUG: koFTPSConnection: do_getParentPath: &#039;/&#039; -&amp;gt; &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: _createRFInfoFromPath: &#039;/&#039;&lt;br /&gt;
ERROR: koFTPSConnection: Unable to get path info for: /&lt;br /&gt;
DEBUG: koFTPSConnection: Error: 200 Type set to A.: (&#039;200 Type set to A.&#039;,)&lt;br /&gt;
DEBUG: koFTPSConnection: list: (refresh:False) path: &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: list: path is not cached, getting info&lt;br /&gt;
DEBUG: koFTPSConnection: Sending NOOP&lt;br /&gt;
DEBUG: koFTPSConnection: do_getParentPath: &#039;/&#039; -&amp;gt; &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: _createRFInfoFromPath: &#039;/&#039;&lt;br /&gt;
ERROR: koFTPSConnection: Unable to get path info for: /&lt;br /&gt;
DEBUG: koFTPSConnection: Error: 200 Type set to A.: (&#039;200 Type set to A.&#039;,)&lt;br /&gt;
DEBUG: koFTPSConnection: list: (refresh:False) path: &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: list: path is not cached, getting info&lt;br /&gt;
DEBUG: koFTPSConnection: Sending NOOP&lt;br /&gt;
DEBUG: koFTPSConnection: do_getParentPath: &#039;/&#039; -&amp;gt; &#039;/&#039;&lt;br /&gt;
DEBUG: koFTPSConnection: _createRFInfoFromPath: &#039;/&#039;&lt;br /&gt;
ERROR: koFTPSConnection: Unable to get path info for: /&lt;br /&gt;
DEBUG: koFTPSConnection: Error: 200 Type set to A.: (&#039;200 Type set to A.&#039;,)&lt;br /&gt;
DEBUG: koFTPSConnection: closing connection&lt;br /&gt;
DEBUG: koFTPSConnection: do_close: Closing FTP connection&lt;br /&gt;
DEBUG: koFTPSConnection: __del__: koFTP deleted&lt;br /&gt;
--- END LOG ---&lt;/p&gt;
&lt;p&gt;Its hard to say whats going on here but it seems that the data is never being returned from the path listing and Komodo tries all methods it can handle before giving up.&lt;/p&gt;
&lt;p&gt;I will open a bug to continue to track this.&lt;/p&gt;
</description>
 <pubDate>Mon, 13 Oct 2008 21:19:42 +0100</pubDate>
 <dc:creator>mmitchell_riccagroup</dc:creator>
 <guid isPermaLink="false">comment 6723 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: likely a bug</title>
 <link>http://community.activestate.com/node/2883#comment-6722</link>
 <description>&lt;p&gt;Yes, it does seem strange that the MacOS version of Komodo does not work whilst the PC version does.&lt;/p&gt;
&lt;p&gt;You can turn on additional Komodo logging of these protocols, which should provide more information on what Komodo is doing.&lt;/p&gt;
&lt;p&gt;There are protocol handler files &quot;koSFTP.py&quot;, &quot;koFTPS.py&quot;, etc... stored under your Komodo installation:&lt;br /&gt;
/Applications/Komodo IDE 4.4.app/Contents/MacOS/components/koSFTP.py&lt;/p&gt;
&lt;p&gt;If you open these files, you should find a line near the top of the file:&lt;/p&gt;
&lt;pre&gt;
#log.setLevel(logging.DEBUG)
&lt;/pre&gt;&lt;p&gt;
Uncomment this line, i.e. to look like:&lt;/p&gt;
&lt;pre&gt;
log.setLevel(logging.DEBUG)
&lt;/pre&gt;&lt;p&gt;
then save the file and restart Komodo.&lt;/p&gt;
&lt;p&gt;The next time Komodo starts, try the sftp login again and check the log files again, there should be additional information pertaining to the SFTP protocol handling.&lt;/p&gt;
&lt;p&gt;Also, you may want to start a Komodo bug for this problem, in order to better track communications and any patches/fixes:&lt;br /&gt;
&lt;a href=&quot;http://bugs.activestate.com/enter_bug.cgi?product=komodo&quot; title=&quot;http://bugs.activestate.com/enter_bug.cgi?product=komodo&quot;&gt;http://bugs.activestate.com/enter_bug.cgi?product=komodo&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Mon, 13 Oct 2008 20:56:34 +0100</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 6722 at http://community.activestate.com</guid>
</item>
<item>
 <title>Log file</title>
 <link>http://community.activestate.com/node/2883#comment-6720</link>
 <description>&lt;p&gt;Here is a snippet from the log file on the server. You can see that the connection is made but Komodo keeps trying to list the files in the / directory. &lt;/p&gt;
&lt;p&gt;08/10/13 14:12:34, 6523, 74.1.169.178, , new connection from 74.1.169.178 on 192.168.1.10:21 (Explicit SSL)&lt;br /&gt;
08/10/13 14:12:34, 6523, 74.1.169.178, , hostname resolved : h-74-1-169-178.phlapafg.covad.net&lt;br /&gt;
08/10/13 14:12:34, 6523, 74.1.169.178, , sending welcome message.&lt;br /&gt;
08/10/13 14:12:34, 6523, 74.1.169.178, , 220 Gene6 FTP Server v3.8.0 (Build 34) ready...&lt;br /&gt;
08/10/13 14:12:34, 6523, 74.1.169.178, , AUTH TLS&lt;br /&gt;
08/10/13 14:12:34, 6523, 74.1.169.178, , 234 AUTH command ok; starting SSL connection.&lt;br /&gt;
08/10/13 14:12:34, 6523, 74.1.169.178, , establishing encrypted session&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, , USER mmitchell&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, 331 Password required for mmitchell.&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, PASS ****&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, logged in as &quot;mmitchell&quot;.&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, 230 User mmitchell logged in.&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, PASV&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, 227 Entering Passive Mode (74,205,80,10,19,209)&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, PBSZ 0&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, 200 PBSZ=0&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, PROT P&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, 200 PROT command successful.&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, CWD /&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, change directory &#039;/&#039; -&amp;gt; &#039;Empty://&#039; --&amp;gt; Access allowed.&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, 250 CWD command successful. &quot;/&quot; is current directory.&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, TYPE A&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, 200 Type set to A.&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, PASV&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, 227 Entering Passive Mode (74,205,80,10,19,192)&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, LIST -la&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, 150 Data connection accepted from 74.1.169.178:61319; transfer starting.&lt;br /&gt;
08/10/13 14:12:35, 6523, 74.1.169.178, mmitchell, establishing encrypted session&lt;br /&gt;
08/10/13 14:12:55, 6523, 74.1.169.178, mmitchell, 226 Transfer ok.&lt;br /&gt;
08/10/13 14:12:55, 6523, 74.1.169.178, mmitchell, CWD /&lt;br /&gt;
08/10/13 14:12:55, 6523, 74.1.169.178, mmitchell, change directory &#039;/&#039; -&amp;gt; &#039;Empty://&#039; --&amp;gt; Access allowed.&lt;br /&gt;
08/10/13 14:12:55, 6523, 74.1.169.178, mmitchell, 250 CWD command successful. &quot;/&quot; is current directory.&lt;br /&gt;
08/10/13 14:12:55, 6523, 74.1.169.178, mmitchell, NOOP&lt;br /&gt;
08/10/13 14:12:55, 6523, 74.1.169.178, mmitchell, 200 NOOP command successful.&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, NOOP&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, 200 NOOP command successful.&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, CWD /&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, change directory &#039;/&#039; -&amp;gt; &#039;Empty://&#039; --&amp;gt; Access allowed.&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, 250 CWD command successful. &quot;/&quot; is current directory.&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, TYPE A&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, 200 Type set to A.&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, PASV&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, 227 Entering Passive Mode (74,205,80,10,20,34)&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, CWD /&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, change directory &#039;/&#039; -&amp;gt; &#039;Empty://&#039; --&amp;gt; Access allowed.&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, 250 CWD command successful. &quot;/&quot; is current directory.&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, NOOP&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, 200 NOOP command successful.&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, CWD /&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, change directory &#039;/&#039; -&amp;gt; &#039;Empty://&#039; --&amp;gt; Access allowed.&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, 250 CWD command successful. &quot;/&quot; is current directory.&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, TYPE A&lt;br /&gt;
08/10/13 14:12:56, 6523, 74.1.169.178, mmitchell, 200 Type set to A.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, PASV&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 227 Entering Passive Mode (74,205,80,10,20,18)&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, CWD /&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, change directory &#039;/&#039; -&amp;gt; &#039;Empty://&#039; --&amp;gt; Access allowed.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 250 CWD command successful. &quot;/&quot; is current directory.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, NOOP&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 200 NOOP command successful.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, CWD /&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, change directory &#039;/&#039; -&amp;gt; &#039;Empty://&#039; --&amp;gt; Access allowed.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 250 CWD command successful. &quot;/&quot; is current directory.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, TYPE A&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 200 Type set to A.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, PASV&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 227 Entering Passive Mode (74,205,80,10,20,76)&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, CWD /&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, change directory &#039;/&#039; -&amp;gt; &#039;Empty://&#039; --&amp;gt; Access allowed.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 250 CWD command successful. &quot;/&quot; is current directory.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, NOOP&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 200 NOOP command successful.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, CWD /&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, change directory &#039;/&#039; -&amp;gt; &#039;Empty://&#039; --&amp;gt; Access allowed.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 250 CWD command successful. &quot;/&quot; is current directory.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, TYPE A&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 200 Type set to A.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, PASV&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 227 Entering Passive Mode (74,205,80,10,19,252)&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, CWD /&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, change directory &#039;/&#039; -&amp;gt; &#039;Empty://&#039; --&amp;gt; Access allowed.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 250 CWD command successful. &quot;/&quot; is current directory.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, NOOP&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 200 NOOP command successful.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, CWD /&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, change directory &#039;/&#039; -&amp;gt; &#039;Empty://&#039; --&amp;gt; Access allowed.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 250 CWD command successful. &quot;/&quot; is current directory.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, TYPE A&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 200 Type set to A.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, PASV&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 227 Entering Passive Mode (74,205,80,10,20,26)&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, CWD /&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, change directory &#039;/&#039; -&amp;gt; &#039;Empty://&#039; --&amp;gt; Access allowed.&lt;br /&gt;
08/10/13 14:12:57, 6523, 74.1.169.178, mmitchell, 250 CWD command successful. &quot;/&quot; is current directory.&lt;/p&gt;
&lt;p&gt;I don&#039;t see why Komodo is having a problem listing the directory on a Mac when it does just fine to the same server on a PC. I also tried CyberDuck (ftps client) on the Mac and that program connects fine which is why I think there may be a problem with Komodo.&lt;/p&gt;
</description>
 <pubDate>Mon, 13 Oct 2008 20:22:22 +0100</pubDate>
 <dc:creator>mmitchell_riccagroup</dc:creator>
 <guid isPermaLink="false">comment 6720 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
