If you want to help make Chromium better, read on. You probably know we're developing a new FTP stack: http://blog.chromium.org/2009/09/new-ftp-implementation-goes-live.html Currently we're using directory listing parsing routines from Mozilla, but the code is written in a very low-level style, which increases the possibility that there are security holes in it, or even just crashing bugs. On the other hand, it can parse a huge variety of directory listing styles.
I have a brave plan to rewrite that code. The problem is, it'd be nice to test against real servers. /bin/ls, Windows, and /bin/dls formats are quite common, but there is also VMS, IBM z/VM, SuperTCP, Chameleon, and possibly others. If you know about an anonymous server which is running one of the software listed below, please consider sharing this information: - VMS - /bin/dls listing style - IBM VM/CMS, VM/ESA, z/VM kind of server - OS/2 FTP Server - SuperTCP, NetManage Chameleon, win16 (?) - WindowsNT configured for DOS style listing More than one example of even type won't hurt - just the opposite. Often there are subtle variations. --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
