# Server-side
REPLY CWD 550 I won't allow this on my server
REPLY MKD 550 We will have no such thing
# Client-side
ftp
FTP with --ftp-create-dirs (failing MKD)
ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/148 --ftp-create-dirs
# Verify data after the test has been "shot"
# Strip all valid kinds of PORT and EPRT that curl can send
^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
9
USER anonymous
PASS ftp@example.com
PWD
CWD attempt
MKD attempt
QUIT