FTP
PASV
LIST
NOBODY
#
# Server-side
# When doing LIST, we get the default list output hard-coded in the test
# FTP server
#
# Client-side
ftp
FTP dir list PASV with -I
ftp://%HOSTIP:%FTPPORT/1000/ -I
#
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
CWD 1000
QUIT