Peace! Hi, newbie here, I've searched all 70 messages that had the keyword FTP in this group but so far I have not seen a concrete answer as to the possibility of doing an FTP client program using FLEX/AS3 (not AIR).
Humbly I'd like to ask how we can socket.writeObject or socket.writeMultiByte (after establishing an FTP connection of course) a file that is inside the client's PC? Our problem is that we have a project site that aims to upload 90k number of files (not 90k bytes but 90k number of files). I was aiming to use FileReferenceList but found out that you can only upload using GET/POST functions. Since my server uses open source (PHP) technology, I thought it would be better to transfer the files via FTP (since PHP does have an execution time limit and extending said execution time will bog down the shared server. (oh did I mention they have only one guy uploading all the files? :) ) I've scoured the web for an AS3 solution but so far can't find any... is this thing even possible? (I hope it is) Sincerely, Andrew John Young

