Comment #12 on issue 1112 by modrobert: Exe's downloads fail with FTP. http://code.google.com/p/chromium/issues/detail?id=1112
For the same reasons you disable directory/file listing on a HTTP server you do it on a FTP server by excluding the LIST command, this is common practice. As mentioned previously, use SIZE instead of LIST to solve this problem. Also, might be a good idea to interpret the numbered FTP server responses properly, without assuming "web page not found" as a general reason for all type of errors. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
