From 0992e391ba9e275bc83070e205de6cd4af2af68a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 23 Sep 2006 20:39:34 +0000 Subject: filled in some docs for the FTP server control commands --- tests/FILEFORMAT | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'tests/FILEFORMAT') diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index b4033794f..594addb13 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -74,14 +74,24 @@ reply is sent Special-commands for the server. For FTP, these are supported: -REPLY -COUNT -DELAY +REPLY [command] [return value] [response string] + - Changes how the server responds to the [command] +COUNT [command] [num] + - Do the REPLY change for [command] only [num] times and then go back to the + built-in approach +DELAY [command] [secs] + - Delay responding to this command for the given time RETRWEIRDO + - Enable the "weirdo" RETR case when multiple response lines appear at once + when a file is transfered RETRNOSIZE + - Make sure the RETR response doesn't contain the size of the file NOSAVE + - Don't actually save what is received SLOWDOWN + - Send FTP responses with 0.1 sec delay between each byte PASVBADIP - makes PASV send back an illegal IP in its 227 response + - Send back a bad IP in the PASV response For HTTP: auth_required - if this is set and a POST/PUT is made without auth, the -- cgit v1.2.3