From 28427b408326a1e96fa40bedd48fc8d7d242e724 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 8 Sep 2013 21:17:47 +0100 Subject: ftpserver: Reworked CAPA support to allow for specifying the capabilities Renamed SUPPORTCAPA to CAPA and added support for specifying a list of supported capabilities to return to the client. Additionally added the directive to the FILEFORMAT document. --- tests/FILEFORMAT | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/FILEFORMAT') diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index afb959edd..f5a23abb8 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -125,6 +125,9 @@ SLOWDOWN - Send FTP responses with 0.01 sec delay between each byte PASVBADIP - makes PASV send back an illegal IP in its 227 response +CAPA [capabilities] + - Enables support for and specifies a list of space separated capabilities to + return to the client for the IMAP CAPABILITY and POP3 CAPA commands For HTTP/HTTPS: auth_required if this is set and a POST/PUT is made without auth, the -- cgit v1.2.3