2001-06-12 05:12:59 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
data
|
|
|
|
to
|
|
|
|
see
|
|
|
|
that FTP
|
|
|
|
works
|
|
|
|
so does it?
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
2001-06-12 05:12:59 -04:00
|
|
|
<name>
|
|
|
|
FTP user+password in URL and ASCII transfer
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://userdude:passfellow@%HOSTIP:%FTPPORT/103 --use-ascii
|
|
|
|
</command>
|
2001-11-28 08:45:50 -05:00
|
|
|
<file name="log/ftpserver.cmd">
|
|
|
|
REPLY EPSV 500 no such command
|
|
|
|
REPLY SIZE 500 no such command
|
|
|
|
</file>
|
2001-06-12 05:12:59 -04:00
|
|
|
</test>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
USER userdude
|
|
|
|
PASS passfellow
|
|
|
|
PWD
|
2001-11-28 08:45:50 -05:00
|
|
|
EPSV
|
2001-06-12 05:12:59 -04:00
|
|
|
PASV
|
|
|
|
TYPE A
|
2001-11-28 08:45:50 -05:00
|
|
|
SIZE 103
|
2001-06-12 05:12:59 -04:00
|
|
|
RETR 103
|
2004-02-27 02:08:37 -05:00
|
|
|
QUIT
|
2001-06-12 05:12:59 -04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|