aboutsummaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
AgeCommit message (Expand)Author
2003-08-08Support COUNT in the control file, to set the number of times the customDaniel Stenberg
2003-04-09oops, committed test code not meant to be hereDaniel Stenberg
2003-04-09MDTM support addedDaniel Stenberg
2003-04-03Modified how we log data to server.input, as we can't keep the file openDaniel Stenberg
2003-04-01log when we've returned verification that we are the test serverDaniel Stenberg
2003-04-01Added support for the RNFR/RNTO commandsDaniel Stenberg
2003-03-15report pid back in the WE ROOLZ messageDaniel Stenberg
2003-02-26support <size>-1</size> to completely disable the SIZE commandDaniel Stenberg
2003-02-26added support for RETRNOSIZE in the control file to tell RETR to notDaniel Stenberg
2002-12-12bail out on crap received, makes test case 402 *NOT* ruin the test seriesDaniel Stenberg
2002-04-04very minor log changeDaniel Stenberg
2001-12-03test case 126 added, this uses RETRWEIRDO that makes the FTP server send twoDaniel Stenberg
2001-11-28EPSV and SIZE adjustmentsDaniel Stenberg
2001-11-02improved functionality for new timeout testsDaniel Stenberg
2001-09-14fixed the REST againDaniel Stenberg
2001-09-13moved lots of the verbose stuff to do logmsg insteadDaniel Stenberg
2001-09-11cleaned up, now closes the listener port in PASV and it doesn't re-use theDaniel Stenberg
2001-06-12supports SIZE nowDaniel Stenberg
2001-05-23adjusted to the new test case formatsDaniel Stenberg
2001-05-14pid files fixes, ftp server already-running-but-no-control checkDaniel Stenberg
2001-04-24new tests, new server invoke systemDaniel Stenberg
2001-03-05talks more on verboseDaniel Stenberg
2001-01-22the custom reply engine was not inited properlyDaniel Stenberg
2000-11-27allows simple custom modifications for single test casesDaniel Stenberg
2000-11-21REST support seems to workDaniel Stenberg
2000-11-21Added support for verifiedserver that returns a static silly string thatDaniel Stenberg
2000-11-21NLST does a LIST (a normal unix ftp client 'ls' becomes NLST)Daniel Stenberg
2000-11-21STOR works!Daniel Stenberg
2000-11-21fancier login textDaniel Stenberg
2000-11-21removed the forks, we don't need forking for single-task testingDaniel Stenberg
2000-11-20flushes the log handles before fork, now the logs work too!Daniel Stenberg
2000-11-20QUIT works, and now I can run a unix ftp client against the server and itDaniel Stenberg
2000-11-20CWD runsDaniel Stenberg
2000-11-20RETR seems to work tooDaniel Stenberg
2000-11-20this is now a working ftp server, both PASV and PORT run fine, LIST works,Daniel Stenberg
2000-11-20this is the first attempt of a tiny and simple ftp server in perl for curlDaniel Stenberg