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