Check out the FileReference class. It has a download() method that can be passed a URLRequest.
-Julian ________________________________ From: Matthew <[email protected]> To: [email protected] Sent: Tue, November 24, 2009 9:30:14 AM Subject: [flexcoders] byteStream to .txt file Hi - I'm working with a Java developer and trying to figure out how to download files off a server. Because the server doesn't accept HTTP requests (only FTP), I can't link to the file. The Java developer wants to send the file to me as a byteStream. Is this possible? How do I transform that to a .txt file? Is there a better solution? Thanks for any tips. Matt

