# Server-side this is file contents # Client-side ftp persistant FTP with different paths ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146 # Verify data after the test has been "shot" # strip all kinds of PORT, EPRT and LPRT curl can do ^PORT 127,0,0,1,.* ^EPRT.* ^LPRT.* USER anonymous PASS curl_by_daniel@haxx.se PWD CWD first CWD dir CWD here EPSV TYPE I SIZE 146 RETR 146 CWD /nowhere/anywhere EPSV TYPE I SIZE 146 RETR 146 QUIT