FTP
RETR
type=
# Server-side
bla bla bla
# Client-side
ftp
FTP URL with type=a
"ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/143;type=a"
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
CWD /tmp
CWD moo
EPSV
TYPE A
SIZE 143
RETR 143
QUIT