Inet.ftp and AS3
Hello =)
Do you know if it's possible to use Inet.ftp in as3 ?
I tried this code :
import SWFKit.*;
import SWFKit.application.*;
import SWFKit.inet.*;
....
var inet:Inet=new Inet();
var ftp = inet.openFtp("ftp://exoa.fr","21","LOGIN","PASS");
ftp.connect();
Flash returns that ftp is null
Can someone help me a little ?
Thank's a lot =))
|