FTP PASV CWD --ftp-method nocwd # # Server-side bla bla bla # Client-side ftp FTP CWD with --ftp-method nocwd --ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/third/298 # Verify data after the test has been "shot" USER anonymous PASS ftp@example.com PWD EPSV TYPE I SIZE first/second/third/298 RETR first/second/third/298 QUIT