<?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: Flex FTP Make Directory</title>
	<atom:link href="http://blog.ansuz.nl/index.php/2010/08/18/flex-ftp-make-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ansuz.nl/index.php/2010/08/18/flex-ftp-make-directory/</link>
	<description>Flash Developer</description>
	<lastBuildDate>Mon, 30 Apr 2012 15:34:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Wijnand</title>
		<link>http://blog.ansuz.nl/index.php/2010/08/18/flex-ftp-make-directory/comment-page-1/#comment-8923</link>
		<dc:creator>Wijnand</dc:creator>
		<pubDate>Mon, 30 Apr 2012 15:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ansuz.nl/?p=243#comment-8923</guid>
		<description>Hi,

Thanks for commenting! :)

I think you have to add &#039;public static const MKD:String = &quot;MKD&quot;;&#039; to the list of commands in pl.maliboo.ftp.Commands. 
In my &#039;dirCreatedHandler&#039; method I just have a trace statement and a call to another method that is specific to my app, the method signature looks like this:
&#039;private function dirCreatedHandler(event:FTPEvent):void&#039;

Hope this helps,

Wijnand.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for commenting! <img src='http://blog.ansuz.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I think you have to add &#8216;public static const MKD:String = &#8220;MKD&#8221;;&#8217; to the list of commands in pl.maliboo.ftp.Commands.<br />
In my &#8216;dirCreatedHandler&#8217; method I just have a trace statement and a call to another method that is specific to my app, the method signature looks like this:<br />
&#8216;private function dirCreatedHandler(event:FTPEvent):void&#8217;</p>
<p>Hope this helps,</p>
<p>Wijnand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasil</title>
		<link>http://blog.ansuz.nl/index.php/2010/08/18/flex-ftp-make-directory/comment-page-1/#comment-8761</link>
		<dc:creator>Vasil</dc:creator>
		<pubDate>Fri, 27 Apr 2012 11:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ansuz.nl/?p=243#comment-8761</guid>
		<description>Hi, nice example, but i have some problems when i&#039;m tring it to my app:

1) At &quot;MakeDirInv.as&quot; str 38:
override protected function startSequence():void 
{
sendCommand( new FTPCommand(Commands.MKD, parentDir + newDirName) );
}

I have error massage about &quot;MKD&quot;

2) When I add EventListener, i haven&#039;t &quot;dirCreatedHandler&quot;

client.addEventListener(FTPEvent.CREATE_DIR, dirCreatedHandler);

can u show dirCreatedHandler funk?

3) Can u add to blog full app, with can create folder no server? it will be perfect to dounload working example to understand how it works

Thank U!</description>
		<content:encoded><![CDATA[<p>Hi, nice example, but i have some problems when i&#8217;m tring it to my app:</p>
<p>1) At &#8220;MakeDirInv.as&#8221; str 38:<br />
override protected function startSequence():void<br />
{<br />
sendCommand( new FTPCommand(Commands.MKD, parentDir + newDirName) );<br />
}</p>
<p>I have error massage about &#8220;MKD&#8221;</p>
<p>2) When I add EventListener, i haven&#8217;t &#8220;dirCreatedHandler&#8221;</p>
<p>client.addEventListener(FTPEvent.CREATE_DIR, dirCreatedHandler);</p>
<p>can u show dirCreatedHandler funk?</p>
<p>3) Can u add to blog full app, with can create folder no server? it will be perfect to dounload working example to understand how it works</p>
<p>Thank U!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

