FTP # # Server-side # Client-side ftp # tool is what to use instead of 'curl' lib661 Avoid redundant CWDs ftp://%HOSTIP:%FTPPORT/ # # Verify data after the test has been "shot" USER anonymous PASS ftp@example.com PWD CWD /folderA EPSV TYPE I RETR 661 CWD /folderB EPSV RETR 661 QUIT USER anonymous PASS ftp@example.com PWD EPSV TYPE I RETR /folderA/661 CWD /folderB EPSV RETR 661 EPSV RETR /folderA/661 QUIT USER anonymous PASS ftp@example.com PWD SYST QUIT USER anonymous PASS ftp@example.com PWD SYST SYST QUIT