# # For this test the server rejects the EPRT command # and code in lib589 makes use of curl_multi_timeout() # FTP PORT STOR multi EPRT refused # Server-side REPLY EPRT 500 we don't like EPRT now # Client-side ftp lib589 FTP PORT upload using multi interface timeout, EPRT doesn't work ftp://%HOSTIP:%FTPPORT/path/589 log/upload589 Moooooooooooo for 589 upload this # Verify data after the test has been "shot" # Strip off parts of the PORT and EPRT commands that might differ s/^PORT (.*)/PORT/ s/^EPRT \|1\|(.*)/EPRT \|1\|/ USER anonymous PASS ftp@example.com PWD CWD path EPRT |1| PORT TYPE I STOR 589 QUIT Moooooooooooo for 589 upload this