Hi all.

I'm thinking about the possibility of developing a Flash application that would be able to make file uploads and downloads to a specified FTP server (i.e.: NOT the server where the flash application is hosted) directly to/from the user's PC.

I've used the FileReference object before to upload files remotely, but in this case what I want to do is to specifically measure the speed/performance of the connection (hi speedtest!) when used against a particular FTP server, which is the reason why I need to be able to transfer the file directly from the user's PC to the destination FTP server without any "intermediate" places.

Is there any way to do this in Flash?

Thanks in advance.