Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: use %TESTNUMBER instead of fixed number | Daniel Stenberg | 2021-03-19 | 1 | -2/+2 |
| | | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738 | ||||
* | FTP tests: enable text-mode for data and datacheck sections | Marc Hoersken | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | Add FTP keywords for a couple of currently keyword-less FTP tests | Fabian Keil | 2012-11-19 | 1 | -0/+6 |
| | |||||
* | ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on | Daniel Stenberg | 2007-02-13 | 1 | -1/+1 |
| | | | | the left side of @ to make it short(er). | ||||
* | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | 2007-01-23 | 1 | -0/+2 |
| | | | | | | 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. | ||||
* | Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE | Daniel Stenberg | 2006-08-19 | 1 | -1/+0 |
| | | | | command on subsequent requests on a re-used connection unless it has to. | ||||
* | David McCreedy brought line end conversions when doing FTP ASCII | Daniel Stenberg | 2006-04-26 | 1 | -11/+13 |
| | | | | transfers. They are done on non-windows systems and translate CRLF to LF. | ||||
* | two more ftp directory re-use tests added | Daniel Stenberg | 2004-12-16 | 1 | -0/+49 |