aboutsummaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
AgeCommit message (Collapse)Author
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
NLST sends an NLST-looking list renamed the upload file
2000-11-21Added support for verifiedserver that returns a static silly string thatDaniel Stenberg
allows the test script to verify that it is our test server running on the particular port
2000-11-21NLST does a LIST (a normal unix ftp client 'ls' becomes NLST)Daniel Stenberg
multiple transfers are supported
2000-11-21STOR works!Daniel Stenberg
2000-11-21fancier login textDaniel Stenberg
removed lots of wasted comments cleaned up a little STOR doesn't work
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
runs pretty good
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
RETR and STORE don't
2000-11-20this is the first attempt of a tiny and simple ftp server in perl for curlDaniel Stenberg
test purposes