summaryrefslogtreecommitdiff
path: root/tests/FILEFORMAT.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-25 17:13:42 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-25 17:19:17 +0200
commit6eb9abd43cafbde1d4da3035dfd4f47f50c522d0 (patch)
treec7b3b24b156ad34bcb4b932b216f6b957811adc5 /tests/FILEFORMAT.md
parent11522d7292496455bc992aa3f8274ced2edab772 (diff)
downloadcurl-bagder/ftp-remote-disk-full.tar.gz
ftp: make a 552 response return CURLE_REMOTE_DISK_FULLbagder/ftp-remote-disk-full
Added test 348 to verify. Added a 'STOR' command to the test FTP server to enable test 348. Documented the command in FILEFORMAT.md Reported-by: Duncan Wilcox Fixes #6016
Diffstat (limited to 'tests/FILEFORMAT.md')
-rw-r--r--tests/FILEFORMAT.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md
index c8f7e8391..4cbe8e372 100644
--- a/tests/FILEFORMAT.md
+++ b/tests/FILEFORMAT.md
@@ -237,6 +237,7 @@ about to issue.
POP3 `CAPA` and SMTP `EHLO` commands
- `AUTH [mechanisms]` - Enables support for SASL authentication and specifies
a list of space separated mechanisms for IMAP, POP3 and SMTP
+- `STOR [num]` respond with this instead of a 226 after `STOR`
#### For HTTP/HTTPS