mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
two new FTP file transfer resume test cases added
This commit is contained in:
parent
4c2ca97d6d
commit
a3a2d200fa
@ -68,4 +68,6 @@ command35.txt name35.txt prot35.txt reply35.txt \
|
|||||||
command36.txt error36.txt name36.txt reply36.txt \
|
command36.txt error36.txt name36.txt reply36.txt \
|
||||||
command37.txt name37.txt prot37.txt reply37.txt stunnel.pem \
|
command37.txt name37.txt prot37.txt reply37.txt stunnel.pem \
|
||||||
command38.txt prot38.txt reply380001.txt name38.txt reply38.txt \
|
command38.txt prot38.txt reply380001.txt name38.txt reply38.txt \
|
||||||
command39.txt prot39.txt reply390001.txt name39.txt reply39.txt reply390002.txt
|
command39.txt prot39.txt reply390001.txt name39.txt reply39.txt \
|
||||||
|
reply390002.txt command122.txt reply122.txt name123.txt name122.txt \
|
||||||
|
reply1220001.txt prot123.txt prot122.txt command123.txt reply123.txt
|
||||||
|
1
tests/data/command122.txt
Normal file
1
tests/data/command122.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
ftp://%HOSTIP:%FTPPORT/122 -C 5
|
1
tests/data/command123.txt
Normal file
1
tests/data/command123.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
ftp://%HOSTIP:%FTPPORT/107 -T data/reply106.txt -C 51
|
1
tests/data/name122.txt
Normal file
1
tests/data/name122.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
FTP download resume with whole file already downloaded
|
1
tests/data/name123.txt
Normal file
1
tests/data/name123.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
FTP upload resume with whole file already uploaded
|
6
tests/data/prot122.txt
Normal file
6
tests/data/prot122.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
USER anonymous
|
||||||
|
PASS curl_by_daniel@haxx.se
|
||||||
|
PWD
|
||||||
|
PASV
|
||||||
|
TYPE I
|
||||||
|
SIZE 122
|
5
tests/data/prot123.txt
Normal file
5
tests/data/prot123.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
USER anonymous
|
||||||
|
PASS curl_by_daniel@haxx.se
|
||||||
|
PWD
|
||||||
|
PASV
|
||||||
|
TYPE I
|
1
tests/data/reply122.txt
Normal file
1
tests/data/reply122.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
MOOO
|
0
tests/data/reply1220001.txt
Normal file
0
tests/data/reply1220001.txt
Normal file
0
tests/data/reply123.txt
Normal file
0
tests/data/reply123.txt
Normal file
Loading…
Reference in New Issue
Block a user