diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-09-08 21:17:47 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-09-08 21:45:36 +0100 |
commit | 28427b408326a1e96fa40bedd48fc8d7d242e724 (patch) | |
tree | d2faa92c301f703b2fcaa8708f2ed3b5c950b9cf /tests/FILEFORMAT | |
parent | 131649a1217c8653f54850645da56d3b559e7309 (diff) |
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.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 3 |
1 files changed, 3 insertions, 0 deletions
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 |