Changes between and of Initial VersionVersion 1Ticket #2875
- Timestamp:
- 11/06/2007 11:28:11 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2875 – description
initial v1 1 1 This method is called in response of the CWD command in the ftp server. However the 2 implementations don't check enough things: 2 * the one in ftp just do a listdir() on it3 * the one in vfs in trunk does nothing , and isn't complete by #12642 * the one in ftp just do a listdir() 3 * the one in vfs in trunk does nothing (and isn't totally fixed by #1264) 4 4 5 5 The expected behavior should be documented, tests added, and both implementations fixed.
