summaryrefslogtreecommitdiff
path: root/tests/data/test228
Commit message (Collapse)AuthorAgeFilesLines
* Removed some erroneous "compressed" key wordsDan Fandrich2010-02-091-1/+0
|
* Various test file cleanups, including using <servercmd> instead of writingDan Fandrich2007-04-181-4/+4
| | | | directly to ftpserver.cmd and removing unneeded empty sections.
* ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' onDaniel Stenberg2007-02-131-1/+1
| | | | the left side of @ to make it short(er).
* Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich2007-01-231-0/+2
| | | | | | are not, due mainly to the lack of support for XML character entities (e.g. & => &amp; ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
* added keywordsDaniel Stenberg2005-05-211-0/+7
|
* Ian Ford asked about support for the FTP command ACCT, and I discovered it isDaniel Stenberg2005-01-251-0/+44
present in RFC959... so now (lib)curl supports it as well. --ftp-account and CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account string after PASS have been sent away. The client responds with "ACCT [account string]".) Added test case 228 and 229 to verify the functionality. Updated the test FTP server to support ACCT somewhat.