Re: [flexcoders] FTP client in AS3?

2006-07-03 Thread Weyert de Boer
Michael Hansen wrote:
>
> I know you can allow XMLSocket access to ports below 1024 using a 
> policy file.
>

No idea, I always take my year of birth as the port number ;-)
>
>  



 Yahoo! Groups Sponsor ~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] FTP client in AS3?

2006-07-03 Thread Weyert de Boer
Hi David,

You need to place this policy file in the root of the domain you want to 
access right? For example, if the ftp server on the other side is also 
running a webserver I can just ask for the crossdomain xml file through 
their webserver to access that server on a different port i.e. 21?

Yours,
Weyert
>
> The only proviso that I can think of is the security sandbox. You can 
> only connect to network resources in the same domain or with a 
> crossdomain policy file allowing the originating domain access.
>
> Getting the crossdomain file from an FTP server could be tricky. I am 
> not certain, but I imagine that would entail running an HTTP or 
> XMLSocket server from the same domain as the FTP server and loading 
> the crossdomain file that way (with Security.loadPolicyFile)
>


 Yahoo! Groups Sponsor ~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] FTP client in AS3?

2006-07-03 Thread Michael Hansen



I know you can allow XMLSocket access to ports below 1024 using a policy file.Is the same true for binary sockets? cheers -mOn 7/3/06, 
David Clark <[EMAIL PROTECTED]> wrote:













  



The only proviso that I can think of is the security sandbox. You can only connect to network resources in the same domain or with a crossdomain policy file allowing the originating domain access.Getting the crossdomain file from an FTP server could be tricky. I am not certain, but I imagine that would entail running an HTTP or XMLSocket  server from the same domain as the FTP server and loading the crossdomain file that way (with 
Security.loadPolicyFile).-- david"Many people die at twenty five and aren't buried until they are seventy five". - Benjamin Franklin

  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] FTP client in AS3?

2006-07-03 Thread David Clark



The only proviso that I can think of is the security sandbox. You can only connect to network resources in the same domain or with a crossdomain policy file allowing the originating domain access.Getting the crossdomain file from an FTP server could be tricky. I am not certain, but I imagine that would entail running an HTTP or XMLSocket  server from the same domain as the FTP server and loading the crossdomain file that way (with 
Security.loadPolicyFile).-- david"Many people die at twenty five and aren't buried until they are seventy five". - Benjamin Franklin

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] FTP client in AS3?

2006-07-03 Thread Weyert de Boer
Does anyone know if it's possible ot make FTP client using the binary 
sockets of Flash 9? I would suppose this is possible, because you only 
to send bytes in binary mode for the FTP protocol, if I recall correctly.


 Yahoo! Groups Sponsor ~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/