# Server-side
foo
# Client-side
ftp
FTP with --ftp-create-dirs (failing CWD)
ftp://%HOSTIP:%FTPPORT/first/dir/here/147 --ftp-create-dirs
REPLY CWD 550 I won't allow this on my server
COUNT CWD 1
# Verify data after the test has been "shot"
# strip all kinds of PORT, EPRT and LPRT curl can do
^PORT 127,0,0,1,.*
^EPRT.*
^LPRT.*
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
CWD first
MKD first
CWD first
CWD dir
CWD here
EPSV
TYPE I
SIZE 147
RETR 147
QUIT