Hi all,
I spent the weekend working on an FTP Socket based on AS3’s cool new Binary Sockets and was wondering if anyone else has done anything similar?
It was prompted from gotoAndLearns binary socket tutorial http://www.gotoandlearn.com/player.php?id=69 he was using a binary socket to connect to a POP3 mail server, so I decided to get a binary socket connecting to an FTP server.
I can connect, even pass my username and password and log in, but it doesn’t seem to return the active connection response?
Has anyone on kirupa built or seen tutorial on creating a basic ftp program using the basic protocols? I’m actually at work and I could post my current FTPSocket class on this post tonight if anyone things that would help to look over?