summaryrefslogtreecommitdiff
path: root/tests/data/test348
Commit message (Collapse)AuthorAgeFilesLines
* ftp: make a 552 response return CURLE_REMOTE_DISK_FULLDaniel Stenberg2020-09-261-0/+61
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 Closes #6017