2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2012-11-19 11:32:29 -05:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2003-04-03 08:39:36 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
# tool is what to use instead of 'curl'
|
|
|
|
<tool>
|
|
|
|
lib505
|
|
|
|
</tool>
|
|
|
|
|
|
|
|
<name>
|
|
|
|
FTP upload with rename after transfer
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/505 log/upload505
|
|
|
|
</command>
|
|
|
|
<file name="log/upload505">
|
|
|
|
Contents
|
|
|
|
of
|
|
|
|
a file
|
|
|
|
to verify
|
|
|
|
ftp
|
|
|
|
upload
|
|
|
|
|
|
|
|
|
|
|
|
works?
|
|
|
|
</file>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<upload>
|
|
|
|
Contents
|
|
|
|
of
|
|
|
|
a file
|
|
|
|
to verify
|
|
|
|
ftp
|
|
|
|
upload
|
|
|
|
|
|
|
|
|
|
|
|
works?
|
|
|
|
</upload>
|
2004-02-27 02:08:37 -05:00
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-13 17:50:16 -05:00
|
|
|
PASS ftp@example.com
|
2004-02-27 02:08:37 -05:00
|
|
|
PWD
|
|
|
|
EPSV
|
|
|
|
TYPE I
|
|
|
|
STOR 505
|
|
|
|
RNFR 505
|
|
|
|
RNTO 505-forreal
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
2003-04-03 08:39:36 -05:00
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|