Hi
I am building an Adobe AIR app and integrated an FTP client for file transfers. But I found out that maximum file upload size is 100 MB. I need to transfer bigger files. Any suggestions or workarounds?
Hi
I am building an Adobe AIR app and integrated an FTP client for file transfers. But I found out that maximum file upload size is 100 MB. I need to transfer bigger files. Any suggestions or workarounds?
If you're using AIR, then use AIR 2.0's ability to launch native processes and use a command line client to do the file transfers.
Where did you get an AIR / lex based FTP client? I know there was an open source project ( http://maliboo.pl/projects/FlexFTP/ ). but I understood that the platform limited your ability to give feedback to the user about how much was uploaded. This would be a bit of a nightmare when dealing with large files. Has that problem been addressed? Or is there a work around?