Age | Commit message (Collapse) | Author |
|
Previously LIST always returned a fixed hardcoded list that the ftp
server code knew about, mostly since the server didn't get any test case
number in the LIST scenario. Starting now, doing a CWD to a directory
named test-[number] will make the test server remember that number and
consider it a test case so that a subsequent LIST command will send the
<data> section of that test case back.
It allows LIST tests to be made more similar to how all other tests
work.
Test 100 was updated to provide its own directory listing.
|
|
directly to ftpserver.cmd and removing unneeded empty sections.
|
|
the left side of @ to make it short(er).
|
|
are not, due mainly to the lack of support for XML character entities
(e.g. & => & ). This will make it easier to validate test files using
tools like xmllint, as well as edit and view them using XML tools.
|
|
transfers. They are done on non-windows systems and translate CRLF to LF.
|
|
|
|
|
|
it disconnects the TCP connection, like a good ftp client should!
|
|
test number.
|
|
|
|
|