mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:23:34 +03:00
tftp tests: verify sent options too
The tftpd test server now logs all received options and thus all TFTP test cases need to match them exactly. Extended test 283 to use and verify --tftp-blksize.
This commit is contained in:
parent
cd3aba1a5c
commit
60c86297bf
16 changed files with 111 additions and 30 deletions
|
|
@ -88,11 +88,17 @@ TYPE I
|
|||
SIZE 20030002
|
||||
RETR 20030002
|
||||
opcode: 1
|
||||
filename: /20030003
|
||||
mode: octet
|
||||
tsize: 0
|
||||
blksize: 512
|
||||
timeout: 6
|
||||
filename: /20030003
|
||||
opcode: 1
|
||||
filename: /20030003
|
||||
mode: octet
|
||||
tsize: 0
|
||||
blksize: 512
|
||||
timeout: 6
|
||||
filename: /20030003
|
||||
EPSV
|
||||
SIZE 20030002
|
||||
RETR 20030002
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue