mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
test case 121
This commit is contained in:
parent
3d6fcbf97b
commit
d830f10417
@ -55,4 +55,5 @@ error111.txt name16.txt prot7.txt \
|
||||
command26.txt prot26.txt command27.txt prot27.txt \
|
||||
name26.txt reply26.txt name27.txt stdout27.txt \
|
||||
command28.txt name28.txt prot28.txt reply28.txt \
|
||||
command120.txt name120.txt prot120.txt reply120.txt
|
||||
command120.txt name120.txt prot120.txt reply120.txt \
|
||||
command121.txt name121.txt prot121.txt reply121.txt
|
||||
|
1
tests/data/command121.txt
Normal file
1
tests/data/command121.txt
Normal file
@ -0,0 +1 @@
|
||||
ftp://%HOSTIP:%FTPPORT/106 -Q "-DELE after_transfer" -Q "DELE before_transfer"
|
1
tests/data/name121.txt
Normal file
1
tests/data/name121.txt
Normal file
@ -0,0 +1 @@
|
||||
ftp download with post- and pre-transfer delete operations
|
7
tests/data/prot121.txt
Normal file
7
tests/data/prot121.txt
Normal file
@ -0,0 +1,7 @@
|
||||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
DELE before_transfer
|
||||
PASV
|
||||
TYPE I
|
||||
RETR 106
|
||||
DELE after_transfer
|
6
tests/data/reply121.txt
Normal file
6
tests/data/reply121.txt
Normal file
@ -0,0 +1,6 @@
|
||||
data
|
||||
to
|
||||
see
|
||||
that FTP
|
||||
works
|
||||
so does it?
|
Loading…
Reference in New Issue
Block a user