summaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
Commit message (Expand)AuthorAgeFilesLines
* added the ever-present source headerDaniel Stenberg2004-02-261-0/+21
* runtests.pl now provides the srcdir to the ftpserver so that it can passDaniel Stenberg2004-02-261-3/+8
* removed unused stuffDaniel Stenberg2004-01-161-2/+0
* Support COUNT in the control file, to set the number of times the customDaniel Stenberg2003-08-081-0/+12
* oops, committed test code not meant to be hereDaniel Stenberg2003-04-091-4/+0
* MDTM support addedDaniel Stenberg2003-04-091-1/+34
* Modified how we log data to server.input, as we can't keep the file openDaniel Stenberg2003-04-031-6/+13
* log when we've returned verification that we are the test serverDaniel Stenberg2003-04-011-0/+1
* Added support for the RNFR/RNTO commandsDaniel Stenberg2003-04-011-1/+5
* report pid back in the WE ROOLZ messageDaniel Stenberg2003-03-151-3/+7
* support <size>-1</size> to completely disable the SIZE commandDaniel Stenberg2003-02-261-2/+8
* added support for RETRNOSIZE in the control file to tell RETR to notDaniel Stenberg2003-02-261-2/+12
* bail out on crap received, makes test case 402 *NOT* ruin the test seriesDaniel Stenberg2002-12-121-1/+2
* very minor log changeDaniel Stenberg2002-04-041-2/+2
* test case 126 added, this uses RETRWEIRDO that makes the FTP server send twoDaniel Stenberg2001-12-031-8/+27
* EPSV and SIZE adjustmentsDaniel Stenberg2001-11-281-5/+34
* improved functionality for new timeout testsDaniel Stenberg2001-11-021-0/+10
* fixed the REST againDaniel Stenberg2001-09-141-0/+1
* moved lots of the verbose stuff to do logmsg insteadDaniel Stenberg2001-09-131-14/+11
* cleaned up, now closes the listener port in PASV and it doesn't re-use theDaniel Stenberg2001-09-111-22/+29
* supports SIZE nowDaniel Stenberg2001-06-121-5/+12
* adjusted to the new test case formatsDaniel Stenberg2001-05-231-8/+10
* pid files fixes, ftp server already-running-but-no-control checkDaniel Stenberg2001-05-141-1/+1
* new tests, new server invoke systemDaniel Stenberg2001-04-241-1/+9
* talks more on verboseDaniel Stenberg2001-03-051-0/+4
* the custom reply engine was not inited properlyDaniel Stenberg2001-01-221-1/+3
* allows simple custom modifications for single test casesDaniel Stenberg2000-11-271-6/+34
* REST support seems to workDaniel Stenberg2000-11-211-17/+51
* Added support for verifiedserver that returns a static silly string thatDaniel Stenberg2000-11-211-3/+11
* NLST does a LIST (a normal unix ftp client 'ls' becomes NLST)Daniel Stenberg2000-11-211-4/+6
* STOR works!Daniel Stenberg2000-11-211-1/+7
* fancier login textDaniel Stenberg2000-11-211-140/+122
* removed the forks, we don't need forking for single-task testingDaniel Stenberg2000-11-211-66/+11
* flushes the log handles before fork, now the logs work too!Daniel Stenberg2000-11-201-14/+23
* QUIT works, and now I can run a unix ftp client against the server and itDaniel Stenberg2000-11-201-13/+28
* CWD runsDaniel Stenberg2000-11-201-0/+9
* RETR seems to work tooDaniel Stenberg2000-11-201-2/+36
* this is now a working ftp server, both PASV and PORT run fine, LIST works,Daniel Stenberg2000-11-201-46/+139
* this is the first attempt of a tiny and simple ftp server in perl for curlDaniel Stenberg2000-11-201-0/+251