# Server-side
data blobb
# Client-side
ftp
Get two FTP files with no remote EPSV support
ftp://%HOSTIP:%FTPPORT/a/path/211 ftp://%HOSTIP:%FTPPORT/a/path/211
REPLY EPSV 500 no such command
data blobb
data blobb
# Verify data after the test has been "shot"
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
CWD a
CWD path
EPSV
PASV
TYPE I
SIZE 211
RETR 211
PASV
SIZE 211
RETR 211
QUIT