Skip to content
Snippets Groups Projects
Commit a3a2d200 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

two new FTP file transfer resume test cases added

parent 4c2ca97d
No related branches found
No related tags found
No related merge requests found
......@@ -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
ftp://%HOSTIP:%FTPPORT/122 -C 5
ftp://%HOSTIP:%FTPPORT/107 -T data/reply106.txt -C 51
FTP download resume with whole file already downloaded
FTP upload resume with whole file already uploaded
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
PASV
TYPE I
SIZE 122
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
PASV
TYPE I
MOOO
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment