# Server-side data to see that FTP works so does it? # Client-side ftp FTP RETR with ACCT ftp://%HOSTIP:%FTPPORT/228 --ftp-account "one count" REPLY PASS 332 please provide account name REPLY ACCT 230 thank you # Verify data after the test has been "shot" USER anonymous PASS curl_by_daniel@haxx.se ACCT one count PWD EPSV TYPE I SIZE 228 RETR 228 QUIT