Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
2ad7fcbc
Commit
2ad7fcbc
authored
18 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
test 534 added in an attempt to repeat Bogdan Nicula's bug...
parent
2c62dfd1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/data/Makefile.am
+2
-1
2 additions, 1 deletion
tests/data/Makefile.am
tests/data/test534
+50
-0
50 additions, 0 deletions
tests/data/test534
tests/libtest/lib533.c
+2
-0
2 additions, 0 deletions
tests/libtest/lib533.c
with
54 additions
and
1 deletion
tests/data/Makefile.am
+
2
−
1
View file @
2ad7fcbc
...
...
@@ -35,4 +35,5 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test256 test257 test258 test259 test260 test261 test262 test263 test264
\
test265 test266 test267 test268 test269 test270 test271 test272 test273
\
test274 test275 test524 test525 test276 test277 test526 test527 test528
\
test530 DISABLED test278 test279 test531 test280 test529 test532
test530 DISABLED test278 test279 test531 test280 test529 test532 test533
\
test534
This diff is collapsed.
Click to expand it.
tests/data/test534
0 → 100644
+
50
−
0
View file @
2ad7fcbc
<info>
<keywords>
FTP
PASV
RETR
</keywords>
</info>
# Server-side
<reply>
<data>
</data>
<servercmd>
REPLY RETR 550 the file doesn't exist
REPLY SIZE 550 Can't check for file existence
</servercmd>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<tool>
lib533
</tool>
<name>
FTP RETR twice using multi: non-existing host and non-existing file
</name>
<command>
ftp://non-existing-host.com/path/534 ftp://%HOSTIP:%FTPPORT/path/534
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<strip>
</strip>
<protocol>
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
CWD path
EPSV
TYPE I
SIZE 534
RETR 534
QUIT
</protocol>
</verify>
This diff is collapsed.
Click to expand it.
tests/libtest/lib533.c
+
2
−
0
View file @
2ad7fcbc
...
...
@@ -8,6 +8,8 @@
* $Id$
*/
/* used for test case 533 and 534 */
#include
"test.h"
#include
<sys/types.h>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment