Opened 17 years ago
Last modified 17 years ago
#1517 closed Patch
Stratus VOS listing support
Reported by: | eespejo | Owned by: | Tim Kosse |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | eespejo, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
This is a patch for Stratus VOS. I've tested it in my own servers, sadly I can't find any public VOS Server for testing but you can see some documentation here http://stratadoc.stratus.com/vos/16.2.0/r098-13/wwhelp/wwhimpl/js/html/wwhelp.htm?context=r098-13&file=lr098-13c.html
Attachments (1)
Change History (3)
by , 17 years ago
comment:1 by , 17 years ago
Pleaes fix the following issues with your patch:
- parseAsVOS gets called even before ParseAsUnix. Any reason why it isn't put to the end since it's an exotic format?
- If first token has a length of 8, it indicates entry is a link. But there's no example what first token could be. Be more stringent, don't just accept all possible 8 byte sequences.
- Doesn't check for valid dates, would accept 9999-9999-9999 as valid date
- Same goes for time
In addition, your patch only applied to the outdated 2.x branch of FileZilla. Please update this patch so that it applies against FileZilla 3 CVS HEAD. Last but not least, update tests/dirparsertest.cpp
comment:2 by , 17 years ago
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
patch