<?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>Komentarze do: Apollo FTP update</title>
	<atom:link href="http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/</link>
	<description>Po prostu kulsko!</description>
	<lastBuildDate>Wed, 25 Nov 2009 22:59:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Autor: Sue</title>
		<link>http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/comment-page-1/#comment-15433</link>
		<dc:creator>Sue</dc:creator>
		<pubDate>Tue, 17 Jun 2008 14:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/#comment-15433</guid>
		<description>Hi mali,

I&#039;m not so familiar with Adobe air.
Although i tried to get your ftpClient started in Flex 3. 
But I got this error:

TypeError: Error #1009: Der Zugriff auf eine Eigenschaft oder eine Methode eines null-Objektverweises ist nicht möglich.
	at pl.maliboo.ftp.invokers::UploadInv/responseHandler()[C:\Dokumente und Einstellungen\Pei Sei\Eigene Dateien\Testing\SawubonaWidget2\src\pl\maliboo\ftp\invokers\UploadInv.as:87]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at pl.maliboo.ftp.core::FTPClient/handleData()[C:\Dokumente und Einstellungen\Pei Sei\Eigene Dateien\Testing\SawubonaWidget2\src\pl\maliboo\ftp\core\FTPClient.as:148]

Any idea?

Thx!</description>
		<content:encoded><![CDATA[<p>Hi mali,</p>
<p>I&#8217;m not so familiar with Adobe air.<br />
Although i tried to get your ftpClient started in Flex 3.<br />
But I got this error:</p>
<p>TypeError: Error #1009: Der Zugriff auf eine Eigenschaft oder eine Methode eines null-Objektverweises ist nicht möglich.<br />
	at pl.maliboo.ftp.invokers::UploadInv/responseHandler()[C:\Dokumente und Einstellungen\Pei Sei\Eigene Dateien\Testing\SawubonaWidget2\src\pl\maliboo\ftp\invokers\UploadInv.as:87]<br />
	at flash.events::EventDispatcher/dispatchEventFunction()<br />
	at flash.events::EventDispatcher/dispatchEvent()<br />
	at pl.maliboo.ftp.core::FTPClient/handleData()[C:\Dokumente und Einstellungen\Pei Sei\Eigene Dateien\Testing\SawubonaWidget2\src\pl\maliboo\ftp\core\FTPClient.as:148]</p>
<p>Any idea?</p>
<p>Thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: steve</title>
		<link>http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/comment-page-1/#comment-14936</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Tue, 20 May 2008 16:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/#comment-14936</guid>
		<description>i think there&#039;s a problem with the parseFromListEntry method in FTPFile.as

I have a few folders with spaces in them and the parser returns the folder name with only the first word of the folder name ( i.e. &quot;My Folder&quot; is named &quot;My&quot; and is missing the word &quot;Folder&quot; in the directory listing )

line #57 reads : var name:String = fields[8];

i think it should be :

var name:String=&quot;&quot;;for( var i:int = 8; i &lt; fields.length; i++ ) name+= (fields[i]+((i!=fields.length-1)?&quot; &quot;:&quot;&quot;));</description>
		<content:encoded><![CDATA[<p>i think there&#8217;s a problem with the parseFromListEntry method in FTPFile.as</p>
<p>I have a few folders with spaces in them and the parser returns the folder name with only the first word of the folder name ( i.e. &#8222;My Folder&#8221; is named &#8222;My&#8221; and is missing the word &#8222;Folder&#8221; in the directory listing )</p>
<p>line #57 reads : var name:String = fields[8];</p>
<p>i think it should be :</p>
<p>var name:String=&#8221;";for( var i:int = 8; i &lt; fields.length; i++ ) name+= (fields[i]+((i!=fields.length-1)?&#8221; &#8222;:&#8221;"));</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Arnaud</title>
		<link>http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/comment-page-1/#comment-1724</link>
		<dc:creator>Arnaud</dc:creator>
		<pubDate>Wed, 04 Jul 2007 21:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/#comment-1724</guid>
		<description>Hi tere,

First, thank you very much for this great work !
I have a problem with a small xml file that I need to upload

Here is the file



and here is the error :
Error: Error #2030: Fin de fichier détectée. (EOF detected)
	at flash.filesystem::FileStream/readBytes()
	at pl.maliboo.ftp.invokers::UploadInv/::sendData()
	at Function/http://adobe.com/AS3/2006/builtin::apply()
	at ()
	at flash.utils::SetIntervalTimer/flash.utils:SetIntervalTimer::onTimer()[C:\Documents and Settings\acrorel\Local Settings\Temp\aslibc-28157\SetIntervalTimer.as:32]
	at flash.utils::Timer/flash.utils:Timer::_timerDispatch()
	at flash.utils::Timer/flash.utils:Timer::tick()[C:\Documents and Settings\acrorel\Local Settings\Temp\aslibc-28157\Timer.as:158]

Same error with some other xml files.
My client config : WinXP, Flex 3 and AIR beta
And no idea of the ftp server config :/

Would you have any idea to solve this issue ?

Thanks !</description>
		<content:encoded><![CDATA[<p>Hi tere,</p>
<p>First, thank you very much for this great work !<br />
I have a problem with a small xml file that I need to upload</p>
<p>Here is the file</p>
<p>and here is the error :<br />
Error: Error #2030: Fin de fichier détectée. (EOF detected)<br />
	at flash.filesystem::FileStream/readBytes()<br />
	at pl.maliboo.ftp.invokers::UploadInv/::sendData()<br />
	at Function/http://adobe.com/AS3/2006/builtin::apply()<br />
	at ()<br />
	at flash.utils::SetIntervalTimer/flash.utils:SetIntervalTimer::onTimer()[C:\Documents and Settings\acrorel\Local Settings\Temp\aslibc-28157\SetIntervalTimer.as:32]<br />
	at flash.utils::Timer/flash.utils:Timer::_timerDispatch()<br />
	at flash.utils::Timer/flash.utils:Timer::tick()[C:\Documents and Settings\acrorel\Local Settings\Temp\aslibc-28157\Timer.as:158]</p>
<p>Same error with some other xml files.<br />
My client config : WinXP, Flex 3 and AIR beta<br />
And no idea of the ftp server config :/</p>
<p>Would you have any idea to solve this issue ?</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: OrtOfOn</title>
		<link>http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/comment-page-1/#comment-1293</link>
		<dc:creator>OrtOfOn</dc:creator>
		<pubDate>Tue, 12 Jun 2007 13:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/#comment-1293</guid>
		<description>Ok I fixed the bug.

It is because you don&#039;t handle the FTP code 125 &#039;Data connection already open; Transfer starting.&#039; in the pl.maliboo.ftp.invokers::DownloadInv Class</description>
		<content:encoded><![CDATA[<p>Ok I fixed the bug.</p>
<p>It is because you don&#8217;t handle the FTP code 125 &#8216;Data connection already open; Transfer starting.&#8217; in the pl.maliboo.ftp.invokers::DownloadInv Class</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: OrtOfOn</title>
		<link>http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/comment-page-1/#comment-1239</link>
		<dc:creator>OrtOfOn</dc:creator>
		<pubDate>Sun, 10 Jun 2007 07:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/#comment-1239</guid>
		<description>Same thing here... it happens with IIS FTP Server and with every FTPCommand I try to execute.
Can you fix it maliboo ?? :) 
I really need it !!! :)

220 Microsoft FTP Service
	USER admiror
331 Password required for admiror.
	PASS *****
230 User admiror logged in.
	CWD admirorcentral
250 CWD command successful.
	PWD 
257 &quot;/admirorcentral&quot; is current directory.
	TYPE I 
200 Type set to I.
	PASV 
227 Entering Passive Mode (85,119,240,231,7,159).
	RETR pc_gamme_688x680_12sec.swf
Error: Invoke error(Data connection already open; Transfer starting.)
	at pl.maliboo.ftp.invokers::DownloadInv/pl.maliboo.ftp.invokers:DownloadInv::responseHandler()[D:\Flex2\Ad-MirorPlayer\pl\maliboo\ftp\invokers\DownloadInv.as:72]
	at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()[C:\Documents and Settings\acrorel\Local Settings\Temp\aslibc-26332\EventDispatcher.as:184]
	at pl.maliboo.ftp.core::FTPClient/pl.maliboo.ftp.core:FTPClient::handleData()[D:\Flex2\Ad-MirorPlayer\pl\maliboo\ftp\core\FTPClient.as:150]
125 Data connection already open; Transfer starting.</description>
		<content:encoded><![CDATA[<p>Same thing here&#8230; it happens with IIS FTP Server and with every FTPCommand I try to execute.<br />
Can you fix it maliboo ?? :)<br />
I really need it !!! :)</p>
<p>220 Microsoft FTP Service<br />
	USER admiror<br />
331 Password required for admiror.<br />
	PASS *****<br />
230 User admiror logged in.<br />
	CWD admirorcentral<br />
250 CWD command successful.<br />
	PWD<br />
257 &#8222;/admirorcentral&#8221; is current directory.<br />
	TYPE I<br />
200 Type set to I.<br />
	PASV<br />
227 Entering Passive Mode (85,119,240,231,7,159).<br />
	RETR pc_gamme_688x680_12sec.swf<br />
Error: Invoke error(Data connection already open; Transfer starting.)<br />
	at pl.maliboo.ftp.invokers::DownloadInv/pl.maliboo.ftp.invokers:DownloadInv::responseHandler()[D:\Flex2\Ad-MirorPlayer\pl\maliboo\ftp\invokers\DownloadInv.as:72]<br />
	at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()<br />
	at flash.events::EventDispatcher/dispatchEvent()[C:\Documents and Settings\acrorel\Local Settings\Temp\aslibc-26332\EventDispatcher.as:184]<br />
	at pl.maliboo.ftp.core::FTPClient/pl.maliboo.ftp.core:FTPClient::handleData()[D:\Flex2\Ad-MirorPlayer\pl\maliboo\ftp\core\FTPClient.as:150]<br />
125 Data connection already open; Transfer starting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: maliboo</title>
		<link>http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/comment-page-1/#comment-756</link>
		<dc:creator>maliboo</dc:creator>
		<pubDate>Fri, 11 May 2007 16:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/#comment-756</guid>
		<description>@seth: To nie PHP;) Nie ma limitow, poza tymi ktore wyznacza sam Apollo. Zajrzyj w klase pl.maliboo.ftp.invokers::UploadInv

@Pepe: Strange. It&#039;s happens right after connection and login? Or you&#039;ve made dome actions before it. When I get IIS based server I&#039;ll check it out.</description>
		<content:encoded><![CDATA[<p>@seth: To nie PHP;) Nie ma limitow, poza tymi ktore wyznacza sam Apollo. Zajrzyj w klase pl.maliboo.ftp.invokers::UploadInv</p>
<p>@Pepe: Strange. It&#8217;s happens right after connection and login? Or you&#8217;ve made dome actions before it. When I get IIS based server I&#8217;ll check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Pepe</title>
		<link>http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/comment-page-1/#comment-755</link>
		<dc:creator>Pepe</dc:creator>
		<pubDate>Fri, 11 May 2007 16:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/#comment-755</guid>
		<description>I got an error when it connect to host(IIS of Windows XP).

Wysylam: PASV 
	227 Entering Passive Mode (127,0,0,1,6,157).
Wysylam: LIST 
	125 Data connection already open; Transfer starting.
226 Transfer complete.
Error: Invoke error(Data connection already open; Transfer starting.
226 Transfer complete.)
	at pl.maliboo.ftp.invokers::ListInv/pl.maliboo.ftp.invokers:ListInv::responseHandler() [C:\Flex201JP\ws_apollo\FlexFTP\pl\maliboo\ftp\invokers\ListInv.as:56]</description>
		<content:encoded><![CDATA[<p>I got an error when it connect to host(IIS of Windows XP).</p>
<p>Wysylam: PASV<br />
	227 Entering Passive Mode (127,0,0,1,6,157).<br />
Wysylam: LIST<br />
	125 Data connection already open; Transfer starting.<br />
226 Transfer complete.<br />
Error: Invoke error(Data connection already open; Transfer starting.<br />
226 Transfer complete.)<br />
	at pl.maliboo.ftp.invokers::ListInv/pl.maliboo.ftp.invokers:ListInv::responseHandler() [C:\Flex201JP\ws_apollo\FlexFTP\pl\maliboo\ftp\invokers\ListInv.as:56]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: seth</title>
		<link>http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/comment-page-1/#comment-752</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Fri, 11 May 2007 13:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/#comment-752</guid>
		<description>W jaki sposob podchodzi apollo do uploadu plikow? Jest tez limitowany przez php.ini?</description>
		<content:encoded><![CDATA[<p>W jaki sposob podchodzi apollo do uploadu plikow? Jest tez limitowany przez php.ini?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: maliboo</title>
		<link>http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/comment-page-1/#comment-750</link>
		<dc:creator>maliboo</dc:creator>
		<pubDate>Thu, 10 May 2007 21:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/#comment-750</guid>
		<description>No to osobnym kanalem moge sie podlaczac osobnym klientem i pobierac wielkosc tyz ;)</description>
		<content:encoded><![CDATA[<p>No to osobnym kanalem moge sie podlaczac osobnym klientem i pobierac wielkosc tyz ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: MaW</title>
		<link>http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/comment-page-1/#comment-747</link>
		<dc:creator>MaW</dc:creator>
		<pubDate>Thu, 10 May 2007 21:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://maliboo.pl/blog/2007/05/10/apollo-ftp-update/#comment-747</guid>
		<description>Mali nie płacz, zawsze zostaje Ci metoda &quot;na trzeciego&quot; - osobnym kanałem sprawdzasz przez skrypt na serwerze, ile bajtów w danym pliku już się przegrało :)

maw</description>
		<content:encoded><![CDATA[<p>Mali nie płacz, zawsze zostaje Ci metoda &#8222;na trzeciego&#8221; &#8211; osobnym kanałem sprawdzasz przez skrypt na serwerze, ile bajtów w danym pliku już się przegrało :)</p>
<p>maw</p>
]]></content:encoded>
	</item>
</channel>
</rss>

