summaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
Commit message (Expand)AuthorAgeFilesLines
* 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