Commit a3a2d200 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

two new FTP file transfer resume test cases added

parent 4c2ca97d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -68,4 +68,6 @@ command35.txt name35.txt prot35.txt reply35.txt \
command36.txt  error36.txt  name36.txt  reply36.txt \
command37.txt  name37.txt  prot37.txt  reply37.txt stunnel.pem \
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 −0
Original line number Diff line number Diff line
ftp://%HOSTIP:%FTPPORT/122 -C 5
+1 −0
Original line number Diff line number Diff line
ftp://%HOSTIP:%FTPPORT/107 -T data/reply106.txt -C 51

tests/data/name122.txt

0 → 100644
+1 −0
Original line number Diff line number Diff line
FTP download resume with whole file already downloaded

tests/data/name123.txt

0 → 100644
+1 −0
Original line number Diff line number Diff line
FTP upload resume with whole file already uploaded
Loading