Sunday, September 26, 2010

Simple demo AIR FTP uploader

FTP.zip includes very simple howto implement air ftp uploader.

You should use two sockets (and handlers):
+ control socket
+ check socket

I hope my code may help actionscript develpers.



References (and reuse files or code sections):
FlexFTP http://maliboo.pl/projects/FlexFTP

1 comment:

Unknown said...

thanks for sharing, in my case, i am getting error:530, login authentication failed.
i can use similar account info on fireftp and it works..
do i need to put some crossdomain policy on server ?? or any other ideas??

thanks in advance