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