FTP PORT RETR no SIZE # Server-side data to see that FTP works so does it? REPLY SIZE 502 no such command REPLY EPRT 502 no such command # Client-side ftp FTP PORT without SIZE or EPRT support ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -P - # Verify data after the test has been "shot" s/^(EPRT \|1\|)(\S*)/$1/ s/^(PORT) *(\S*)/$1/ USER anonymous PASS ftp@example.com PWD EPRT |1| PORT TYPE I SIZE %TESTNUMBER RETR %TESTNUMBER QUIT